[Mono-bugs] [Bug 652590] New: * Assertion at debugger-agent.c:4087, condition `sp' not met
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 10 09:05:32 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=652590
https://bugzilla.novell.com/show_bug.cgi?id=652590#c0
Summary: * Assertion at debugger-agent.c:4087, condition `sp'
not met
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: debug
AssignedTo: vargaz at gmail.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
class C
{
static void Call ()
{
throw null;
}
public static void Main ()
{
try {
Call ();
} catch (System.Exception) {
throw;
}
}
}
With enabled catch points for System.Exception, debugger breaks at throw null
subsequent F10 yield
* Assertion at debugger-agent.c:4087, condition `sp' not met
Stacktrace:
Native stacktrace:
/home/marek/mono/bin/mono() [0x80d935b]
[0x4001e40c]
/lib/libc.so.6(abort+0x182) [0x400aee42]
/home/marek/mono/bin/mono() [0x8210f42]
/home/marek/mono/bin/mono() [0x8210fc1]
/home/marek/mono/bin/mono() [0x80fea16]
/home/marek/mono/bin/mono() [0x80fee5b]
/home/marek/mono/bin/mono() [0x81f21ef]
/home/marek/mono/bin/mono() [0x8223f08]
/lib/libpthread.so.0(+0x5cc9) [0x4006ccc9]
/lib/libc.so.6(clone+0x5e) [0x401516ae]
Debug info from gdb:
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
--
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