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 461789 - possible crash from wrong code
possible crash from wrong code
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-30 13:11 UTC by Christian Persch
Modified: 2007-07-30 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.33 KB, patch)
2007-07-30 13:14 UTC, Christian Persch
none Details | Review

Description Christian Persch 2007-07-30 13:11:42 UTC
In nautilus-window.c:real_load_view_as_menu  the extra_viewer_radio_action is removed from the view_as_group after that group has been removed from the UI manager which owned it, and therefore may already have been finalised.
Comment 1 Christian Persch 2007-07-30 13:14:35 UTC
Created attachment 92697 [details] [review]
patch
Comment 2 Martin Wehner 2007-07-30 21:56:12 UTC
Thanks, it's on HEAD:

2007-07-30  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-window.c: (real_load_view_as_menu):
	Dont't try to remove extra_viewer_radio_action from a group
	that may already have been finalized. (#461789)
	Patch from Christian Persch <chpe@gnome.org>