[Mono-bugs] [Bug 24104] Changed - uncaught exceptions in threads other than the main thread crash mono
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
15 May 2002 11:58:25 -0000
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24104
--- shadow/24104 Wed May 1 23:58:45 2002
+++ shadow/24104.tmp.1936 Wed May 15 07:58:25 2002
@@ -1,14 +1,14 @@
Bug#: 24104
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: linus@linus.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -65,6 +65,12 @@
read on the Rotor list that .Net exceptions are somehow "compatible" with
SEH. I think there is some level of interoperability between unmanaged
and managed exceptions in .Net on Windows. I don't know if this is
desirable in mono or if an analog exists on Linux.
I don't know if the same problem exists in mint.
+
+------- Additional Comments From dietmar@ximian.com 2002-05-15 07:58 -------
+I added the above example to mono (mono/tests/thread5.cs). I also
+added a thread specific end_of_stack (but I still not call the
+events). But thread5.exe behaves really strange and sometimes produces
+a SEGV, both with mint and mono.