Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#21 closed defect (fixed)

trace_error_halt_ missing from bound_trace_ (MCR10004)

Reported by: canthony Owned by: Eric Swenson
Priority: major Milestone: MR12.6d
Component: Tools Version: MR12.6c
Keywords: Cc:

Description

I managed to invoke an error:

check_mst -file MR12.5plus
Begin checker
Read collection 0.5
Read collection 1.0
Read collection 1.2
Read collection 1.5
Read collection 2.0
Read collection 3.0
Begin Crossreference.
Checking collection 0.0.
Checking collection 1.0.
Error:  Linkage error by trace_catch_|2740
(>system_library_standard>bound_trace_)
referencing trace_error_halt_|trace_error_halt_
Segment not found.

Searching the Multics source code yielded no results for trace_error_halt_ other then the reference in bound_trace_.
Investigation led to searching the 12.5 total.crossref, which yielded:

--------------------                                   ***** NOT FOUND *****                                    --------------------
trace_error_halt_ (?)
 table_full (?)     trace_catch_.alm
 table_index_oob (?)
                    trace_catch_.alm
 trace_error_halt_ (?)
                    trace_catch_.alm

Somebody forgot to write some code?

Change History (7)

comment:1 by Eric Swenson, 10 years ago

comment:2 by Eric Swenson, 10 years ago

trace_catch_.alm is in >ldd>sss>s>bound_trace_.s.archive. It just isn't found by peruse_crossref (pcref). I suspect the cross-ref creation tools are blowing the finding of it.

comment:3 by Eric Swenson, 10 years ago

MCR10004 addresses this issue. Fixed and released in the MR12.6d release.

Last edited 10 years ago by Eric Swenson (previous) (diff)

comment:4 by Eric Swenson, 10 years ago

Resolution: fixed
Status: newclosed

comment:5 by Eric Swenson, 10 years ago

Milestone: MR12.6d
Version: MR12.6eMR12.6c

comment:6 by Eric Swenson, 10 years ago

Reporter: changed from Eric Swenson to canthony

comment:7 by Eric Swenson, 9 years ago

Summary: trace_error_halt_ missing from bound_trace_trace_error_halt_ missing from bound_trace_ (MCR10004)
Note: See TracTickets for help on using tickets.