> On Feb 25, 2017, at 4:41 PM, Kevin Mcintyre <kebi...@gmail.com> wrote:
> 
> I have a long running twisted pyqt process which occasionally throws a 
> Received signal 11.  
> 
> I believe it's in the underlying QtWebEngineView since the twisted process 
> continues to run.  Whatever the reason I would like to figure out a way to 
> catch this and stop the reactor either in process, or by another process 
> monitor.  Any suggestions either twisted or otherwise would be greatly 
> appreciated.

Presumably the QtWebEngineView is running a subprocess, then?  This is really a 
Qt question rather than a Twisted question, because the QtWebEngineView should 
be emitting some kind of signal when its rendering process crashes.  (If it 
doesn't I imagine you're just out of luck here and you should report a bug to 
the Qt developers...)

-glyph
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to