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 72685 - gnome-panel-2 crash
gnome-panel-2 crash
Status: RESOLVED DUPLICATE of bug 73116
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other other
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 72940 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-02-26 15:27 UTC by Bart.Theunissen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
user-error (347 bytes, text/plain)
2002-03-04 09:11 UTC, Bart.Theunissen
Details

Description Bart.Theunissen 2002-02-26 15:27:34 UTC
From: Bart Theunissen <Bart.Theunissen@synes.com>
To: submit@bugs.gnome.org
X-Mailer: bug-buddy 2.1.3
Subject: gnome-panel-2 crash

Package: gnome-panel
Severity: normal
Version: 1.5.10
Synopsis: gnome-panel-2 crash
Bugzilla-Product: gnome-panel
Bugzilla-Component: Panel
BugBuddy-GnomeVersion: 2.0 (1.112.0)

Description:
Description of Problem:
gnome-panel-2 crashes during login

Steps to reproduce the problem:
1. login
2.
3.

Actual Results:
error dialog box

Expected Results:
gnome

How often does this happen?
always

Additional Information:
using gnome2 snapshot on RH7.2 (installed using red-carpet)



Debugging Information:

0x40933e29 in __wait4 () from /lib/libc.so.6
  • #0 __wait4
    from /lib/libc.so.6
  • #1 ??
    from /lib/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 __restore
    at ../sysdeps/i386/bits/string.h line 139
  • #6 panel_load_global_config
    at panel.c line 1845
  • #7 session_load
    at session.c line 389
  • #8 main
    at main.c line 221
  • #0 __wait4
    from /lib/libc.so.6
  • #1 ??
    from /lib/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 __restore
    at ../sysdeps/i386/bits/string.h line 139
  • #6 panel_load_global_config
    at panel.c line 1845
  • #7 session_load
    at session.c line 389




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-02-26 10:27 -------

The original reporter (Bart.Theunissen@synes.com) 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-02-26 19:30:25 UTC
Is this trace at all useful? Please close if not, maintainers...
Comment 2 Gediminas Paulauskas 2002-03-02 16:59:18 UTC
similar bugs are http://bugzilla.gnome.org/show_bug.cgi?id=72940 and
http://bugzilla.gnome.org/show_bug.cgi?id=73116

panel_load_global_config() crashes a lot. I suspect
gconf_client_all_entries() returns invalid list, or if not, anyway
this is related to gconf tightly. 

for me sometimes it helps just to gconftool-2 --shutdown and start the
panel again
Comment 3 Luis Villa 2002-03-03 05:50:48 UTC
*** Bug 72940 has been marked as a duplicate of this bug. ***
Comment 4 Luis Villa 2002-03-03 05:52:01 UTC
bug 73116 has a much better [much less bad?] stack trace, it looks like...

*** This bug has been marked as a duplicate of 73116 ***
Comment 5 Bart.Theunissen 2002-03-04 09:11:46 UTC
Created attachment 6959 [details]
user-error
Comment 6 Bart.Theunissen 2002-03-04 09:47:16 UTC
Found a problem on my system. Permissions on
/etc/gconf/gconf.xml.defaults/schemas was 700, setting permissions 755
(like all directories there), it (gconftool-2
--shutdown;gnome-panel-2) works.
Comment 7 Luis Villa 2002-03-04 15:35:25 UTC
Bart: where did you get your packages from? If this permissions issue
was a packaging problem we should probably get it fixed...
Comment 8 Bart.Theunissen 2002-03-04 15:43:09 UTC
I install everything from Red-Carpet
Comment 9 Luis Villa 2002-03-04 15:49:26 UTC
boc: could you take a quick look at this and see if our packages are
at fault? Thanks...
Comment 10 Havoc Pennington 2002-03-04 16:02:19 UTC
Jacob, what we just did in the RH GConf package is add a 
"chmod -R 755 /etc/gconf/gconf.xml.defaults"
and ditto for gconf.xml.mandatory in %post - there are too many people
with leftover hosed installs so we just "repair" it on upgrade, 
and if someone actually wants a limited-access backend they'll need 
to use a different directory name for it.
Comment 11 jacob berkman 2002-03-04 16:53:37 UTC
ok, i've set up the g2 snaps to do this and opened a bug against
ximian gnome to fix the gconf 1 packages as well.