Re: panic in recent RELENG_5 tcp code path

2005-05-20 Thread Gleb Smirnoff
Jeremie, On Thu, May 19, 2005 at 02:56:39PM +0200, Jeremie Le Hen wrote: J Can you load a kernel.debug into gdb and do l *(tcp_output+0xb49) and J post the output? that offset isn't a function call in my kernel. J tcp_output() doesn't call m_copypacket directly so the exact spot is J

Re: panic in recent RELENG_5 tcp code path

2005-05-20 Thread Jeremie Le Hen
Hi Gleb, according to the fact that the panic occured in dereferncing mbuf pointer your kernel is compiled without INVARIANTS. Please compile it with INVARIANTS. This will probably help to trigger panic earlier, and it will be more clear. a quick look at src/conf/NOTES reveals the

Re: panic in recent RELENG_5 tcp code path

2005-05-20 Thread Gleb Smirnoff
Jeremie, On Fri, May 20, 2005 at 03:10:32PM +0200, Jeremie Le Hen wrote: J according to the fact that the panic occured in dereferncing mbuf pointer J your kernel is compiled without INVARIANTS. J J Please compile it with INVARIANTS. This will probably help to trigger panic J earlier, and

Re: panic in recent RELENG_5 tcp code path

2005-05-20 Thread Kris Kennaway
On Fri, May 20, 2005 at 05:15:36PM +0400, Gleb Smirnoff wrote: Jeremie, On Fri, May 20, 2005 at 03:10:32PM +0200, Jeremie Le Hen wrote: J according to the fact that the panic occured in dereferncing mbuf pointer J your kernel is compiled without INVARIANTS. J J Please compile it

Re: panic in recent RELENG_5 tcp code path

2005-05-20 Thread Dan Nelson
In the last episode (May 20), Kris Kennaway said: On Fri, May 20, 2005 at 05:15:36PM +0400, Gleb Smirnoff wrote: On Fri, May 20, 2005 at 03:10:32PM +0200, Jeremie Le Hen wrote: J I'm going to recompile my kernel with INVARIANTS but I wonder in J which order of magniture it will slow my

Re: panic in recent RELENG_5 tcp code path

2005-05-20 Thread Kris Kennaway
On Fri, May 20, 2005 at 01:55:56PM -0500, Dan Nelson wrote: In the last episode (May 20), Kris Kennaway said: On Fri, May 20, 2005 at 05:15:36PM +0400, Gleb Smirnoff wrote: On Fri, May 20, 2005 at 03:10:32PM +0200, Jeremie Le Hen wrote: J I'm going to recompile my kernel with INVARIANTS

Re: panic in recent RELENG_5 tcp code path

2005-05-19 Thread Jeremie Le Hen
Hi Doug, thanks for your answer. Can you load a kernel.debug into gdb and do l *(tcp_output+0xb49) and post the output? that offset isn't a function call in my kernel. tcp_output() doesn't call m_copypacket directly so the exact spot is difficult to find. %%% (gdb) l *(tcp_output+0xb49)

Re: panic in recent RELENG_5 tcp code path

2005-05-18 Thread Doug White
On Sun, 15 May 2005, Jeremie Le Hen wrote: Sorry, I couldn't get a dump. %%% obiwan:tataz$ uname -a FreeBSD obiwan.tataz.chchile.org 5.4-STABLE FreeBSD 5.4-STABLE #16: Fri May 13 01:01:50 CEST 2005 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/OBIWAN i386 %%% %%% Fatal

panic in recent RELENG_5 tcp code path

2005-05-15 Thread Jeremie Le Hen
Sorry, I couldn't get a dump. %%% obiwan:tataz$ uname -a FreeBSD obiwan.tataz.chchile.org 5.4-STABLE FreeBSD 5.4-STABLE #16: Fri May 13 01:01:50 CEST 2005 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/OBIWAN i386 %%% %%% Fatal trap 12: page fault while in kernel mode fault