Freebsd, 6.4, i386, ntop 3.3.10.

it (sorta) dies every now and then.

I opened a console on the tty that started it, and when it (sorta) dies, I got this:

Assertion failed: (req_waiting_head), function evdns_requests_pump_waiting_queue, file evdns.c, line 621. does this mean that the req_waiting_head queue doesn't exist? isn't big enough? any clue?

this appears to be a libevent library call, and not an ntop issue?
from libevent/work/evdns.c  line 621:

static void
evdns_requests_pump_waiting_queue(void) {
        while (global_requests_inflight < global_max_requests_inflight &&
            global_requests_waiting) {
                struct request *req;
/* move a request from the waiting queue to the inflight queue */
                assert(req_waiting_head);



--
Michael Scheidell, CTO
Phone: 561-999-5000, x 1259
> *| *SECNAP Network Security Corporation

   * Certified SNORT Integrator
   * 2008-9 Hot Company Award Winner, World Executive Alliance
   * Five-Star Partner Program 2009, VARBusiness
   * Best Anti-Spam Product 2008, Network Products Guide
   * King of Spam Filters, SC Magazine 2008


_________________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com
_________________________________________________________________________
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to