NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/49488 (npf: assertion "ret == con" failed at npf_conn.c:747)



The following reply was made to PR kern/49488; it has been noted by GNATS.

From: Tobias Nygren <tnn-netbsd%nygren.pp.se@localhost>
To: rmind%NetBSD.org@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/49488 (npf: assertion "ret == con" failed at
 npf_conn.c:747)
Date: Mon, 29 Dec 2014 16:22:55 +0100

 Hi, unfortunately the problem is still present. Although I did get a
 slightly different panic today on a DIAG+DEBUG+LOCKDEBUG kernel:
 
 panic: kernel diagnostic assertion "RB_BLACK_P(self)" failed: file
 "/usr/src/sys/lib/libkern/../../../common/lib/libc/gen/rb.c", line 780
 kern_assert()
 rb_tree_remove_node()
 npf_conndb_remove()
 npf_conn_gc()
 npf_worker()
 
 I am now running a kernel with KTHREAD_MPSAFE commented out on the
 npf worker thread to see if it makes any difference. (This will prevent
 network stuff from preempting the worker thread right?)
 Anything else worth trying?
 
 
 
 



Home | Main Index | Thread Index | Old Index