Date: Mon, 10 Jan 2022 12:32:50 +0100
From: Martin Husemann <martin%duskware.de@localhost>
To: 6bone%6bone.informatik.uni-leipzig.de@localhost
Cc: current-users%netbsd.org@localhost
Subject: [Extern] Re: netbsd-9.99.93 crash
You need to identify what the "last lockecd" location is, something
like:
gdb netbsd.gdb # or just netbsd, if you do not have a netbsd.gdb
gdb> list *(0xffffffff80ea0a90)
(I never can remember the equivalent addr2line flags for this, probably:
addr2line -a 0xffffffff80ea0a90 -e netbsd.gdb)
Martin