CAC 2015-09-22

Backtracking 710777777777

It appears as a source in the declare_constant CSL instruction, the source being the first argument 'value bit (*)'

called from convert line 566

          return_tree = declare_constant(value1,(defined_otype),(outprec),(outscale));

Value 1 is set by 

 LINE 548
                    call assign_(addr(value1),outtype*2+binary(otype.unaligned,1),outscale_prec,
                              addr(tree->token.string),char_dtype*2,(tree->token.size));

lrn >sl1>bound_library_1_
   313 >sl1>bound_library_1_

bound_library_1_                   40  (0, 5, 5) read execute encacheable

char_to_numeric_:
          push
          lda       stack_frame.support_bit,dl
          orsa      sp|stack_frame.flag_word
          epp3      ap|8,*              source ptr
          epp3      3|0,*
          epp1      ap|2,*              target ptr
          epp1      1|0,*
          ldq       ap|10,*             source length
          epp5      work
          epp2      *
          spbp2     sp|38
          tsx0      lp|ctn_link,*
          epbp7     sp|0
          epp0      sp|26,*
          sta       ap|6,*              precision & scale
          stz       ap|4,*
          sxl7      ap|4,*              type
          return

tsx transfers to 000314:045443; back to bound_library_wired_$any_to_any_ 
045443-45352  071 char_to_numeric

Gah. trying trace everything....

First occurrence:

DBG(124286500)> CPU TRACE: 00400:004373 4 003140060540 (CSL PR0|3140,F1) 003140 060(1) 0 0 0 00^M
DBG(124286500)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66376374  readData=100000000005^M
DBG(124286500)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66376375  readData=600124000006^M
bingo r 00400:004373 003140060540^M
DBG(124286500)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66657140  readData=710777777777^M

This is where it comes from

                                  4674  "^LGENERIC to Float Binary Target Conversion
                                  4675
                                  4676  "     Rounding is done to the desired precision.
                                  4677
    005264                        4678  put_flt_bin_1:
    005264  aa   000033 2220 03   4679            ldx2      27,du                         " round precision
    005265  0a   005333 7010 00   4680            tsx1      load_rounded_flt_bin
    005266  aa  1 00000 4551 00   4681            fst       target|0                      " store away

DBG(124286172)> CPU TRACE: 00314:052640 bound_library_wired_:any_to_any_+05266
DBG(124286172)> CPU TRACE:     005266  aa  1 00000 4551 00   4681     fst       target|0                      " store away
DBG(124286172)> CPU TRACE: 00314:052640 4 100000455100 (FST PR1|0) 100000 455(0) 1 0 0 00
DBG(124286172)> CPU APPENDING: Write(Actual) Write: iefpFinalAddress=66657140 writeData=710777777777
DBG(124286172)> CPU REGDUMPAQI: A=377777777777 Q=776000000000 IR:~BAR OMASK 

Moving backwards...

DBG(124286164)> CPU REGDUMPAQI: A=000000000177 Q=777777777777 IR:~BAR Tally OMASK
DBG(124286166)> CPU TRACE: 00314:052725 bound_library_wired_:any_to_any_+05353
DBG(124286166)> CPU TRACE:     005353  aa   000000 5730 00   4763     fno
DBG(124286166)> CPU TRACE: 00314:052725 4 000000573000 (FNO 000000) 000000 573(0) 0 0 0 00
DBG(124286166)> CPU REGDUMPAQI: A=377777777777 Q=776000000000 IR:~BAR Tally OMASK 

Yep. normalizing the wrong number produces the wrong number.

But this looks odd...
DBG(124286162)> CPU REGDUMPAQI: A=000000000000 Q=000000000000 IR:~BAR Tally OMASK Carry Zero
DBG(124286164)> CPU TRACE: 00314:052724 bound_library_wired_:any_to_any_+05352
DBG(124286164)> CPU TRACE:     005352  0a   010410 0770 13   4759     adaq      mask_table+2,x3               " round
DBG(124286164)> CPU TRACE: 00314:052724 4 055762077013 (ADAQ 055762,3) 055762 077(0) 0 0 0 13
DBG(124286164)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=77414050  readData=000000000177
DBG(124286164)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=77414051  readData=777777777777
DBG(124286164)> CPU REGDUMPAQI: A=000000000177 Q=777777777777 IR:~BAR Tally OMASK

That don't look like rounding to me.

That's from

    005333                        4742  load_rounded_flt_bin:
    005333  aa  5 00012 2351 00   4743            lda       work|flt_bin_generic_exp
    005334  aa   000034 7350 00   4744            als       36-8                          " make short exponent
    005335  0a   006233 6030 00   4745            trc       flt_range_error               " won't fit
    005336  aa  5 00012 7551 00   4746            sta       work|flt_bin_generic_exp
    005337  aa  5 00006 2371 00   4747            ldaq      work|flt_bin_generic          " get mantissa
    005340  aa  5 00012 4111 00   4748            lde       work|flt_bin_generic_exp      " get exponent
    005341  aa   000000 5730 00   4749            fno                                     " find 0.0
    005342  aa   000000 6000 11   4750            tze       0,x1                          " cannot round
    005343  aa   000000 1050 03   4751            cmpx5     0,du
    005344  aa   000000 6000 11   4752            tze       0,x1                          " no round
                                                 4753
    005345  aa  5 00012 7421 00   4754            stx2      work|flt_bin_generic_exp      " two word mask entries
    005346  aa   000000 6230 12   4755            eax3      0,x2
    005347  aa  5 00012 0631 00   4756            adx3      work|flt_bin_generic_exp
    005350  aa   000000 1150 03   4757            cmpa      0,du
    005351  0a   005356 6040 00   4758            tmi       load_rounded_flt_bin.negative
    005352  0a   010410 0770 13   4759            adaq      mask_table+2,x3               " round

DBG(124286134)> CPU TRACE:     005333  aa  5 00012 2351 00   4743     lda       work|flt_bin_generic_exp
DBG(124286134)> CPU TRACE: 00314:052705 4 500012235100 (LDA PR5|12) 500012 235(0) 1 0 0 00
DBG(124286134)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66654202  readData=000000000000
DBG(124286134)> CPU REGDUMPAQI: A=000000000000 Q=000000000003 IR:~BAR Tally OMASK Zero

flt_bin_generic_exp is zero; good

DBG(124286136)> CPU TRACE: 00314:052706 bound_library_wired_:any_to_any_+05334
DBG(124286136)> CPU TRACE:     005334  aa   000034 7350 00   4744     als       36-8                          " make short exponent
DBG(124286136)> CPU TRACE: 00314:052706 4 000034735000 (ALS 000034) 000034 735(0) 0 0 0 00
DBG(124286136)> CPU REGDUMPAQI: A=000000000000 Q=000000000003 IR:~BAR Tally OMASK Zero

still 0.

DBG(124286138)> CPU TRACE: 00314:052707 bound_library_wired_:any_to_any_+05335
DBG(124286138)> CPU TRACE:     005335  0a   006233 6030 00   4745     trc       flt_range_error               " won't fit
DBG(124286138)> CPU TRACE: 00314:052707 4 053605603000 (TRC 053605) 053605 603(0) 0 0 0 00

didn't xfer

DBG(124286140)> CPU TRACE: 00314:052710 bound_library_wired_:any_to_any_+05336
DBG(124286140)> CPU TRACE:     005336  aa  5 00012 7551 00   4746     sta       work|flt_bin_generic_exp
DBG(124286140)> CPU TRACE: 00314:052710 4 500012755100 (STA PR5|12) 500012 755(0) 1 0 0 00
DBG(124286140)> CPU APPENDING: Write(Actual) Write: iefpFinalAddress=66654202 writeData=000000000000
DBG(124286140)> CPU REGDUMPAQI: A=000000000000 Q=000000000003 IR:~BAR Tally OMASK Zero

still 0

DBG(124286141)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=77420711  readData=500006237100

DBG(124286142)> CPU TRACE: 00314:052711 bound_library_wired_:any_to_any_+05337
DBG(124286142)> CPU TRACE:     005337  aa  5 00006 2371 00   4747     ldaq      work|flt_bin_generic          " get mantissa
DBG(124286142)> CPU TRACE: 00314:052711 4 500006237100 (LDAQ PR5|6) 500006 237(0) 1 0 0 00
DBG(124286142)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66654176  readData=000000000000
DBG(124286142)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66654177  readData=000000000000
DBG(124286142)> CPU REGDUMPAQI: A=000000000000 Q=000000000000 IR:~BAR Tally OMASK Zero

mantissa is zero; good.

DBG(124286144)> CPU TRACE: 00314:052712 bound_library_wired_:any_to_any_+05340
DBG(124286144)> CPU TRACE:     005340  aa  5 00012 4111 00   4748     lde       work|flt_bin_generic_exp      " get exponent
DBG(124286144)> CPU TRACE: 00314:052712 4 500012411100 (LDE PR5|12) 500012 411(0) 1 0 0 00
DBG(124286144)> CPU APPENDING: Read (Actual) Read:  iefpFinalAddress=66654202  readData=000000000000
DBG(124286144)> CPU REGDUMPAQI: A=000000000000 Q=000000000000 IR:~BAR Tally OMASK
DBG(124286144)> CPU REGDUMPFLT: E=000 A=000000000000 Q=000000000000 0^M

loaded a zero into E

DBG(124286146)> CPU TRACE: 00314:052713 bound_library_wired_:any_to_any_+05341
DBG(124286146)> CPU TRACE:     005341  aa   000000 5730 00   4749     fno                                     " find 0.0
DBG(124286146)> CPU TRACE: 00314:052713 4 000000573000 (FNO 000000) 000000 573(0) 0 0 0 00
DBG(124286146)> CPU REGDUMPAQI: A=000000000000 Q=000000000000 IR:~BAR Tally OMASK
DBG(124286146)> CPU REGDUMPFLT: E=000 A=000000000000 Q=000000000000 0

still looking good.

DBG(124286148)> CPU TRACE: 00314:052714 bound_library_wired_:any_to_any_+05342
DBG(124286148)> CPU TRACE:     005342  aa   000000 6000 11   4750     tze       0,x1                          " cannot round
DBG(124286148)> CPU TRACE: 00314:052714 4 000000600011 (TZE 000000,1) 000000 600(0) 0 0 0 11
DBG(124286148)> CPU REGDUMPAQI: A=000000000000 Q=000000000000 IR:~BAR Tally OMASK
DBG(124286148)> CPU REGDUMPFLT: E=000 A=000000000000 Q=000000000000 0

Oops. The number is clearly 0, but the Z flag tain't set.

From fno():

    // only normalize C(EAQ) if C(AQ) =ΜΈ 0 and the overflow indicator is OFF
    if (m == 0) // C(AQ) == 0.
    {
        rA = (m >> 36) & MASK36;
        rQ = m & MASK36;

        // Zero: If C(AQ) = floating point 0, then ON; otherwise OFF
        //SCF(rE == -128 && m == 0, cu.IR, I_ZERO);
        SCF(rE == 0200U /*-128*/ && m == 0, cu.IR, I_ZERO);
        // Neg:
        CLRF(cu.IR, I_NEG);

        return;
    }

The rE == 0200U is not true... which is wrong? Should rE be 0200, or is the test incorrect?

buildMST diffs

bootload_info

bootload_info contains embedded data concerning the build machine and build account, and is expected to be different.

bound_bce_wired

>user_dir_dir>SysEng>Anthony>fromSource>work>bce_data:  (segment 2)
09/22/93  1851.3 pdt Wed    cds

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>bce_data : 107
>user_dir_dir>SysEng>Anthony>fromSource>work>bce_data : 108
The discrepancy is trivial

**Internal Static Discrepancies

Location              Segment 1           Segment 2

10                  001645400043        000360400043
11                  000000000046        000000000040
13                  411776001700        273713713710
17                  076163160145        076165163145
33                  041746000000        015666000000
54                  400000000000        000000000000

The following sections or attributes of the object segments do not match:
length  link

bound_library_wired_

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>power_:  (segment 1)
11/11/89  0941.2 pdt Sat    alm

>user_dir_dir>SysEng>Anthony>fromSource>work>power_:  (segment 2)
09/22/93  1854.5 pdt Wed    alm

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>power_ : 116
>user_dir_dir>SysEng>Anthony>fromSource>work>power_ : 122
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>power_:
000073  aa   001000 4250 03   fcmg      512,du
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>power_:
000073  aa   777000 4250 03   fcmg      261632,du

The following sections or attributes of the object segments do not match:
length  text
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>exponential_:  (segment 1)
11/11/89  0944.9 pdt Sat    alm

>user_dir_dir>SysEng>Anthony>fromSource>work>exponential_:  (segment 2)
09/22/93  1855.1 pdt Wed    alm

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>exponential_ : 102
>user_dir_dir>SysEng>Anthony>fromSource>work>exponential_ : 110
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>exponential_:
000216  aa     001000000000
000217  aa     000000000000
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>exponential_:
000216  aa     777000000000
000217  aa     000000000000
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_sine_:  (segment 1)
11/11/89  0945.4 pdt Sat    alm

>user_dir_dir>SysEng>Anthony>fromSource>work>double_sine_:  (segment 2)
09/22/93  1855.1 pdt Wed    alm

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_sine_ : 115
>user_dir_dir>SysEng>Anthony>fromSource>work>double_sine_ : 123
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_sine_:
000176  aa     002400000000
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>double_sine_:
000176  aa     001000000000

The following sections or attributes of the object segments do not match:
length  text
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_exponential_:  (segment 1)
11/11/89  0945.8 pdt Sat    alm

>user_dir_dir>SysEng>Anthony>fromSource>work>double_exponential_:  (segment 2)
09/22/93  1855.1 pdt Wed    alm

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_exponential_ : 104
>user_dir_dir>SysEng>Anthony>fromSource>work>double_exponential_ : 111
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_exponential_:
000222  aa     777000000000
000223  aa     000000000000
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>double_exponential_:
000222  aa     775000000000
000223  aa     000000000000
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_arc_tangent_:  (segment 1)
11/11/89  0945.9 pdt Sat    alm

>user_dir_dir>SysEng>Anthony>fromSource>work>double_arc_tangent_:  (segment 2)
09/22/93  1855.1 pdt Wed    alm

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_arc_tangent_ : 132
>user_dir_dir>SysEng>Anthony>fromSource>work>double_arc_tangent_ : 139
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>double_arc_tangent_:
000444  aa     001000000000
000445  aa     000000000000
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>double_arc_tangent_:
000444  aa     777000000000
000445  aa     000000000000
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>arc_tangent_:  (segment 1)
11/11/89  0947.0 pdt Sat    alm

>user_dir_dir>SysEng>Anthony>fromSource>work>arc_tangent_:  (segment 2)
09/22/93  1855.2 pdt Wed    alm

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>arc_tangent_ : 123
>user_dir_dir>SysEng>Anthony>fromSource>work>arc_tangent_ : 131
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>arc_tangent_:
000064  aa   001000 5250 03   fdi       512,du
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>arc_tangent_:
000064  aa   777000 5250 03   fdi       261632,du

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>arc_tangent_:
000352  aa     003000000000
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>arc_tangent_:
000352  aa     001000000000

The following sections or attributes of the object segments do not match:
length  text

bound_multics_bce_

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>config_deck_data_:  (segment 1)
11/11/89  1029.6 pdt Sat    cds

>user_dir_dir>SysEng>Anthony>fromSource>work>config_deck_data_:  (segment 2)
09/22/93  1904.3 pdt Wed    cds

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>config_deck_data_ : 217
>user_dir_dir>SysEng>Anthony>fromSource>work>config_deck_data_ : 222
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>config_deck_data_:
002614  aa     000003400043
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>config_deck_data_:
002614  aa     000001400043

The following sections or attributes of the object segments do not match:
length  text

bound_rcprm_

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:  (segment 1)
11/11/89  0939.2 pdt Sat    PL/I

>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:  (segment 2)
09/22/93  1923.5 pdt Wed    PL/I

Lengths of the symb section of the 2 segments do not agree.
>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_ : 624
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_ : 628
The discrepancy is trivial

**Text discrepancies between the 2 segments have been found.

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
000236  sa   000313 0520 03   adwp2     203,du
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
000236  sa   000317 0520 03   adwp2     207,du

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
000255  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
000255  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
000277  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
000277  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
000470  2s     000012000664
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
000470  2s     000012000670

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001143  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001143  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001177  2s     000012000702
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001177  2s     000012000706

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001476  sa   000351 2350 07   lda       233,dl
001477  aa  6 02252 3521 20   epp2      pr6|1194,*
001500  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001501  aa  6 02432 4501 00   stz       pr6|1306
001502  sa   000372 2350 07   lda       250,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001476  sa   000355 2350 07   lda       237,dl
001477  aa  6 02252 3521 20   epp2      pr6|1194,*
001500  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001501  aa  6 02432 4501 00   stz       pr6|1306
001502  sa   000376 2350 07   lda       254,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001513  sa   000404 2350 07   lda       260,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001513  sa   000410 2350 07   lda       264,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001522  sa   000416 2350 07   lda       270,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001522  sa   000422 2350 07   lda       274,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001531  sa   000430 2350 07   lda       280,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001531  sa   000434 2350 07   lda       284,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001540  sa   000443 2350 07   lda       291,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001540  sa   000447 2350 07   lda       295,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001547  sa   000456 2350 07   lda       302,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001547  sa   000462 2350 07   lda       306,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001556  sa   000471 2350 07   lda       313,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001556  sa   000475 2350 07   lda       317,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
001565  sa   000502 2350 07   lda       322,dl
001566  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001567  aa  6 02432 4501 00   stz       pr6|1306
001570  sa   000515 2350 07   lda       333,dl
001571  aa  6 02252 3735 20   epp7      pr6|1194,*
001572  aa  7 00002 3521 00   epp2      pr7|2
001573  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001574  aa  6 02432 4501 00   stz       pr6|1306
001575  sa   000527 2350 07   lda       343,dl
001576  aa  6 02252 3735 20   epp7      pr6|1194,*
001577  aa  7 00003 3521 00   epp2      pr7|3
001600  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001601  aa  6 02432 4501 00   stz       pr6|1306
001602  sa   000541 2350 07   lda       353,dl
001603  aa  6 02252 3735 20   epp7      pr6|1194,*
001604  aa  7 00004 3521 00   epp2      pr7|4
001605  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001606  aa  6 02432 4501 00   stz       pr6|1306
001607  sa   000553 2350 07   lda       363,dl
001610  aa  6 02252 3735 20   epp7      pr6|1194,*
001611  aa  7 00006 3521 00   epp2      pr7|6
001612  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001613  aa  6 02432 4501 00   stz       pr6|1306
001614  sa   000565 2350 07   lda       373,dl
001615  aa  6 02252 3735 20   epp7      pr6|1194,*
001616  aa  7 00007 3521 00   epp2      pr7|7
001617  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001620  aa  6 02432 4501 00   stz       pr6|1306
001621  sa   000601 2350 07   lda       385,dl
001622  aa  6 02252 3735 20   epp7      pr6|1194,*
001623  aa  7 00010 3521 00   epp2      pr7|8
001624  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001625  aa  6 02432 4501 00   stz       pr6|1306
001626  sa   000613 2350 07   lda       395,dl
001627  aa  6 02252 3735 20   epp7      pr6|1194,*
001630  aa  7 00012 3521 00   epp2      pr7|10
001631  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001632  aa  6 02432 4501 00   stz       pr6|1306
001633  sa   000625 2350 07   lda       405,dl
001634  aa  6 02252 3735 20   epp7      pr6|1194,*
001635  aa  7 00013 3521 00   epp2      pr7|11
001636  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001637  aa  6 02432 4501 00   stz       pr6|1306
001640  sa   000641 2350 07   lda       417,dl
001641  aa  6 02252 3735 20   epp7      pr6|1194,*
001642  aa  7 00014 3521 00   epp2      pr7|12
001643  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001644  aa  6 02432 4501 00   stz       pr6|1306
001645  sa   000652 2350 07   lda       426,dl
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
001565  sa   000506 2350 07   lda       326,dl
001566  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001567  aa  6 02432 4501 00   stz       pr6|1306
001570  sa   000521 2350 07   lda       337,dl
001571  aa  6 02252 3735 20   epp7      pr6|1194,*
001572  aa  7 00002 3521 00   epp2      pr7|2
001573  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001574  aa  6 02432 4501 00   stz       pr6|1306
001575  sa   000533 2350 07   lda       347,dl
001576  aa  6 02252 3735 20   epp7      pr6|1194,*
001577  aa  7 00003 3521 00   epp2      pr7|3
001600  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001601  aa  6 02432 4501 00   stz       pr6|1306
001602  sa   000545 2350 07   lda       357,dl
001603  aa  6 02252 3735 20   epp7      pr6|1194,*
001604  aa  7 00004 3521 00   epp2      pr7|4
001605  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001606  aa  6 02432 4501 00   stz       pr6|1306
001607  sa   000557 2350 07   lda       367,dl
001610  aa  6 02252 3735 20   epp7      pr6|1194,*
001611  aa  7 00006 3521 00   epp2      pr7|6
001612  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001613  aa  6 02432 4501 00   stz       pr6|1306
001614  sa   000571 2350 07   lda       377,dl
001615  aa  6 02252 3735 20   epp7      pr6|1194,*
001616  aa  7 00007 3521 00   epp2      pr7|7
001617  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001620  aa  6 02432 4501 00   stz       pr6|1306
001621  sa   000605 2350 07   lda       389,dl
001622  aa  6 02252 3735 20   epp7      pr6|1194,*
001623  aa  7 00010 3521 00   epp2      pr7|8
001624  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001625  aa  6 02432 4501 00   stz       pr6|1306
001626  sa   000617 2350 07   lda       399,dl
001627  aa  6 02252 3735 20   epp7      pr6|1194,*
001630  aa  7 00012 3521 00   epp2      pr7|10
001631  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001632  aa  6 02432 4501 00   stz       pr6|1306
001633  sa   000631 2350 07   lda       409,dl
001634  aa  6 02252 3735 20   epp7      pr6|1194,*
001635  aa  7 00013 3521 00   epp2      pr7|11
001636  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001637  aa  6 02432 4501 00   stz       pr6|1306
001640  sa   000645 2350 07   lda       421,dl
001641  aa  6 02252 3735 20   epp7      pr6|1194,*
001642  aa  7 00014 3521 00   epp2      pr7|12
001643  aa  0 01237 7001 00   tsx0      pr0|671             put_data_eis
001644  aa  6 02432 4501 00   stz       pr6|1306
001645  sa   000656 2350 07   lda       430,dl

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
002633  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
002633  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
002700  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
002700  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
002742  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
002742  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003012  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003012  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003061  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003061  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003124  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003124  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003171  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003171  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003251  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003251  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003371  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003371  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003437  2s     000012000313
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003437  2s     000012000317

>user_dir_dir>SysEng>Anthony>fromSource>work>tmp>rcprm_journal_file_:
003544  2s     000012000741
Changed to:
>user_dir_dir>SysEng>Anthony>fromSource>work>rcprm_journal_file_:
003544  2s     000012000745

The following sections or attributes of the object segments do not match:
length  text

compare_mst

compare_mst -master_volume 12.5MULTICS_CF0019 -copy_file MR12.5plus
Mounting tape 12.5MULTICS_CF0019 for reading
Mounted Multics volume "12.5MULTICS_CF0019" (recorded at 800 BPI), on device tapa_02

Begin comparison.
System MR12.5 to MR12.5pl

Segment bound_bootload_0 contains differences from word 12627.
          last difference found at word 13007.

Segment fw.mtp610.m610 contains differences from word 500.
          last difference found at word 23403.

Segment bound_hc_data_wired.defs contains differences from word 651.
          last difference found at word 654.

Segment bound_bce_wired.link contains differences from word 10.
          last difference found at word 54.

Segment bound_bce_wired.defs contains differences from word 2252.
          last difference found at word 2610.

Segment bound_library_1_:
          Bit count has changed from 1181160 to 1189080.
          Segment length has changed from 100052 to 100406.

Segment bound_library_1_.defs contains differences from word 4763.
          last difference found at word 4763.

Segment bound_library_wired_:
          Bit count has changed from 1379016 to 1389672.
          Segment length has changed from 112642 to 113312.

Segment bound_page_control:
          Bit count has changed from 712584 to 713232.
          Segment length has changed from 46522 to 46544.

Segment bound_page_control.link:
          Bit count has changed from 14904 to 14976.
          Segment length has changed from 636 to 640.

Segment bound_page_control.defs:
          Bit count has changed from 94320 to 94536.
          Segment length has changed from 5074 to 5102.

Segment bound_temp_1.defs contains differences from word 4427.
          last difference found at word 4427.

Segment error_table_:
          Bit count has changed from 618048 to 618300.
          Segment length has changed from 41420 to 41427.

Segment inzr_stk0:
          Segment length has changed from 402 to 407.

Segment sys_boot_info contains differences from word 5.
          last difference found at word 165.

Segment sys_info:
          Bit count has changed from 31932 to 32112.
          Segment length has changed from 1567 to 1574.

Segment fw.dsc500.d500 contains differences from word 500.
          last difference found at word 16203.

Segment fw.msp800.msp8 contains differences from word 75.
          last difference found at word 20001.

Segment bound_date_time_:
          Bit count has changed from 1042920 to 1043280.
          Segment length has changed from 70452 to 70464.

Segment bound_multics_bce_:
          Bit count has changed from 1078632 to 1081440.
          Segment length has changed from 72412 to 72530.

Segment bound_qedx_:
          Bit count has changed from 507024 to 508320.
          Segment length has changed from 33404 to 33450.

Segment fw.mtp610.m610 contains differences from word 500.
          last difference found at word 23403.

Segment active_all_rings_data:
          Bit count has changed from 8892 to 8928.
          Segment length has changed from 367 to 370.

Segment admin_gate_:
          Bit count has changed from 108036 to 108144.
          Segment length has changed from 5671 to 5674.

Segment ast_lock_meter_seg:
          Bit count has changed from 319824 to 319860.
          Segment length has changed from 21264 to 21265.

Segment bound_dir_control:
          Bit count has changed from 280512 to 280728.
          Segment length has changed from 17160 to 17166.

Segment bound_dir_control.link contains differences from word 1.
          last difference found at word 245.

Segment bound_dir_control.defs:
          Bit count has changed from 44064 to 43992.
          Segment length has changed from 2310 to 2306.

Segment bound_disk_util_2.defs contains differences from word 1430.
          last difference found at word 1436.

Segment bound_file_system:
          Bit count has changed from 1476504 to 1477512.
          Segment length has changed from 120066 to 120122.

Segment bound_file_system.link:
          Bit count has changed from 27288 to 27360.
          Segment length has changed from 1366 to 1370.

Segment bound_file_system.defs:
          Bit count has changed from 202752 to 203112.
          Segment length has changed from 13000 to 13012.

Segment bound_hc_backup.defs contains differences from word 1636.
          last difference found at word 1644.

Segment bound_hc_tuning contains differences from word 366.
          last difference found at word 1014.

Segment bound_init_2.defs contains differences from word 613.
          last difference found at word 616.

Segment bound_library_2_:
          Bit count has changed from 609480 to 614088.
          Segment length has changed from 41042 to 41242.

Segment bound_library_2_.defs contains differences from word 2336.
          last difference found at word 4011.

Segment bound_log_active_:
          Bit count has changed from 138744 to 139968.
          Segment length has changed from 7416 to 7460.

Segment bound_process_creation.defs contains differences from word 2117.
          last difference found at word 2152.

Segment bound_segment_control:
          Bit count has changed from 425880 to 425160.
          Segment length has changed from 27066 to 27042.

Segment bound_segment_control.link contains differences from word 1.
          last difference found at word 1.

Segment bound_segment_control.defs contains differences from word 2251.
          last difference found at word 3670.

Segment bound_system_security contains differences from word 14526.
          last difference found at word 14576.

Segment bound_tty_active:
          Bit count has changed from 620640 to 617832.
          Segment length has changed from 41530 to 41412.

Segment bound_tty_active.link contains differences from word 1.
          last difference found at word 413.

Segment bound_tty_active.defs:
          Bit count has changed from 52920 to 52704.
          Segment length has changed from 2676 to 2670.

Segment bound_vtoc_man.defs contains differences from word 1546.
          last difference found at word 1577.

Segment dm_hcs_:
          Bit count has changed from 32652 to 32868.
          Segment length has changed from 1613 to 1621.

Segment hc_backup_:
          Bit count has changed from 44568 to 44784.
          Segment length has changed from 2326 to 2334.

Segment hcs_:
          Bit count has changed from 273528 to 273780.
          Segment length has changed from 16656 to 16665.

Segment hphcs_:
          Bit count has changed from 206676 to 206892.
          Segment length has changed from 13155 to 13163.

Segment access_audit_gate_:
          Bit count has changed from 49284 to 49392.
          Segment length has changed from 2531 to 2534.

Segment dm_hphcs_:
          Bit count has changed from 20232 to 20484.
          Segment length has changed from 1062 to 1071.

Segment initializer_gate_:
          Bit count has changed from 34848 to 35100.
          Segment length has changed from 1710 to 1717.

Segment ioi_:
          Bit count has changed from 29664 to 29916.
          Segment length has changed from 1470 to 1477.

Segment mhcs_:
          Bit count has changed from 21420 to 21672.
          Segment length has changed from 1123 to 1132.

Segment phcs_:
          Bit count has changed from 50148 to 50400.
          Segment length has changed from 2561 to 2570.

Segment protocol_ring0_iso_:
          Number of ACLs was 4, now is 3.
     ACL was:
          re   *.SysAdmin.*
          re   *.SysMaint.*
          re   *.SysDaemon.*
          re   Internet.Daemon.*
     ACL is:
          re   *.SysAdmin.*
          re   *.SysMaint.*
          re   *.SysDaemon.*
          Bit count has changed from 28512 to 28728.
          Segment length has changed from 1430 to 1436.

Segment shcs_:
          Bit count has changed from 16308 to 16560.
          Segment length has changed from 705 to 714.

Segment system_privilege_:
          Bit count has changed from 49608 to 49860.
          Segment length has changed from 2542 to 2551.

Segment tandd_:
          Bit count has changed from 34740 to 34956.
          Segment length has changed from 1705 to 1713.

Segment bound_error_handlers_:
          Bit count has changed from 457128 to 457488.
          Segment length has changed from 30632 to 30644.

Segment bound_expand_path_:
          Bit count has changed from 56376 to 56448.
          Segment length has changed from 3036 to 3040.

Segment bound_fsim_:
          Bit count has changed from 381600 to 382680.
          Segment length has changed from 24550 to 24606.

Segment bound_hc_initlzr_auxl_:
          Bit count has changed from 206928 to 207720.
          Segment length has changed from 13164 to 13212.

Segment bound_ios_:
          Bit count has changed from 235512 to 236376.
          Segment length has changed from 14616 to 14646.

Segment bound_ipc_:
          Bit count has changed from 360720 to 362592.
          Segment length has changed from 23444 to 23530.

Segment bound_library_3_:
          Bit count has changed from 28080 to 28512.
          Segment length has changed from 1414 to 1430.

Segment bound_log_support_:
          Bit count has changed from 442512 to 443808.
          Segment length has changed from 30004 to 30050.

Segment bound_mdir_control:
          Bit count has changed from 439488 to 441360.
          Segment length has changed from 27660 to 27744.

Segment bound_mdxhdx_:
          Bit count has changed from 1220760 to 1222920.
          Segment length has changed from 102166 to 102262.

Segment bound_oc_:
          Bit count has changed from 67176 to 67536.
          Segment length has changed from 3512 to 3524.

Segment bound_process_env_:
          Bit count has changed from 535248 to 538128.
          Segment length has changed from 35024 to 35144.

Segment bound_rcp_:
          Bit count has changed from 1574568 to 1583640.
          Segment length has changed from 125332 to 125726.

Segment bound_rcprm_:
          Bit count has changed from 980856 to 982296.
          Segment length has changed from 65156 to 65226.

Segment bound_reloader_:
          Bit count has changed from 819720 to 821448.
          Segment length has changed from 54362 to 54442.

Segment bound_system_control_:
          Bit count has changed from 1023120 to 1027224.
          Segment length has changed from 67404 to 67566.

Segment bound_system_startup_:
          Bit count has changed from 335304 to 336096.
          Segment length has changed from 22142 to 22170.

Segment bound_tape_label_util_:
          Bit count has changed from 67824 to 68904.
          Segment length has changed from 3534 to 3572.

Segment bound_tape_mult_:
          Cur-length has changed from 26 to 27.
          Bit count has changed from 807408 to 811152.
          Segment length has changed from 53634 to 54004.

Segment bound_volume_reloader_:
          Bit count has changed from 658296 to 656928.
          Segment length has changed from 43556 to 43510.

Segment bound_volume_rldr_ut_:
          Bit count has changed from 518760 to 519192.
          Segment length has changed from 34112 to 34126.

Segment default_rtmf.rtdt contains differences from word 0.
          last difference found at word 7413.

Segment initializer_mdc_:
          Bit count has changed from 31284 to 31536.
          Segment length has changed from 1545 to 1554.

Segment mdc_:
          Bit count has changed from 26172 to 26424.
          Segment length has changed from 1327 to 1336.

Segment mdc_priv_:
          Bit count has changed from 24192 to 24444.
          Segment length has changed from 1240 to 1247.

Segment operator_pointers_:
          Bit count has changed from 8784 to 9000.
          Segment length has changed from 364 to 372.

Segment trace_operator_pointers_:
          Bit count has changed from 9216 to 9468.
          Segment length has changed from 400 to 407.

Segment rcp_:
          Bit count has changed from 26244 to 26496.
          Segment length has changed from 1331 to 1340.

Segment rcp_priv_:
          Bit count has changed from 11124 to 11376.
          Segment length has changed from 465 to 474.

Segment rcp_sys_:
          Bit count has changed from 28980 to 29232.
          Segment length has changed from 1445 to 1454.

Segment rcp_admin_:
          Bit count has changed from 18324 to 18540.
          Segment length has changed from 775 to 1003.
End of comparison.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License