|
From: Troels W. H. <tr...@th...> - 2003-05-10 08:58:09
Attachments:
reuseaddr.patch
|
Restarting valgrind-listener quickly can produce the error below. Attached patch fixes it by enabling SO_REUSEADDR for the listening socket. $ valgrind-listener valgrind-listener started at Sat May 10 10:39:43 2003 cannot bind port : Address already in use valgrind-listener: the `impossible' happened: main -- bind port Please report this bug to: js...@ac... -- Troels |
|
From: Julian S. <js...@ac...> - 2003-05-10 10:28:50
|
Ah, that's great. Thanks. I had wondered about how to fix that problem. J On Saturday 10 May 2003 9:57 am, Troels Walsted Hansen wrote: > Restarting valgrind-listener quickly can produce the error below. > Attached patch fixes it by enabling SO_REUSEADDR for the listening > socket. > > $ valgrind-listener > valgrind-listener started at Sat May 10 10:39:43 2003 > cannot bind port : Address already in use > > valgrind-listener: the `impossible' happened: > main -- bind port > Please report this bug to: js...@ac... |