[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.56.3-0ubuntu0.18.04.1 --- glib2.0 (2.56.3-0ubuntu0.18.04.1) bionic; urgency=medium * New upstream release (LP: #1794544) + The documentation for G_GNUC_MALLOC has changed to be more restrictive to avoid miscompilations; you

[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-11-05 Thread Treviño
Test case works as expected. marco@tricky:/tmp:✓ $ apt-cache policy libglib2.0-0 libglib2.0-0: Installato: 2.56.3-0ubuntu0.18.04.1 Candidato: 2.56.3-0ubuntu0.18.04.1 Tabella versione: *** 2.56.3-0ubuntu0.18.04.1 100 500 http://archive.ubuntu.com/ubuntu bionic-proposed/main amd64

[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-10-22 Thread Łukasz Zemczak
Hello Marco, or anyone else affected, Accepted glib2.0 into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/glib2.0/2.56.3-0ubuntu0.18.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-09-26 Thread Iain Lane
in the q -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1789476 Title: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled To manage

[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-09-26 Thread Iain Lane
I'm uploading 2.56.3 now ** Also affects: glib2.0 (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: glib2.0 (Ubuntu) Status: In Progress => Fix Released ** Changed in: glib2.0 (Ubuntu Bionic) Status: New => In Progress ** Changed in: glib2.0 (Ubuntu

[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-08-29 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~3v1n0/ubuntu/+source/glib2.0/+git/glib2.0/+merge/354012 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1789476 Title:

[Bug 1789476] Re: glib apps using GSubprocess communicate might crash on g_subprocess_communicate_cancelled

2018-08-29 Thread Treviño
Added test case ** Description changed: + [ Impact ] + + Glib apps using subprocess communicate and cancellable is cancelled + crashes + + [ Test case ] + + Run the attached example with + gjs subprocess-cancelled.js + + Should not crash, or running: + valgrind gjs subprocess-cancelled.js