Thu, Jun 26, 2008 at 08:19:46PM -0400, John Baldwin wrote: > > and when system will panic and debugger will be invoked, issue > > commands 'p *(bp->bio_offset)' and 'p *(cp->provider)' at the stack > > frame corresponding to the function g_io_request? > > Note that DDB can't handle structure dereferences like that (nor evaluate > symbols for local variables), you'll need to get a crash dump and use kgdb > for that sort of thing. Yes, you're right -- thanks for correcting me. Bjoern, can you obtain the crash dump and see what is inside the passed structures? -- Eygene Remember that it is hard to read the on-line manual while single-stepping the kernel. -- FreeBSD Developers handbookReceived on Fri Jun 27 2008 - 06:30:08 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC