Re: [gut-users] dlopen() + GL = core
Status: Alpha
Brought to you by:
jason379
|
From: Pierre P. <pp...@lu...> - 2000-08-31 02:34:12
|
"J. Perkins" wrote:
> int main()
> {
> void* lib = dlopen("libGL.so", RTLD_GLOBAL | RTLD_NOW);
> dlclose(lib);
> return 0;
> }
>
> It'll core dump somewhere in the CRT library while
> trying to exit.
>
> Anyway, that's where I'm at. At this point, I'm inclined
> to bail on this and put the statically linked version
> back in place. I'll give it till the end of the week to
> come up with a solution. If anyone can help me out with
> an answer here I sure would appreciate it.
Ahh, the wonders of atexit(). Maybe you should file a bug with Mesa?
There might already be one...
--
Pierre Phaneuf
http://www.ludusdesign.com/
|