https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #219 from Mark Millard <marklmi26-f...@yahoo.com> ---
For a successful boot, could you try:

# kgdb
. . .
(kgdb) disass/s linker_load_dependencies
. . . ( a range around offset +0x274 ) . . .

If you have /usr/src/ in place as a copy of the source
for 13.4-RELELASE, the "/s" should lead to also showing
related source code, but tracking code generation order,
not source code order.

As things may be inlined, you may see the strcmp and such
from called routines, not just source from
linker_load_dependencies itself.

This might give an idea of which phase
linker_load_dependencies was in when it ended up leading
to the failure during strcmp .

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to