[Mono-bugs] [Bug 45043][Wis] Changed - unwinding segfault

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Sep 2003 17:51:58 -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 rwahl@gmx.de.

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

--- shadow/45043	2003-09-11 17:46:59.000000000 -0400
+++ shadow/45043.tmp.23816	2003-09-11 17:51:58.000000000 -0400
@@ -72,6 +72,19 @@
 
 
 ------- Additional Comments From rwahl@gmx.de  2003-09-11 17:46 -------
 Created an attachment (id=5326)
 Fix for unwind segfault
 
+
+------- Additional Comments From rwahl@gmx.de  2003-09-11 17:51 -------
+Hi,
+
+I attached a patch that fixes the segfault. Newer glibc versions call
+the __frame_state_for implementation of libgcc when this library can be
+found. If not then they use it's own one (these we want!). So we
+have to look for this routine (called fallback_frame_state_for) first.
+
+I hope this patch finds its way into CVS.
+
+regards,
+ron