wondering if anyone else has run into this.
this will cause uWSGI to die ( DAMN ! worker 1 (pid: 6809) died,
killed by signal 10 :( trying respawn ... ):
import urllib2
result = urllib2.urlopen( 'http://cnn.com' )
any url will work. took a while to track this down -- nothing in the
logs ( no exception is raised ) except for:
DAMN ! worker 1 (pid: 6809) died, killed by signal 10 :( trying
respawn ...
this works fine under paster, etc.
this behavior is on the most current uwsgi & pyramid , python 2.7 ,
and on OSX + ubuntu
has anyone else encountered this ?
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.