[Mono-bugs] [Bug 75387][Wis] New - [PATCH] SIGRTMIN no always usable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 27 05:34:46 EDT 2005


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 robertj at gmx.net.

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

--- shadow/75387	2005-06-27 05:34:46.000000000 -0400
+++ shadow/75387.tmp.18154	2005-06-27 05:34:46.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 75387
+Product: Mono: Runtime
+Version: 1.1
+OS: SLES 8
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] SIGRTMIN no always usable
+
+Some older SUSE distros (7.x, 8.x SLES 7 and 8) have been
+shipped with a buggy LIBC which consumes SIGRTMIN itself
+leading to crash when libmono.so is loaded, for example
+when --with-static_mono=no is applied or when libmono.so is
+consumed by third party programs.
+
+About the LIBC bug:
+https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=53394
+
+The patch presets mono_thread_get_abort_signal to return
+SIGRTMIN+3. This signal is supposed to be available on
+all systems that support SIGRTMIN, because POSIX requires
+at least 8 signals.


More information about the mono-bugs mailing list