DragonFly BSD
 

Message5010

Author nthery
Recipients qhwt+dfly
Date 2008-07-23.13:17:00
Content
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?
History
Date User Action Args
2008-07-23 13:17:00ntherysetrecipients: + qhwt+dfly
2008-07-23 13:17:00ntherylinkissue1079 messages
2008-07-23 13:17:00ntherycreate