Results 1 to 2 of 2
Hi
I am trying to redhat linux 9.0 and i am getting following error
Application "gnome-panel" (process 3135) has crashed
due to a fatal error.
(Segmentation fault)
what may be ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-01-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 3
gnome-panel Segmentation fault
Hi
I am trying to redhat linux 9.0 and i am getting following error
Application "gnome-panel" (process 3135) has crashed
due to a fatal error.
(Segmentation fault)
what may be the cause, also i am getting a lot of more errors with segementation fault
Ashish
- 03-01-2005 #2Just Joined!
- Join Date
- Aug 2004
- Location
- India
- Posts
- 46
try reinstalling the gnome-panel rpm along with the dependencies
to view dependencies type
# rpm -q gnome-panel --requires
i think they are Gconf2, gnome-desktop, glibc, redhat-menus and rpmlib
to remove packages forcefully type
# rpm -e --nodeps <package-name>
to install again after removal type
# rpm -ivh <package-name>


Reply With Quote
