Current-Users archive

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

Re: Panic in init_sysctl.c::fill_lwp()



>   l_syncobj = 0xc0a1c008, l_sleepchain = {tqe_next = 0x0, tqe_prev = 
> 0xcb2f3dc8}, l_wchan = 0x0, 
>   l_wmesg = 0xccb7c680 <Address 0xccb7c680 out of bounds>, l_sleepq = 0x0, 
> l_sleeperr = 0, l_slptime = 0, l_timeout_ch = {

l_wmesg is stale unless l_wchan != NULL.
the easiest fix would be clear l_wmesg in sleepq_remove.
i prefer to fix users of l_wmesg instead, tho.

YAMAMOTO Takashi


Home | Main Index | Thread Index | Old Index