[Mono-bugs] [Bug 540994] Step over nullable assignment ends up in mono_jit_runtime_invoke and terminates

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 23 19:58:28 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=540994

User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=540994#c2


Martin Baulig <martin at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FEATURE




--- Comment #2 from Martin Baulig <martin at novell.com>  2009-09-23 17:58:25 MDT ---
This is not a bug, you're stepping out of main.

The 'i = null' line simply doesn't exist for the debugger, it's unused so it
gets optimized out by the JIT.

Proper detection of the return address is now in SVN, so you'll exit instead of
stopping at the mono_jit_runtime_invoke().

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list