Re: [Mono-devel-list] [PATCH] issue with libmono.so and dlopen

2005-06-26 Thread Miguel de Icaza
Hello, Did you compile your own Mono? You might want to disable the TLS support in your Mono to work around these issues. > Hi, > > I ran into a problem with dlopen and libmono.so. It appears > that the one and only __thread variable of libgc will > get the tls-model "global-dynamic", which

[Mono-devel-list] [PATCH] issue with libmono.so and dlopen

2005-06-25 Thread Robert Jordan
Hi, I ran into a problem with dlopen and libmono.so. It appears that the one and only __thread variable of libgc will get the tls-model "global-dynamic", which doesn't seem to be compatible with dlopen(3). I don't know whether this is a bug or a "by design" feature. Mini uses __attribute__((tls