[Mono-bugs] [Bug 654694] New: [SDB] Assertion at debugger-agent.c:4087, condition `sp' not met
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 18 13:11:41 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=654694
https://bugzilla.novell.com/show_bug.cgi?id=654694#c0
Summary: [SDB] Assertion at debugger-agent.c:4087, condition
`sp' not met
Classification: Mono
Product: Mono: Debugger
Version: SVN
Platform: i686
OS/Version: openSUSE 11.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: backend
AssignedTo: vargaz at gmail.com
ReportedBy: lluis at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
This one is easy to reproduce:
using System;
namespace Test
{
class MainClass
{
public static void Main (string[] args)
{
if (true) {
string h = "hi";
Console.WriteLine (h);
}
}
}
}
Set a breakpoint in the "Console.WriteLine" line. When the debugger stops
there, try stepping to next line. The debugger crashes.
--
Configure bugmail: https://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