Date: Tue, 19 Aug 2014 09:42:33 -0400 From: Eric van Gyzen <eric@vangyzen.net> To: Ryan Stone <rysto32@gmail.com>, Larry Rosenman <ler@lerctr.org> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: DEADLKRES crash Message-ID: <53F35449.9050608@vangyzen.net> In-Reply-To: <CAFMmRNyabSni_X_YM2qpJAPi3Gc4WrihVo-LJ6RH8BJMbGWb_g@mail.gmail.com> References: <20140818152138.GA3481@borg.lerctr.org> <CAFMmRNyabSni_X_YM2qpJAPi3Gc4WrihVo-LJ6RH8BJMbGWb_g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08/18/2014 16:45, Ryan Stone wrote: > The first thing that I'd like to see is (in kgdb): > > set $td=(struct thread)0xfffff8002abeb000 > tid $td->td_tid > bt > > That will show us the backtrace of the thread that was blocked for so long. Make that: set $td=(struct thread *)0xfffff8002abeb000 tid $td->td_tid bt Eric
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F35449.9050608>