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 85701 - nautilus crash by changing preference themes
nautilus crash by changing preference themes
Status: RESOLVED DUPLICATE of bug 84693
Product: nautilus
Classification: Core
Component: Preferences
unspecified
Other other
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-06-16 21:08 UTC by adam.gorecki
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description adam.gorecki 2002-06-17 20:08:53 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.

Comment 1 John Fleck 2002-06-18 12:26:37 UTC

*** This bug has been marked as a duplicate of 84693 ***