[sldev] eventlet stops running
Ryan Williams (Which)
rdw at lindenlab.com
Mon Dec 10 13:56:14 PST 2007
mark wrote:
> am using eventlet and running a process.. and suddenly it stops running
> [which i can tell from logs and others]
> and when i go to the terminal in which started this process is running and i
> hit CTRL C, it starts running again....
> do you know what is wrong?
> thanks
That's pretty weird. Try using strace to see what it's doing at the
time of freeze:
strace -p <insert the pid of the eventlet process here>
-RYaN
More information about the SLDev
mailing list