[Mono-bugs] [Bug 644451] Native stacktrace with new GC (mono_array_new_specific)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 7 03:22:46 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=644451

https://bugzilla.novell.com/show_bug.cgi?id=644451#c1


--- Comment #1 from Maciej Paszta <maciej.paszta at secpl.cs.put.poznan.pl> 2010-10-07 07:22:45 UTC ---
I've tried to get GDB stacktrace but after native stacktrace, I can't get GDB
to work. So I've launched my app from withing gdb, setting all signal handlers
as mentioned on http://www.mono-project.com/Debugging#Debugging_with_GDB, and
this is the stacktrace that I've managed to collect. It doesn't occur in
mono_array_new_specific but rather in mono_string_new_size, but maybe it'will
be useful. 

GDB stacktrace:

#0  copy_object_no_checks (obj=0x7ffff6f9e6c0, queue=0x8ed4a0) at
sgen-major-copy-object.h:89
#1  0x00000000005f2565 in copy_object (obj_slot=0x7fffe743be08, queue=0x8ed4a0)
at sgen-major-copy-object.h:160
#2  0x000000000050fc88 in los_scan_card_table (queue=0x8ed4a0) at
sgen-los.c:516
#3  0x000000000051632a in collect_nursery (requested_size=<value optimized
out>) at sgen-cardtable.c:207
#4  0x0000000000517b0f in minor_collect_or_expand_inner (size=4096) at
sgen-gc.c:2984
#5  0x0000000000518059 in mono_gc_alloc_obj_nolock (vtable=0x9145c8, size=40)
at sgen-gc.c:3312
#6  0x0000000000518246 in mono_gc_alloc_string (vtable=0x9145c8, size=34,
len=4) at sgen-gc.c:3482
#7  0x000000000059724b in mono_string_new_size (domain=0x914290, len=4) at
object.c:4725

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