Ricardo Kleemann wrote:
...
> At first running strace on pythonfilter it was hung, and now if I run
> strace on pythonfilter I'm getting this:
> 
> $ sudo strace -p6701
> Process 6701 attached - interrupt to quit
> select(0, NULL, NULL, NULL, {0, 40000}) = 0 (Timeout)

What you see is pythonfilter waiting for the individual filters to exit 
before the process terminates.  Pythonfilter is threaded, so you'll need 
to trace the other threads as well.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to