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 83368 - Panel crashes on startup
Panel crashes on startup
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other other
: Urgent critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 83490 83495 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-05-29 11:49 UTC by Rouven Sacha
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: Old
GNOME version: ---



Description Rouven Sacha 2002-05-29 11:50:59 UTC
Package: gnome-panel
Severity: normal
Version: 1.5.22
Synopsis: Panel crashes on startup
Bugzilla-Product: gnome-panel
Bugzilla-Component: Panel
BugBuddy-GnomeVersion: 2.0 (1.117.2)

Description:
Description of Problem:
See summary

Steps to reproduce the problem:
1. Invoke gnome-panel via gnome-session or commandline 
2. 
3. 

Actual Results:

an empty side panel appears. panel exits with a segmentation fault. 


Expected Results:


How often does this happen?

always.

Additional Information:

Information i get from standard err:

rouven@bombe20:~$ gnome-panel

(gnome-panel:8064): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0
FAMOpen failed, FAMErrno=0




Debugging Information:

Backtrace was generated from '/usr/bin/gnome-panel'

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New
Thread 1024 (LWP 8064)]

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x408aca39 in wait4 () from
/lib/libc.so.6

Thread 1 (Thread 1024 (LWP 8064))

  • #0 wait4
    from /lib/libc.so.6
  • #1 __check_rhosts_file
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #4 pthread_sighandler
    from /lib/libpthread.so.0
  • #5 sigaction
    from /lib/libc.so.6
  • #6 create_menu_at
  • #7 panel_lock
  • #8 create_root_menu
  • #9 foobar_widget_update_winhints
  • #10 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #15 foobar_widget_new
  • #16 panel_load_panels_from_gconf
  • #17 session_load
  • #18 main
  • #19 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-29 07:50 -------

The original reporter (rs@blinkenlichten.de) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, gnome-panel-maint@bugzilla.gnome.org.

Comment 1 Luis Villa 2002-05-31 01:43:03 UTC
*** Bug 83495 has been marked as a duplicate of this bug. ***
Comment 2 Luis Villa 2002-05-31 01:43:16 UTC
*** Bug 83490 has been marked as a duplicate of this bug. ***
Comment 3 Luis Villa 2002-05-31 01:45:18 UTC
This is a GNOME1.4 bug that is somehow now being reported in 2.0,
three times in the past 48 hours. Regressions are bad :/
Comment 4 Bastien Nocera 2002-05-31 03:18:22 UTC
I had the same stack trace with gnome-panel 1.5.22 and gnome-desktop
1.5.21. Updated both of them to head to debug, and the crash is gone.

Apparently create_menu_at was passed rubbish pointers from above.
Couldn't get more info, it works now :)
Comment 5 Luis Villa 2002-05-31 03:57:13 UTC
Oh, phew. Closing then :)