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 72169 - Crash on panel startup
Crash on panel startup
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mini-commander
git master
Other other
: Normal critical
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 71997 72763 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-02-21 19:47 UTC by Kjartan Maraas
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Kjartan Maraas 2002-02-21 19:44:32 UTC
Package: gnome-applets
Severity: normal
Version: 0
Synopsis: Crash on panel startup
Bugzilla-Product: gnome-applets
Bugzilla-Component: mini-commander
BugBuddy-GnomeVersion: 2.0 (1.112.0)

Description:
Description of Problem:

The panel died and on the subsequent startup the mini-commander applet
crashed.
Steps to reproduce the problem:
1. 
2. 
3. 

Actual Results:


Expected Results:


How often does this happen?


Additional Information:




Debugging Information:

[New Thread 1024 (LWP 6186)]
0x40a81a49 in __wait4 () from /lib/i686/libc.so.6

Thread 1 (Thread 1024 (LWP 6186))

  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 598
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 g_type_check_instance_cast
    at gtype.c line 2604
  • #7 show_interesting_information
    at message.c line 134
  • #8 g_timeout_dispatch
    at gmain.c line 2979
  • #9 g_main_dispatch
    at gmain.c line 1616
  • #10 g_main_context_dispatch
    at gmain.c line 2160
  • #11 g_main_context_iterate
    at gmain.c line 2241
  • #12 g_main_loop_run
    at gmain.c line 2461
  • #13 bonobo_main
    at bonobo-main.c line 290
  • #14 bonobo_generic_factory_main
    at bonobo-generic-factory.c line 275
  • #15 panel_applet_factory_main_closure
    at panel-applet.c line 1165
  • #16 panel_applet_factory_main
    at panel-applet.c line 1196
  • #17 main
    at mini-commander_applet.c line 422
  • #18 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 598
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 g_type_check_instance_cast
    at gtype.c line 2604
  • #7 show_interesting_information
    at message.c line 134




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-02-21 14:44 -------

Reassigning to the default owner of the component, gnome-applets-maint@bugzilla.gnome.org.

Comment 1 Luis Villa 2002-02-22 00:24:55 UTC
Is this the same as bug 71997, anyone?
Comment 2 Kevin Vandersloot 2002-02-22 01:47:06 UTC
*** Bug 71997 has been marked as a duplicate of this bug. ***
Comment 3 Michael Petnuch 2002-02-22 01:52:10 UTC

*** This bug has been marked as a duplicate of 69333 ***
Comment 4 Michael Petnuch 2002-02-22 01:56:42 UTC
Opps.  Wrong bug duplicate number.  Should have been 71997.

Comment 5 Kevin Vandersloot 2002-02-26 22:00:38 UTC
global variables issue almost certainly. 
Comment 6 Luis Villa 2002-03-02 07:59:36 UTC
*** Bug 72763 has been marked as a duplicate of this bug. ***
Comment 7 Gediminas Paulauskas 2002-03-02 08:23:13 UTC
Still true. When you remove applet from panel, it disappears. Crash
dialog appears only after some (~4) seconds, so it seems applet has
not ben destroyed.

On the terminal, these warnings are printed:

mini_commander_applet (pid:18018): GLib-GObject-WARNING **: invalid
uninstantiaable type `<invalid>' in cast to `GObject'

mini_commander_applet (pid:18018): GLib-GObject-CRITICAL **: file
gobject.c: lie 1370 (g_object_get_data): assertion `G_IS_OBJECT
(object)' failed


Or wait, is that timeout just bug-buddy startup time?
Comment 8 Kevin Vandersloot 2002-03-03 16:21:35 UTC
Fixed in cvs. The timeout wasn't being removed when the applet was
destroyed