mail-archives/mono-bugs/2009-February/085462.html

154 строки
5.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 471947] New: Crash in mono_debugger_lock
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20471947%5D%20New%3A%20Crash%20in%20mono_debugger_lock&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="085461.html">
<LINK REL="Next" HREF="085463.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 471947] New: Crash in mono_debugger_lock</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20471947%5D%20New%3A%20Crash%20in%20mono_debugger_lock&In-Reply-To="
TITLE="[Mono-bugs] [Bug 471947] New: Crash in mono_debugger_lock">bugzilla_noreply at novell.com
</A><BR>
<I>Tue Feb 3 09:03:08 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="085461.html">[Mono-bugs] [Bug 471089] Deadlock caused by the loader lock and generics
</A></li>
<LI>Next message: <A HREF="085463.html">[Mono-bugs] [Bug 471947] Crash in mono_debugger_lock
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#85462">[ date ]</a>
<a href="thread.html#85462">[ thread ]</a>
<a href="subject.html#85462">[ subject ]</a>
<a href="author.html#85462">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=471947">https://bugzilla.novell.com/show_bug.cgi?id=471947</A>
Summary: Crash in mono_debugger_lock
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: debug
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">martin at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">rkvinge at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
With monodevelop and mono trunk (r125318), and whenever monodevelop crashes, it
exits with this:
**
** ERROR:(mono-debug-debugger.c:55):mono_debugger_lock: assertion failed:
(initialized)
(and nothing more)
attaching gdb gives a stacktrace:
gdb) bt
#0 0xffffe430 in __kernel_vsyscall ()
#1 0xb7e79900 in *__GI_raise (sig=6) at
./nptl/sysdeps/unix/sysv/linux/raise.c:64
#2 0xb7e7b238 in *__GI_abort () at abort.c:88
#3 0xb8068029 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
#4 0xb80684bd in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0
#5 0x0816b310 in mono_debugger_lock () at mono-debug-debugger.c:55
#6 0x0810674d in mono_debug_print_stack_frame (method=0xb6b34bbc,
native_offset=4, domain=0x25ee0) at mono-debug.c:1082
#7 0x080cf186 in print_stack_frame (method=0xb6b34bbc, native_offset=4,
il_offset=-1, managed=0, data=0xb7f8e560) at mini-exceptions.c:1360
#8 0x080d10e9 in mono_jit_walk_stack_from_ctx (func=0x80cf160
&lt;print_stack_frame&gt;, start_ctx=0x0, do_il_offset=1, user_data=0xb7f8e560) at
mini-exceptions.c:536
#9 0x080d13f7 in mono_jit_walk_stack (func=0x80cf160 &lt;print_stack_frame&gt;,
do_il_offset=1, user_data=0xb7f8e560) at mini-exceptions.c:546
#10 0x080d1477 in mono_handle_native_sigsegv (signal=6, ctx=0xbf9f2e8c) at
mini-exceptions.c:1411
#11 &lt;signal handler called&gt;
#12 0xffffe430 in __kernel_vsyscall ()
#13 0xb7e79900 in *__GI_raise (sig=6) at
./nptl/sysdeps/unix/sysv/linux/raise.c:64
#14 0xb7e7b238 in *__GI_abort () at abort.c:88
#15 0xb7e7270e in *__GI___assert_fail (assertion=0xb662f304
&quot;xcb_get_request_sent(dpy-&gt;xcb-&gt;connection) == dpy-&gt;request&quot;, file=0xb662f1c0
&quot;xcb_lock.c&quot;, line=33, function=0xb662f383 &quot;_XCBUnlockDisplay&quot;) at assert.c:78
#16 0xb65be80e in ?? () from /usr/lib/libX11.so.6
#17 0xb646068c in XRenderCompositeTrapezoids (dpy=0xb6b49260, op=3,
src=61047762, dst=61048837, maskFormat=0xb5b527e0, xSrc=37, ySrc=77,
traps=0xb11bfc00, ntrap=0) at Trap.c:71
--
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="085461.html">[Mono-bugs] [Bug 471089] Deadlock caused by the loader lock and generics
</A></li>
<LI>Next message: <A HREF="085463.html">[Mono-bugs] [Bug 471947] Crash in mono_debugger_lock
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#85462">[ date ]</a>
<a href="thread.html#85462">[ thread ]</a>
<a href="subject.html#85462">[ subject ]</a>
<a href="author.html#85462">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>