Comment 18 for bug 72814

Revision history for this message
In , didier (did447-deactivatedaccount) wrote :

(In reply to comment #4)
> That's not in liboil, it's in libvisual.
>
If you compile the following code oil_cpu_test.c:

#include <stdio.h>
main()
{
_oil_cpu_init();
_oil_cpu_init();
printf("done\n");
}

gcc oil_cpu_test.c -o oil_cpu /usr/lib/liboil-0.3.a -lm

On a G3 for some systems (kernel/libc) it will dump core in the second _oil_cpu_init