what's the backtrace from the kernel crash? That's a bit odd.. :-)
-adiran On 10 October 2013 11:38, Peter Ankerstål <pe...@pean.org> wrote: > Sorry, had to rebuild kernel with debug symbols. > > Heres the output: > > (kgdb) list *0xc0800110 > 0xc0800110 is in jenkins_hash32 (/usr/src/sys/libkern/jenkins_hash.c:177). > 172 switch(length) /* all the case statements > fall through */ > 173 { > 174 case 3 : c+=k[2]; > 175 case 2 : b+=k[1]; > 176 case 1 : a+=k[0]; > 177 final(a,b,c); > 178 case 0: /* case 0: nothing left to add */ > 179 break; > 180 } > 181 /*------------------------------------------------------ report > the result */ > > > On Oct 9, 2013, at 11:18 PM, Adrian Chadd <adr...@freebsd.org> wrote: > > > Hi, > > > > Is there a backtrace for this? Iv'e not seen this before. > > > > > > -adrian > > > _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"