After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 733870 - Segmentation fault on "zenity --notification --text=foo --hint=urgency"
Segmentation fault on "zenity --notification --text=foo --hint=urgency"
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-28 14:42 UTC by Sebastian Pipping
Modified: 2014-08-29 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Pipping 2014-07-28 14:42:26 UTC
$ zenity --notification --text=foo --hint=urgency
Segmentation fault

I tried on both Debian and Gentoo: same result.
Comment 1 Sebastian Pipping 2014-07-28 14:43:04 UTC
Version is 3.12.1.
Comment 2 Arx Cruz 2014-08-29 12:35:16 UTC
Hello,

commit 9d03f0d006ad3080d6bbb91bff6ea5e71c7c98a2 fix it.

Actually, the --hint=urgency is wrong, the correct should be --hint=urgency:0 (for low, 1 for normal, 2 for high) but you're right that shouldn't throw a seg fault if you don't specify the urgency.