[Mono-bugs] [Bug 60576][Maj] Changed - Bad interaction - Mono, Gentoo (nptl) & Muine

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Sep 2004 21:17:28 -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 david.mitchell@telogis.com.

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

--- shadow/60576	2004-09-27 21:13:49.000000000 -0400
+++ shadow/60576.tmp.30525	2004-09-27 21:17:28.000000000 -0400
@@ -717,6 +717,16 @@
 wrt the wider issue, I feel
 http://gcc.gnu.org/ml/gcc/2004-01/msg01766.html is likely to be
 relevant. Reading up on it now.
 
 ------- Additional Comments From james@ximian.com  2004-09-27 21:13 -------
 I just recompiled without -fexceptions, and my hang persists :(
+
+------- Additional Comments From david.mitchell@telogis.com  2004-09-27 21:17 -------
+The behaviour James mentions makes sense. Reading that page that Ed
+linked to on the gcc.gnu site it appears that removing -fexceptions
+only fixes this bug on gcc 3.4, not 3.3. Since I personally have had
+this problem on gcc 3.3 I'm guessing there is another problem at work
+here (see bug 66614).
+
+Having said that, '-fexceptions' would almost certainly bite us in the
+future anyway, so good job Ed.