[ros-bugs] [Bug 6074] rosev_ircsystem: Crash, probably when some client disconnected

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri May 27 22:53:40 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6074


Colin Finck <mail at colinfinck.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #1 from Colin Finck <mail at colinfinck.de>  2011-05-27 22:53:39 CET ---
Problem is reproducible, but only occurs when rosev_ircsystem is compiled under
Linux (tested Ubuntu 10.04).
To reproduce it, run the following Perl script (done on a Windows machine,
hopefully behaves the same under Linux):

use IO::Socket;
my $sock = new IO::Socket::INET(PeerAddr => "fezile.reactos.org", PeerPort =>
6667, Proto => "tcp") or die "Failed\n";
for(;;) {}

Now press Ctrl+C to interrupt it. Rosev_ircsystem running on Fezile crashes
reproducibly afterwards.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list