GNOME Bugzilla – Bug 85701
nautilus crash by changing preference themes
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: normal Version: 2.0.0 Synopsis: nautilus crash by changing preference themes Bugzilla-Product: nautilus Bugzilla-Component: Preferences BugBuddy-GnomeVersion: 2.0 (2.0.1) Description: Description of Problem: nautilus crash if you start preference item close them and start an other Steps to reproduce the problem: 1. start nautilus from desktop starter "start-here" 2. go to desktop-preferences 3. start one item close them and start othe one Actual Results: nautilus crash Expected Results: How often does this happen? every time Additional Information: I attached nautilus process to my debugger and saw that the problem begins in funktion "nautilus_directory_monitor_remove_internal". There, first will be called "remove_monitor" function after that is variable "file" not NULL so program goes to else-branch and there "nautilus_monitor_cancel" function will be called. As parameter is given "monitor->handle". This handle isn't NULL but contains only trash (pointer with address == 0x68 for eg.). It seems that monitor->handle is freed but not initialised. Debugging Information: Backtrace was generated from '/opt/garnome/bin/nautilus' ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-06-17 16:08 ------- The original reporter (adam.gorecki@gmx.net) 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, nautilus-maint@bugzilla.gnome.org.
*** This bug has been marked as a duplicate of 84693 ***