The following forum message was posted by pheller10 at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3876510:

Ok, I've made a bit of progress.

The code I'm running spawns several threads.  Upon receiving SIGINT, it calls
threading.enumerate() and for each thread that isn't self, it calls join().

Problem is, it seems to be calling this also on the pydevd writer thread.

I do generally know which threads were spawned, and can call their join() 
methods
by name, so I can get around this.

I wonder if there is a way around this otherwise?

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to