From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 Description of problem: I did an upgrade of nautilus to the version from FC 2 test. I did upgrade everything required by RPM, but not much more. Nautilus promptly crashes. Version-Release number of selected component (if applicable): nautilus-2.5.6-1 How reproducible: Always Steps to Reproduce: 1.Upgrade to nautilus from FC 2 test 1, including all dependencies. 2.Start nautilus. Actual Results: Nautilus crashes. Expected Results: A brand new version of nautilus! :-) Additional info: The crash happens in libgnomeui, which was still from FC 1 (libgnomeui-2.4.0.1-1). More precisely, it crashes in the function gnome_icon_theme_rescan_if_needed() from file gnome-icon-theme.c on the line "dir_mtime = d->data;". The pointer d here has the value 0x11, which obviously is incorrect. I did not investigate further than this. Presumably, the library version is simply not compatible, although the so-name doesn't indicate this. I guess the proper solution would be to add a "Requires: libgnomeui >= 2.5.3" to nautilus.
fix in cvs, will be in the next rebuild.