[Mono-bugs] [Bug 598247] invalid pointer in mono_custom_attrs_from_index while JITting

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 20 15:31:07 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=598247

http://bugzilla.novell.com/show_bug.cgi?id=598247#c1


--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2010-04-20 19:31:06 UTC ---
cuter stack trace - rebuilt with CFLAGS="-O0 -g"

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff6146910 (LWP 7681)]
0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
#1  0x00007ffff6d6e9b0 in abort () from /lib64/libc.so.6
#2  0x00007ffff6da866d in ?? () from /lib64/libc.so.6
#3  0x00007ffff6dadc76 in ?? () from /lib64/libc.so.6
#4  0x00007ffff6db296c in free () from /lib64/libc.so.6
#5  0x00000000005e1ffd in mono_custom_attrs_from_index (image=0xa3f600,
idx=13537) at reflection.c:8461
#6  0x00000000005e244e in mono_custom_attrs_from_field
(klass="System.Net.HttpWebResponse", field=0xc49f00) at reflection.c:8590
#7  0x0000000000606c98 in field_is_special_static
(fklass="System.Net.HttpWebResponse", field=0xc49f00) at object.c:969
#8  0x0000000000609088 in mono_class_create_runtime_vtable
(domain=0x7ffff7e7dd48, class="System.Net.HttpWebResponse", raise_on_error=0)
at object.c:1910
#9  0x000000000060878f in mono_class_vtable_full (domain=0x7ffff7e7dd48,
class="System.Net.HttpWebResponse", raise_on_error=0) at object.c:1744
#10 0x00000000006086ae in mono_class_vtable (domain=0x7ffff7e7dd48,
class="System.Net.HttpWebResponse") at object.c:1715
#11 0x000000000046cc32 in mono_method_to_ir (cfg=0xca16a0,
method="System.Net.HttpWebRequest:SetResponseData ()", start_bblock=0xd871b0,
end_bblock=
    0xd872c0, return_var=0x0, dont_inline=0xad3440 = {...}, inline_args=0x0,
inline_offset=0, is_virtual_call=0) at method-to-ir.c:7471
#12 0x0000000000421826 in mini_method_compile
(method="System.Net.HttpWebRequest:SetResponseData ()", opts=51472895,
domain=0x7ffff7e7dd48, run_cctors=0, 
    compile_aot=0, parts=0) at mini.c:4018
#13 0x00000000004ac82e in compile_all_methods_thread_main (args=0x7fffffffdbb0)
at driver.c:879
#14 0x000000000063c5bd in start_wrapper (data=0xa7b800) at threads.c:747
#15 0x000000000066c6a1 in thread_start_routine (args=0xaa95e8) at
wthreads.c:286
#16 0x000000000069e9e5 in GC_start_routine (arg=0x7ffff7e1bfc0) at
pthread_support.c:1390
#17 0x00007ffff72f165d in start_thread (arg=<value optimized out>) at
pthread_create.c:297
#18 0x00007ffff6e0be1d in clone () from /lib64/libc.so.6
#19 0x0000000000000000 in ?? ()

-- 
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