tech-kern archive

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

Re: panic in soreceive()



> Just got (with a kernel from yesterday):
> panic: receive 1
> 
> The stacktrace is:
> #10 0xc041993f in panic ()
> #11 0xc044d390 in soreceive ()
> #12 0xc0473fe5 in fifo_read ()
> #13 0xc036e53f in ufsfifo_read ()
> #14 0xc0471f2d in VOP_READ ()
> #15 0xc046eede in vn_read ()
> #16 0xc0424138 in dofileread ()
> #17 0xc04240a1 in sys_read ()
> 
> Someone seen this? Any ideas?
> 
> best regards
> Matthias

fifofs should take kernel_lock for socket.

YAMAMOTO Takashi



Home | Main Index | Thread Index | Old Index