Bug with Performer 2.0 / IRIX 5.3 / GL

New Message Reply Date view Thread view Subject view Author view

Remi Arnaud (arnaud++at++pobox.oleane.com)
Mon, 20 Nov 1995 19:35:06 +0000


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 ?


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:03 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.