GNOME Bugzilla – Bug 554871
gnome-nettool crashed with signal 5 in IA__g_return_if_fail_warning()
Last modified: 2010-04-16 09:11:15 UTC
this bug has been opened here: https://bugs.edge.launchpad.net/ubuntu/+source/gnome-nettool/+bug/259923 "I switched to the "ping" tab" ".
+ Trace 207711
Thread 1 (process 16896)
It looks like a problem with the engine. May the user try it with a different theme?
Comment from downstream: Sure, upstream is right, I'm using the Human theme, but I've not been able to reproduce this bug using Clearlooks, Glossy or Human-Clearlooks. I am thus reopening. This bug probably needs to be reassigned to GTK+ then.
This bug is in the murrine engine. A description of the crash is written in the Launchpad bug #549281 [1] Can this bug be confirmed and reassigned to the murrine product? In Lucid Lynx, opening gnome-nettool (System>Administrstion>Network Tools) and clicking the Ping tab causes a function call to gtk_paint_layout, where the widget parameter is NULL (src/ping.c:166). This will cause gnome-nettool to crash in murrine code. However this should be permitted by the specification [2]. The murrine theme crashes in murrine_style_draw_layout (src/murrine_style.c:1983) because the widget pointer is dereferenced without checking for NULL. gtk2-engines-murrine: Installé : 0.90.3+git20100323-0ubuntu1 Candidat : 0.90.3+git20100323-0ubuntu1 Table de version : *** 0.90.3+git20100323-0ubuntu1 0 500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages 100 /var/lib/dpkg/status [1] https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/549281 [2] http://library.gnome.org/devel/gtk/unstable/GtkStyle.html#gtk-paint-layout
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Already fixed in murrine from git
(In reply to comment #4) > This problem has been fixed in the development version. The fix will be > available in the next major software release. Thank you for your bug report. > > Already fixed in murrine from git You mean the original bug report? Or the one reported by Philippe linked to LP#549281? Cheers.
looks like it's the same bug. I don't have any crashes with murrine head