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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75210 --- shadow/75210 2005-06-15 08:53:17.000000000 -0400 +++ shadow/75210.tmp.4351 2005-07-02 18:06:40.000000000 -0400 @@ -10,13 +10,13 @@ Component: io-layer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Summary: Crash when sending signals to a multithreaded Mono process +Summary: Crash sending signals service with LinuxThreads Description of Problem: The problem happens when mono-service is running a multithreaded service and a signal is sent to the process. Normally the signal handler should catch the signal and set a flag. Instead the application gets SIGILL and crashes. @@ -64,6 +64,13 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-06-13 07:55 ------- I have tested this on different machines now. It works on one machine with kernel 2.6.x and TLS=__thread and crashes on another machine with kernel 2.4.x and TLS=pthread. I suppose you are running on 2.6.x too? + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-02 18:06 ------- +Can you please try to get the smallest test case possible (ie, no +appdomain stuff, etc), and then get a gdb backtrace from when it crashes. + +Does it happen with LD_ASSUME_KERNEL set to a lower version on a 2.6 +system (you'll have to compile with pthread tls for this). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
