[Mono-bugs] [Bug 633454] Multithreaded applications in MonoDroid (and my Mono port to Android) fail to garbage collect (hang/crash)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Aug 22 11:53:46 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=633454#c2


--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2010-08-22 15:53:45 UTC ---
Digging around inside the bionic data structures in gdb, it looks like the
value of
pthread_internal_t.kernel_id for the main thread is 0x1e, which is the pid of
the 'zygote' process. So its possible that bionic tries to send a signal to the
parent process causing the EPERM.

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