#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 , 10 years ago
comment:2 by , 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 , 10 years ago
MCR10004 addresses this issue. Fixed and released in the MR12.6d release.
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 10 years ago
| Milestone: | → MR12.6d |
|---|---|
| Version: | MR12.6e → MR12.6c |
comment:6 by , 10 years ago
| Reporter: | changed from to |
|---|
comment:7 by , 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.

Ticket moved here from: https://sourceforge.net/p/dps8m/tickets/85/