[Mono-bugs] [Bug 655928] Occasional SIGSEGV and related NullReferenceException
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Dec 1 02:18:53 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=655928
https://bugzilla.novell.com/show_bug.cgi?id=655928#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-12-01 07:18:52 UTC ---
This looks like some kind of GC problem:
#4 0x081edbf9 in resolve_object (image=0x227000, obj=0xc4eee0,
handle_class=0xffc69b1c,
context=0x0) at reflection.c:11754
11754 if (strcmp (obj->vtable->klass->name, "String") == 0) {
Here 'obj' is an object put into assembly->tokens in
mono_image_insert_string (). It is a valid object at that
time, 'tokens' has GC tracking, and 'assembly' is allocated using GC_MALLOC.
--
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