[Mono-bugs] [Bug 82095][Nor] Changed - GetExecutingAssembly reports the wrong assembly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 1 06:27:50 EDT 2007


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 vargaz at gmail.com.

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

--- shadow/82095	2007-07-31 23:19:03.000000000 -0400
+++ shadow/82095.tmp.26003	2007-08-01 06:27:50.000000000 -0400
@@ -158,6 +158,13 @@
 
 
 ------- Additional Comments From billholmes54 at gmail.com  2007-07-31 23:19 -------
 Created an attachment (id=19666)
 Do while change
 
+
+------- Additional Comments From vargaz at gmail.com  2007-08-01 06:27 -------
+get_frame_address (0) should always return a value on the stack.
+most likely, gcc 3.3.6's implementation always returns the value of
+rbp, which is not correct if the current frame has the frame pointer
+eliminated, and thus uses rbp for something else.
+


More information about the mono-bugs mailing list