[Mono-bugs] [Bug 668489] Bitmap constructor crashes in multi-threaded (TPL)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Feb 1 06:23:05 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=668489
https://bugzilla.novell.com/show_bug.cgi?id=668489#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> 2011-02-01 11:23:04 UTC ---
I can't repro this under amd64 linux. The relevant code is:
if (!helper->slot)
mono_class_setup_vtable (obj_array);
g_assert (helper->slot);
Which doesn't look racy to me. mono_marshal_get_virtual_stelemref () is a bit
racy tough.
Could you try the attached patch ?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list