Won't run immediately after ubuntu install

Bug #45915 reported by Simon Grantham
8
Affects Status Importance Assigned to Milestone
gnome-nettool (Ubuntu)
Invalid
Low
Ubuntu Desktop Bugs

Bug Description

Binary package hint: gnome-nettool

Installed Ubuntu 5.10 and Applications-->System Tools-->Network Tools fails.

Window pops up, sometimes gets far enough to fill in the details and then closes immediately. I can't find any logs, however if I try to launch from a terminal prompt I get:

simon@Simon:~$ gnome-nettool

(gnome-nettool:1630): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed

(gnome-nettool:1630): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
Segmentation fault

Revision history for this message
sam tygier (samtygier) wrote :

could you follow https://wiki.ubuntu.com/DebuggingProgramCrash and try to get a backtrace.

with dapper very close to release the chance of getting this fixed in breezy might be small.

i can't reproduce it in dapper, so it may have been fixed.

sam tygier (samtygier)
Changed in gnome-nettool:
status: Unconfirmed → Needs Info
Revision history for this message
Simon Grantham (grantham) wrote :
Download full text (3.7 KiB)

gdb log follows:

GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /home/simon/gnome-nettool-1.4.1/debian/gnome-nettool/usr/bin/gnome-nettool
[Thread debugging using libthread_db enabled]
[New Thread -1219577632 (LWP 16815)]

Program received signal SIGABRT, Aborted.
[Switching to Thread -1219577632 (LWP 16815)]
0xffffe410 in __kernel_vsyscall ()
(gdb) backtrace
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb79429d1 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb79442e9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb797670a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#4 0xb797cf74 in malloc_trim () from /lib/tls/i686/cmov/libc.so.6
#5 0xb797d2ea in free () from /lib/tls/i686/cmov/libc.so.6
#6 0xb7a73054 in g_free () from /usr/lib/libglib-2.0.so.0
#7 0x0805441c in info_nic_update_stats (data=0x82157a0) at info.c:274
#8 0x080552f2 in info_nic_changed (combo=0x8127728, data=0x82157a0) at info.c:305
#9 0xb7af0ab3 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
#10 0xb7ae53a8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0xb7af3b13 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#12 0xb7af5150 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#13 0xb7af84f0 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#14 0xb7c9ed06 in gtk_combo_box_get_column_span_column () from /usr/lib/libgtk-x11-2.0.so.0
#15 0xb7c9ee97 in gtk_combo_box_set_active () from /usr/lib/libgtk-x11-2.0.so.0
#16 0x08055646 in info_load_iface (info=0x82157a0) at info.c:207
#17 0x08059061 in load_info_widgets_from_xml (xml=0x80ba0f0) at main.c:617
#18 0x08059e86 in main (argc=1, argv=0xbfc159b4) at main.c:144
(gdb) thread apply all backtrace

Thread 1 (Thread -1219577632 (LWP 16815)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb79429d1 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb79442e9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb797670a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#4 0xb797cf74 in malloc_trim () from /lib/tls/i686/cmov/libc.so.6
#5 0xb797d2ea in free () from /lib/tls/i686/cmov/libc.so.6
#6 0xb7a73054 in g_free () from /usr/lib/libglib-2.0.so.0
#7 0x0805441c in info_nic_update_stats (data=0x82157a0) at info.c:274
#8 0x080552f2 in info_nic_changed (combo=0x8127728, data=0x82157a0) at info.c:305
#9 0xb7af0ab3 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
#10 0xb7ae53a8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0xb7af3b13 in g_signal_stop_emission () f...

Read more...

Revision history for this message
Simon Grantham (grantham) wrote : Re: [Bug 45915] Re: Won't run immediately after ubuntu install

stack strace added to but log:

https://launchpad.net/bugs/45915

Simon

sam tygier wrote:

>could you follow https://wiki.ubuntu.com/DebuggingProgramCrash and try
>to get a backtrace.
>
>with dapper very close to release the chance of getting this fixed in
>breezy might be small.
>
>i can't reproduce it in dapper, so it may have been fixed.
>
>
>

Changed in gnome-nettool:
assignee: nobody → desktop-bugs
Revision history for this message
Sebastien Bacher (seb128) wrote :

did you get that issue again since dapper? If not we can probably mark the bug as fixed

Revision history for this message
Simon Grantham (grantham) wrote :

Yes, on the same laptop as before but not my new one. It's probably not
worth chasing down as I'm sure its related to the fact that I have two
Ethernet PCMCIA cards that I swap, a Xircom Ethernet card and a Dell
Wireless card. (Have LAN, will travel.) The trace dump I did before,
kind a gives the implication that its somehow related, but I've been way
too swamped to chase down further. The question is, how many people
actually swap net cards back and forth?

You guys are way too diligent thanks,

Simon

Sebastien Bacher wrote:
> did you get that issue again since dapper? If not we can probably mark
> the bug as fixed
>
>

Changed in gnome-nettool:
importance: Medium → Low
status: Needs Info → Unconfirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

Could you try to get a valgrind log for the crash (you can follow the instructions on https://wiki.ubuntu.com/Valgrind)?

Changed in gnome-nettool:
status: New → Incomplete
Revision history for this message
Simon Grantham (grantham) wrote :

Sebastien Bacher wrote:
> Could you try to get a valgrind log for the crash (you can follow the
> instructions on https://wiki.ubuntu.com/Valgrind)?
>
> ** Changed in: gnome-nettool (Ubuntu)
> Status: New => Incomplete
>
>
I have upgraded from Dapper (through edgy) to Feisty and the problem has
gone away. As I had previously suspected the problem being related to
dual nics it may be that it has gone away because, after the upgrade, I
can no longer use my wireless. Seems to be a common problem on the
forums for all sorts of wireless cards after upgrade to Feisty (DHCP IP
assignment fails, but that another problem).

Simon

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for let us know it, I'm closing the report for now, feel free to open it if you can provide us the info Sebastien is asking for. Thanks in advance.

Changed in gnome-nettool:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.