> GNOME crashing on SNV84 DomU at Xen 3.2 CentOS 5.1 Dom0
> http://bderzhavets.blogspot.com/2008/03/gnome-crashing-on-snv84-domu-at-xen-3.html
> I was unable to cut and paste this log as text file.

Ok, I think the relevant part of the stack backtrace can be seen in
screendump #2:

#11 <signal handler called>
#12 ... in strcmp() 
#13 ... in get_directory_index()
#14 ... in find_image_offset()
#15 ... in __gtk_icon_cache_get_icon_flags()


It seems that Artem has found the same issue yesterday,
see this thread:

    http://www.opensolaris.org/jive/thread.jspa?messageID=215261


The bug and workaround mentioned in that thread are:

6631419 gtk-update-icon-cache dies on first boot after install/upgrade
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6631419

Workaround:

run the following commands as root:
---8<---
for d in /usr/share/icons/*; do
[ -d $d ] &&
gtk-update-icon-cache --force $d;
done
---8<---
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to