On Sun, 2004-06-20 at 06:09, James R. Phillips wrote: > > if sock.getsockname()[1] == self.monitorPort: > > File "<string>", line 1, in getsockname > > File "C:PYTHON~1libsocket.py", line 143, in _dummy > > raise error(EBADF, "Bad file descriptor") > > error: (9, "Bad file descriptor") > > > > I don't know if I should be looking for the source of the IOError or the > > socket error. > > I see the very same socket error if I use the AppServer > in non-daemon mode, and hit control-C to shut it down. > So I don't think this is related to what is shutting down > WebKit, rather it is itself a shutdown message. > > Randy > http://zunzun.com > > I know that this is not the best possible location for this question, but...is there any way to find out where the shutdown signal came from? I have 4 python processes (including webkit) running on this machine and at seemingly random times they will all die. The logs all show the same IOError (interrupted function call), but they shouldn't be interacting with each other. If I could capture where the signal "DIE" signal is coming from, maybe I can stop it from happening.
Has anyone ever had to do this before? Is it even possible? David London > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss