Performer Notice: Caught SIGCHLD. Exiting due to death of child with pid 1680.

New Message Reply Date view Thread view Subject view Author view

Tran cong Tam (tran++at++sirssg1.epfl.ch)
Tue, 24 Sep 1996 10:43:42 -0700


Date: Sun, 17 Mar 1996 15:16:57 -0800
Tawfek Mukhtar wrote :

>I am trying to write a very short program that is composed of two objects.
>One of it will orbit the other object.
> ...
>
>"Performer Notice: Caught SIGCHLD. Exiting due to death of child with pid
>1680."

Hi Mukhtar,

You didn't say which platform , system 5.3 (?) ,Performer1.2(?).
But I think that you have problems with Multiprocessing.

Try to insert a line with Multiprocessing between :

        pfInit
and pfConfig

example below :
-------------------------------------------------------

  
    pfInit();
    arena = pfGetSharedArena();
    shared = (SharedData *)pfMalloc(sizeof(SharedData), arena);

/* === ( Here, insert your new line ) ==== */

    pfMultiprocess(PFMP_APPCULLDRAW);

/* ======================================== */

    pfConfig();
    pfuInitUtil();
     
---------------------------------------------------------

                              Hope it helps
                          
                                TRAN
/-------------------------------------------------------/
| TRAN |
| IDERALPE Lausanne SWITZERLAND |
| Email: tran++at++sirssg1.epfl.ch |
/-------------------------------------------------------/

Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer.html
       Submissions: info-performer++at++sgi.com
          requests: info-performer-request++at++sgi.com
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
            Submissions: info-performer++at++sgi.com
        Admin. requests: info-performer-request++at++sgi.com


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:53:37 PDT

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