[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-07-26 Thread Launchpad Bug Tracker
[Expired for xfce4-panel (Ubuntu) because there has been no activity for 60 days.] ** Changed in: xfce4-panel (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-07-26 Thread Launchpad Bug Tracker
[Expired for xfce4-indicator-plugin (Ubuntu) because there has been no activity for 60 days.] ** Changed in: xfce4-indicator-plugin (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-05-27 Thread Václav Haisman
It is still there. It was featured even in the promotional video for Xubuntu: http://www.youtube.com/watch?v=RbC0hcqZTrUt=0m46s -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385624 Title:

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-05-27 Thread Thaddaeus Tintenfisch
So, is this particular crash fixed in 15.04? ** Changed in: xfce4-indicator-plugin (Ubuntu) Status: New = Incomplete ** Changed in: xfce4-panel (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-04-16 Thread Lars Uebernickel
This crashes because indicator-messages sends and action name with a '|' in it, which is invalid. I fixed this in r433 by escaping all ids[1], which was released in 13.10.1+15.04.20150112-0ubuntu1. Gtk currently assumes that those inputs are trusted and thus doesn't verify them. There's been some

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2014-12-25 Thread Václav Zeman
First of all, to me this looks like a bug in Gtk+. Whatever triggers this, the crash is ultimately caused by the failure to check return values in _gtk_menu_tracker_item_new(). Second, if the indicator-menu is unsupported, what replaces it? I believe it just worked fine a release or two back. --

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2014-12-23 Thread Alistair Buxton
Did you attempt to add the indicator-menu (global menu indicator)? Because that does not work, will crash like this, and is unsupported. ** Also affects: xfce4-indicator-plugin (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2014-12-22 Thread Václav Zeman
I think somebody with Gtk+ knowledge should examine this as well. I will post my analysis shortly. ** Also affects: gtk+3.0 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2014-12-22 Thread Václav Zeman
This bit of code is from _gtk_menu_tracker_item_new(): 513 self-action_and_target = gtk_print_action_and_target (action_namespace, action_name, target); 514 515 if (target) 516 g_variant_unref (target); 517 518 action_name = strrchr (self-action_and_target, '|') + 1; If we examine

[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2014-12-06 Thread Václav Zeman
** Information type changed from Private to Private Security ** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385624 Title: wrapper-2.0