[Mono-bugs] [Bug 46137][Wis] Changed - Odd things happen when mixing embeded mono and pthreads

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 24 Jul 2003 12:38:29 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by eric@5stops.com.

http://bugzilla.ximian.com/show_bug.cgi?id=46137

--- shadow/46137	Thu Jul 24 11:22:23 2003
+++ shadow/46137.tmp.8327	Thu Jul 24 12:38:29 2003
@@ -86,6 +86,14 @@
 #include <gc/gc.h> to the top of oxide-2.c and oxide-3.c it all
 works.
 
 This should be handled somehow by the pkgconfig control file, I'll
 add a new bug for that.
 
+
+------- Additional Comments From eric@5stops.com  2003-07-24 12:38 -------
+If my code is running as a module for a system that is using pthreads
+(and i'm only given a binary for it), i'm not going to be able to
+recompile *their* code with "#include <gc/gc.h>".
+
+Does this mean we have no solution for embedding mono in a precompiled
+app that is using pthreads?