1.3.74 BUG REPORT: double lock on socket, reproducible

Ingo Molnar (mingo@pc5829.hil.siemens.co.at)
Fri, 15 Mar 1996 15:53:06 +0100 (MET)


00144460 t wait_for_tcp_memory
00144510 t do_tcp_sendmsg
00144f80 t tcp_sendmsg <------------- here (00145013)
001450a0 T tcp_read_wakeup
00145360 t tcp_recv_urg

I did "rlogin localhost" a few times (13 times), and these messages show
up when there is any activity -- a keypress is enough. The messages show
up when the system starts to swap extensively (alot of sk buffers swapped
out?)

Putting "rlogin localhost" into .profile is a fast and deadly way doing
it :))

-- mingo