Update of /export/home/ntop/ntop
In directory jabber:/tmp/cvs-serv1272

Modified Files:
        ntop.h plugin.c webInterface.c util.c 
Log Message:
Add an informational field to the mutex report in info.html and textinfo.html

This shows where a blocked access occurs.  The methodology is lightweight,
a field in the mutex data area is set before the call to accessMutex and 
cleared afterwards.  If the accessMutex call blocks, the value remains
in the field for reporting.  This is only lightweight - it will NOT handle
more than one blocking call.

Also added a couple of additional WARNING messages to the log to try and
track down the deadlock problems, esp.

   WARNING: accessMutex() call with a self-LOCKED mutex [from %s:%d %s, locked by %s]

(which is almost certainly reporting a bug)

-----Burton (ref 177)



_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to