Re: help w/panic under heavy load - 5.4

2005-07-24 Thread Max Laier
On Sunday 24 July 2005 04:38, Edwin wrote: If I understand correctly...(albeit an overly brief understanding :)) 1. ethernet packet comes in - stuck into an mbuf 2. ether_demux calls ip_fastforward passing the mbuf struct 3. mbuf struct is copied/munged into ip struct by mtod 4. ntohs is

Re: help w/panic under heavy load - 5.4

2005-07-24 Thread Edwin
New kernel: ident D1-0723 (same as D1-0722 - but w/ IPFIREWALL* options removed) same traces asked for previously. Thanks again, /Edwin kgdb kernel.debug /usr/local/STORAGE/crash/vmcore.1 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol

Re: help w/panic under heavy load - 5.4

2005-07-24 Thread Simon 'corecode' Schubert
On 24.07.2005, at 16:19, Edwin wrote: (kgdb) f 13 #13 0xc068f6e9 in ip_fastforward (m=0xc12e2300) at /usr/src/sys/netinet/ip_fastfwd.c:572 (kgdb) i loc ip = (struct ip *) 0xc12f000e m0 = (struct mbuf *) 0xc12f000e ro = {ro_rt = 0xc11ee420, ro_dst = {sa_len = 16 '\020', sa_family = 2 '\002',

Re: help w/panic under heavy load - 5.4

2005-07-24 Thread Max Laier
On Sunday 24 July 2005 17:42, Simon 'corecode' Schubert wrote: On 24.07.2005, at 16:19, Edwin wrote: (kgdb) f 13 #13 0xc068f6e9 in ip_fastforward (m=0xc12e2300) at /usr/src/sys/netinet/ip_fastfwd.c:572 (kgdb) i loc ip = (struct ip *) 0xc12f000e m0 = (struct mbuf *) 0xc12f000e ro =

Re: help w/panic under heavy load - 5.4

2005-07-24 Thread Edwin
Max Laier ([EMAIL PROTECTED]) wrote: Edwin, what do you have for CFLAGS? Can you try to downgrade to -O for now so that we have a better chance to get a full view? Max, I have no CFLAGS or COPTFLAGS in /etc/make.conf - this was a basic kern-developer install on a blank PC. The only