Re: locking problems in IPv6 code

2003-06-21 Thread Hiten Pandya
On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive sleep mutex netisr lock r = 0

Re: locking problems in IPv6 code

2003-06-21 Thread Terry Lambert
Hiten Pandya wrote: On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive

Re: locking problems in IPv6 code

2003-06-21 Thread Robert Watson
On Sat, 21 Jun 2003, Hiten Pandya wrote: On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following

locking problems in IPv6 code

2003-06-19 Thread John-Mark Gurney
I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive sleep mutex netisr lock r = 0 (0xc0271890) locked @ net/netisr.c:215 malloc() of 64 with the

Re: locking problems in IPv6 code

2003-06-19 Thread Robert Watson
Could you run with debug.witness_ddb and get a stack trace for the warning? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Thu, 19 Jun 2003, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine,