GNOME Bugzilla – Bug 779494
Builder crashes when executing with Valgrind
Last modified: 2017-03-02 23:37:15 UTC
Cloned Gnome ToDo from Git-Master. Building and executing it works fine. When executing the application with Valgrind, Builder crashes.
Created attachment 347106 [details] [review] subprocess: fix assertion now that additional FDs are allowed Now that we can have additional FDs for passing to the host process, we need to update our assertion for the FDList.
Thanks! Somehow this slipped past assertion checks previously. Attachment 347106 [details] pushed as b1d12c3 - subprocess: fix assertion now that additional FDs are allowed