Re: [Twisted-Python] Test coverage requirements

2017-02-26 Thread ex vito
On 2017-02-26, at 23:51, Jean-Paul Calderone wrote: > I'm looking at some recent trunk commits (also, others) that seem to have > non-trivial untested code at at ReviewProcess. I can't tell if the codecov > reports are wrong or if the development process

[Twisted-Python] Test coverage requirements

2017-02-26 Thread Jean-Paul Calderone
Hi, I'm looking at some recent trunk commits (also, others) that seem to have non-trivial untested

Re: [Twisted-Python] catching twisted pyqt segmentation fault

2017-02-26 Thread Kevin Mcintyre
Thanks glyph - really appreciate all the times you've answered my questions! QtWebEngineView is running a subprocess. /home/ubuntu/Qt5.8.0/5.8/gcc_64/libexec/QtWebEngineProcess --type=renderer --disable-accelerated-video-decode --disable-gpu-memory-buffer-video-frames

Re: [Twisted-Python] catching twisted pyqt segmentation fault

2017-02-26 Thread Glyph Lefkowitz
> On Feb 25, 2017, at 4:41 PM, Kevin Mcintyre 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