[Mono-bugs] [Bug 31817][Nor] Changed - exceptions not properly handled in therads with mono

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Oct 2002 08:05:33 -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 vladimir@pobox.com.

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

--- shadow/31817	Sun Oct  6 03:08:59 2002
+++ shadow/31817.tmp.6469	Sun Oct  6 04:05:32 2002
@@ -116,6 +116,24 @@
 t is null!
 
 under mono.
 
 Under mint, the correct values are printed.
 
+
+------- Additional Comments From vladimir@pobox.com  2002-10-06 04:05 -------
+I'm assuming this is related to 28722.  More info:
+
+I am running rh8.
+libc package is "glibc-2.2.93-5"
+gcc is gcc-3.2-7 (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7))
+mono crashes on startup when built against/run with gc6.0 (built
+locally from source)
+originally I was using gc6.1alpha5 from miguel's rpm built on his rh73
+machine.
+I'm now running gc6.1 (final) built locally, with the same problems as
+in 6.1alpha5.
+mono is being compiled with -DGC_LINUX_THREADS, as per lupus' patch of
+two weeks ago.
+running with GC_NO_GC has no effect (still the segfault)
+
+still poking...