[Mono-devel-list] TLS: normal versus __thread
Dick Porter
dick at ximian.com
Wed Mar 30 11:58:46 EST 2005
On Thu, 2005-03-24 at 00:02 +0100, Michael Rasmussen wrote:
> It apparently seems to course problems when using Mono.Posix.fork.
> My self compiled version under Debian runs flawlessly while giving these
> errors under Fedora Core and Suse:
>
> ** (svc.exe:670): WARNING **: : bogus daemon response, type 1
Threading and fork() don't mix. Mono is threaded.
If it works on Debian (I assume with linuxthreads not NPTL) that is just
by luck.
See http://bugzilla.ximian.com/show_bug.cgi?id=68141 for more of an
explanation.
- Dick
More information about the Mono-devel-list
mailing list