Re: [gut-users] dlopen() + GL = core
Status: Alpha
Brought to you by:
jason379
|
From: Pierre P. <pp...@lu...> - 2000-08-31 18:40:57
|
"J. Perkins" wrote:
> #include <stdio.h>
> #include <unistd.h>
> #include <dlfcn.h>
>
> 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.
With such a simple program to demonstrate the bug, the Mesa people
should be able to find that out...
--
"The only 'intuitive' interface is the nipple. After that, it's
all learned." -- be...@te... (on user interfaces)
|