[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2017-01-23 Thread fossfreedom
** Patch removed: "80_file_monitor_delayed.patch" https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1631745/+attachment/4798545/+files/80_file_monitor_delayed.patch ** Patch removed: "81_unref_check_for_invalid_entries.patch"

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2017-01-22 Thread fossfreedom
Please find enclosed a streamlined patch to resolve this issue for budgie-desktop. I have ensured that the new code is only run for budgie-desktop. This ensures that there is no regression potential. ** Patch added: "gnome-menus_3.13.3-6ubuntu5.debdiff"

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2017-01-11 Thread fossfreedom
Sebastien - valgrind seems to hide the crash - i.e. running with valgrind I cannot make the panel crash. The test case is very simple - Unity isnt affected by this. #!/bin/bash COUNTER=0 while [ $COUNTER -lt 50 ]; do echo Loop $COUNTER let COUNTER=COUNTER+1 sudo apt -y install mtpaint gimp

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2017-01-11 Thread Sebastien Bacher
Would it be possible to have a valgrind log (https://wiki.ubuntu.com/Valgrind) of the issue? Or maybe a testcase that works under unity to trigger the issue? Our team is currently too busy to install another desktop and try to look at the issue but more details or a example we could easily play

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2017-01-02 Thread fossfreedom
Thanks seb128 for the feedback. The monitor delay change does not appear to cause the invalid desktop entries - that appears to be the rest of the Ubuntu specific patchwork. Just to reiterate - taking the current Debian Stretch package and rebuilding for Zesty. Absolutely no issues and no need

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2017-01-02 Thread Sebastien Bacher
Thanks for the work. There is no reason the monitor delay change should be specific to unity, the problem is real one and reported upstream on e.g https://bugzilla.gnome.org/show_bug.cgi?id=764277 The other patch should be reviewed, do you know why the monitor delay change leads to invalid

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2016-12-31 Thread fossfreedom
built debian package here in our Ubuntu Budgie zesty-proposed repo: https://launchpad.net/~ubuntubudgie-dev/+archive/ubuntu/zesty- proposed/+sourcepub/7364297/+listing-archive-extra -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2016-12-31 Thread fossfreedom
This patch has been found to be required due to the inclusion of the other Ubuntu specific patches in gnome-menus. Testing the vanilla orig tar file together with the Debian patchwork this patch has been found to NOT be required. Testing the vanilla orig tar file together with the Debian

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2016-12-31 Thread Ubuntu Foundations Team Bug Bot
The attachment "80_file_monitor_delayed.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2016-12-31 Thread fossfreedom
This revised patch contained in the current zesty package switches the emphasis of the patch back to be a Unity specific (dash) issue as per the original LP for what it was created. It does this by only running the delayed monitor sync part of the code if the desktop session itself is "ubuntu"

[Bug 1631745] Re: hostname-panel crashed with SIGSEGV in g_slice_alloc()

2016-12-31 Thread fossfreedom
Issue has been tracked down to Ubuntu patchwork of gnome-menus. Building a vanilla Debian gnome-menus this issue does not occur. Currently working on an update of one of Ubuntu's specific patches together with an additional patch that works around Ubuntu's other patches. ** Changed in: