看板 DFBSD_bugs 關於我們 聯絡資訊
: :Matthew Dillon wrote: :> :I'm posting my null-modem session transcript, let me know if you need :> :more information, I'm not sure how to reproduce it yet :> : :> :I had :> : :> :mpg123 -b 1024 -q -@ ... :> :cvsup ... /usr/ports :> :lynx somewhere :> :and ctorrent (seeding the dfly-1.2.0 iso) :> : :> :running, hope this helps :> : :> :dmesg + panic follows :> :> Just got the dmesg there, no panic. :I know now how to reproduce the panic, : :just run lockf from src/test/lockf and it'll panic in a few seconds, :hope this helps :) : :here's another, still no dump, sry :( it somehow refuses to dump : :panic: assertion: ref->tr_magic == LWKT_TOKREF_MAGIC2 in :lwkt_reqtoken_remote Got it. I've reproduced it using src/test/lockf. That panic typically occurs when kernel function forgets to unlock a token. I should be able to get this fixed today, soon. -Matt