[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
Tue Sep 22 07:52:37 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=540994
User msafar at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=540994#c1
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|debugger |debug
Version|unspecified |SVN
AssignedTo|lluis at novell.com |martin at novell.com
Product|MonoDevelop |Mono: Runtime
QAContact|monodevelop-bugs at lists.ximi |mono-bugs at lists.ximian.com
|an.com |
--- Comment #1 from Marek Safar <msafar at novell.com> 2009-09-22 05:52:36 MDT ---
Mono Debugger
(mdb) r
Starting program: bug-mdb.exe
Thread @1 stopped at #0: 0xb709e2b4 in Program.Main(string[])+0x1c at
/home/marek/svn/mcs/mcs/bug-mdb.cs:7.
7 int? i = 9; // <-- set breakpoint here and hit F10 (step over)
(mdb) n
Thread @1 stopped at #0: 0x08063495 in mono_jit_runtime_invoke+0x95 at
/home/marek/svn/mono/mono/mini/mini.c:4491.
4491 }
(mdb) n
(mdb) Thread @1 exited.
Process #1 exited.
Target exited.
--
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