In article <local.mail.freebsd-current/[EMAIL PROTECTED]> you write: >I see several instances of this in /var/log/messages after cvsup'ing >Monday evening and rebuilding world and kernel. I haven't seen any >messages about this, so I figured I'd ask here. > >Message: >Mar 11 17:33:30 lorne kernel: malloc() of "64" with the following >non-sleepablelocks held: >Mar 11 17:33:30 lorne kernel: exclusive sleep mutex netisr lock r = 0 >(0xc0579160) locked @ /usr/src/sys/net/netisr.c:215 > >Can anybody supply me a clue as to what's going on here?
It can be ignored for now, the code path is still under the Giant lock, so this is harmless, I'll fix this soon to use a different approach; the lock was intended to protect against reentrancy. However, I'd be interested to know what is calling malloc(), if that information is in the syslog. -- Jonathan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message