Up: SGI performer Frequently Asked Questions (FAQ)
Next: -65- 1.1 Bug Installing on Indy or Indigo2 XL
Previous: -63- 1.1 Bug with FP underflow
Subject:   -64- 1.1 Bug with Multipipe Onyx
Date: 26 Oct 1993 00:00:01 EST

  There is a bug in the 1.1 multipipe code. The symptom is a core dump
  and an error like:

     Performer Fatal (4):pfFree() pointer 0x9c9350 not from pfMalloc

  The workaround is to do the following after you've created a channel
  with pfNewChan:

     ((long**)chan)[3] = NULL;

  This workaround MUST NOT BE USED in Performer 1.2 applications.

Up: SGI performer Frequently Asked Questions (FAQ)
Next: -65- 1.1 Bug Installing on Indy or Indigo2 XL
Previous: -63- 1.1 Bug with FP underflow