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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-07-31 23:19 ------- Created an attachment (id=19666) Do while change + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
