From: Rob McCool <robm@netscape.com>
Newsgroups: netscape.devs-nsapi
Subject: Re: sub process killed by signal 11??
Date: Thu, 24 Oct 1996 16:05:50 -0700

> I have been having trouble with a process that is being started by the > NSAPI ending up being killed by a signal 11. This is a program that > runs fine from the command line, but if I run it from NSAPI it dies > via signal 11 and I haven't been able to figure out why. I have been > starting the process from the .so file using the popen function. Any > suggestions would be great.

It's hard to say. If you're reading environment variables in the subprocess and assuming they'll be there, it might cause a crash if they weren't there.

--
Rob McCool, robm@netscape.com http://home.netscape.com/people/robm/
Stunt Programmer, Netscape Communications Corporation
It was working ten minutes ago, I swear...
Reproduced by permission of the author.