On Mon, Sep 5, 2016 at 3:18 PM, Guille Polito <[hidden email]> wrote:
Good to hear that.
Indeed. But at the same time it's not that frequent to write that much into the stdout.
Exactly. That's why I really want to fix that (even if this is not OSSubprocess fault). And I was unable so far :(
|
In reply to this post by Guillermo Polito
2016-09-05 18:23 GMT+02:00 Guillermo Polito <[hidden email]>:
To disable this changes just replace runCaseManaged with runCase in any senders. It will approve is it related or not. But if crash happens not during tests then it should not be related to this changes. |
And fix for Guille case is inbox 19073. (details are inside) 2016-09-05 23:30 GMT+02:00 Denis Kudriashov <[hidden email]>:
|
Tx denis. I wonder what is the reason of the crashes I experienced.
Le 9/9/16 à 18:01, Denis Kudriashov a
écrit :
|
2016-09-09 18:09 GMT+02:00 stepharo <[hidden email]>:
I don't know. Here is details on covered issue: And problem is that snapshot restarts all low level processes like IdlProcess, eventLoop and others (which are spawned in startup list). And when it happens inside test process all child processes are intercepted and terminated when test completes which means killing all system processes on test completes To fix it image snapshot should be always performed under default execution environment. (There is already another case like this: opening debugger to debug test. Debugger spawns new UI process and it should not be under test environment). |
Free forum by Nabble | Edit this page |