DragonFly bugs List (threaded) for 2008-07
DragonFly BSD
DragonFly bugs List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: panic: already on hash list


From: "Nicolas Thery" <nthery@xxxxxxxxx>
Date: Wed, 23 Jul 2008 15:14:05 +0200

2008/7/23 Sepherosa Ziehau <sepherosa@gmail.com>:
> 2) inpcb is on hash list (both the flag and the link fields prove that)

tcp_connect_oncpu() first looks up the inpcb in the hash list then
adds it if it is not already
there.  So if it is on the hash list when the os panics, could it mean
that it was inserted by another thread after the failed look up?



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