Re: Bug with Performer 2.0 / IRIX 5.3 / GL
John Rohlf (jrohlf++at++tubes)
Mon, 20 Nov 95 17:08:23 PST
>
> The folowing program core dump in pfFree :
>
> #include <Performer/pr.h>
>
>
> int main (void)
> {
> void *col;
> void *memarena;
>
> /* Initialize Performer */
> pfInitArenas();
> pfInit();
> pfInitState(pfGetSemaArena());
>
> memarena = pfGetSharedArena();
>
> col = pfNewCtab(16, memarena);
> /* printf("%08X\n",col); */
> pfFree(col);
>
> /* If you're lucky */
> pfExit();
> }
>
> The same program is working with IRIX 6.2
>
> What's up doc ?
>
'Twas a bug. Ensure that you have a current pfState around
when deleting colortables if you need a workaround.
This archive was generated by hypermail 2.0b2
on Mon Aug 10 1998 - 17:52:03 PDT