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 337389 - update-notifier 0.41.11 crashes when user session starts
update-notifier 0.41.11 crashes when user session starts
Status: RESOLVED FIXED
Product: update-manager
Classification: Deprecated
Component: apt
0.41
Other other
: High critical
: ---
Assigned To: Update-manager Maintainer(s)
Update-manager Maintainer(s)
: 337390 337391 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-05 15:22 UTC by mark.craig
Modified: 2010-12-17 09:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description mark.craig 2006-04-05 15:22:20 UTC
Distribution: Ubuntu 6.06 (dapper)
Package: update-manager
Severity: normal
Version: GNOME2.14.0 0.41
Gnome-Distributor: Ubuntu
Synopsis: update-notifier 0.41.11 crashes when user session starts
Bugzilla-Product: update-manager
Bugzilla-Component: apt
Bugzilla-Version: 0.41
BugBuddy-GnomeVersion: 2.0 (2.14.0)
Description:
Description of the crash:

I logged in. I got a dialog box notifying me that update-notifier had
crashed unexpectedly.

Steps to reproduce the crash:
1. Log in.
2. Notice the dialog box.
3. Try to restart but cannot.

Expected Results:

No crash.

How often does this happen?

Each time I log in.

Additional Information:
$ dpkg -l | grep update-notifier
ii  update-notifier                        0.41.11 Daemon which notifies
about package updates



Debugging Information:

Backtrace was generated from '/usr/bin/update-notifier'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1224427008 (LWP 5261)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1224427008 (LWP 5261))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 ??
  • #5 ??
  • #6 ??
  • #7 ??
  • #8 ??
  • #9 ??
  • #10 ??
  • #11 ??
  • #12 ??
  • #13 _IO_stdin_used
  • #14 ??
  • #15 ??
  • #0 __kernel_vsyscall




------- Bug created by bug-buddy at 2006-04-05 15:22 -------

Comment 1 Karsten Bräckelmann 2006-04-05 16:21:24 UTC
*** Bug 337391 has been marked as a duplicate of this bug. ***
Comment 2 Karsten Bräckelmann 2006-04-05 16:21:27 UTC
*** Bug 337390 has been marked as a duplicate of this bug. ***
Comment 3 Karsten Bräckelmann 2006-04-05 16:26:13 UTC
Confirming as per duplicates, and as mentioned in #bugs.
Comment 4 Karsten Bräckelmann 2006-04-05 16:27:42 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 5 Marcel Stimberg 2006-04-05 16:39:18 UTC
I rebuilt the package with the debug flag. This is the gdb output:

(gdb) thread apply all bt

Thread 1 (Thread -1224136192 (LWP 10396))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 __assert_fail
    from /lib/tls/i686/cmov/libc.so.6
  • #8 hook_tray_icon_init
    at hooks.c line 695
  • #9 tray_icons_init
    at update-notifier.c line 389
  • #10 g_main_context_is_owner
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #12 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #14 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 main
    at update-notifier.c line 503
  • #0 __kernel_vsyscall

Comment 6 Karsten Bräckelmann 2006-04-05 16:44:01 UTC
Thanks. :)
Comment 7 marcomsousa 2006-04-05 17:41:34 UTC
In Ubuntu 6.06 Fixed!!!

With the updates on 05/04/06 - 18:30 GMT+1

With the packaged update-notifier 0.41.12
Comment 8 marcomsousa 2006-04-05 17:48:52 UTC
update-notifier (0.41.12) dapper; urgency=low

  * fix FTBFS because of missing cleanup in debian/rules arch-build
    target

 -- Michael Vogt <michael.vogt@ubuntu.com>   Wed,  5 Apr 2006 16:59:48 +0200
Comment 9 Akhil Laddha 2010-12-17 09:57:52 UTC
Marking bug as Resolved Fixed as per comment#7