[Mono-bugs] [Bug 561613] New: abort in mono_resolve_patch_target while JITting a verified method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 8 08:44:37 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=561613
http://bugzilla.novell.com/show_bug.cgi?id=561613#c0
Summary: abort in mono_resolve_patch_target while JITting a
verified method
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: JIT
AssignedTo: lupus at novell.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at lists.ximian.com
CC: rkumpera at novell.com
Found By: ---
Blocker: ---
Created an attachment (id=331562)
--> (http://bugzilla.novell.com/attachment.cgi?id=331562)
assembly to reproduce abort
MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args mono --security=core-clr
--compile-all System.sigabrt.22189.dll
** ERROR:(mini.c:2570):mono_resolve_patch_target: assertion failed:
(patch_info->data.bb->native_offset)
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x42162950 (LWP 20049)]
0x00007fe6b6fa55c5 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007fe6b6fa55c5 in raise () from /lib64/libc.so.6
#1 0x00007fe6b6fa6bb3 in abort () from /lib64/libc.so.6
#2 0x00007fe6b7dd32c7 in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3 0x00007fe6b7dd3762 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4 0x000000000041d34b in mono_resolve_patch_target (method=0xa55a00,
domain=0x7fe6b82e9db0, code=0x400b6f30 "UH\213�H\203� H�E�",
patch_info=0xa61890,
run_cctors=0) at mini.c:2570
#5 0x000000000053903c in mono_arch_patch_code (method=0xa55a00,
domain=0x7fe6b82e9db0, code=0x400b6f30 "UH\213�H\203� H�E�", ji=0xa61950,
run_cctors=0)
at mini-amd64.c:5518
#6 0x000000000041eac8 in mono_codegen (cfg=0xa47800) at mini.c:3095
#7 0x00000000004205ec in mini_method_compile (method=0xa55a00, opts=55667199,
domain=0x7fe6b82e9db0, run_cctors=0, compile_aot=0, parts=0) at mini.c:3809
#8 0x00000000004a381a in compile_all_methods_thread_main (args=0x7fffc0457010)
at driver.c:881
#9 0x00000000005aea8a in start_wrapper (data=0xa33fe0) at threads.c:662
#10 0x00000000006579c3 in thread_start_routine (args=0xa03040) at
wthreads.c:286
#11 0x0000000000670bde in GC_start_routine (arg=0x7fe6b82eae70) at
pthread_support.c:1390
#12 0x00007fe6b7529040 in start_thread () from /lib64/libpthread.so.0
#13 0x00007fe6b704608d in clone () from /lib64/libc.so.6
#14 0x0000000000000000 in ?? ()
(gdb) up 4
#4 0x000000000041d34b in mono_resolve_patch_target (method=0xa55a00,
domain=0x7fe6b82e9db0, code=0x400b6f30 "UH\213�H\203� H�E�",
patch_info=0xa61890,
run_cctors=0) at mini.c:2570
2570 g_assert (patch_info->data.bb->native_offset);
(gdb) p method->name
$1 = 0x7fe6b82c7f35 "get_Default"
(gdb) p method->klass->name
$2 = 0x7fe6b82c6ef6 "CategoryAttribute"
(gdb) p method->klass->name_space
$3 = 0x7fe6b82c6e65 "System.ComponentModel"
--
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