[Mono-bugs] [Bug 47286][Nor] New - Runtime exiting with message "Real-time signal x"

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 2 Aug 2003 11:33:10 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jlaban@wanadoo.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=47286

--- shadow/47286	Sat Aug  2 11:33:10 2003
+++ shadow/47286.tmp.24065	Sat Aug  2 11:33:10 2003
@@ -0,0 +1,27 @@
+Bug#: 47286
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jlaban@wanadoo.Fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Runtime exiting with message "Real-time signal x"
+
+The runtime does not seem to handle realtime signals correctly. Each time 
+this signal is sent, the runtime exits immediatly.
+
+The test case provided with this bug entry shows a way to make this signal 
+Zero appearing in a reproductible way. The last WriteLine call should be 
+displayed, but the runtime exists too early.
+
+Other signals may appear like 3 or 35 but are far more harder to debug. 
+All this seems to be related to networking and threading.