GNOME Bugzilla – Bug 88427
Updating Drawer Properties Causes Panel To Crash
Last modified: 2004-12-22 21:47:04 UTC
Package: gnome-panel Severity: normal Version: 2.0.2 Synopsis: Updating Drawer Properties Causes Panel To Crash Bugzilla-Product: gnome-panel Bugzilla-Component: Panel BugBuddy-GnomeVersion: 2.0 (2.0.1) Description: Description of Problem: Updating Drawer Properties (eg changing icon) Causes Panel To Crash Steps to reproduce the problem: 1. Add new drawer to panel 2. right-click on drawer and select "properties" 3. change icon or size Actual Results: panel crashes (segmentation fault) Expected Results: updated drawer How often does this happen? every time Additional Information: currently using redhat 7.3 with latest ximian redcarpet gnome 2.0 developer snapshot Debugging Information: Backtrace was generated from '/usr/bin/gnome-panel' [New Thread 1024 (LWP 1325)] 0x408c44b9 in wait4 () from /lib/libc.so.6
+ Trace 25164
Thread 1 (Thread 1024 (LWP 1325))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-07-17 08:37 ------- The original reporter (bugs@shiftin.org.uk) 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, gnome-panel-maint@bugzilla.gnome.org.
heretofore unseen stack trace
*** Bug 88799 has been marked as a duplicate of this bug. ***
Fixed in CVS 2002-07-23 Mark McLoughlin <mark@skynet.ie> * drawer.c: (properties_apply_callback): kill unused (apart from freeing whatever random data it points too) variable. Fixes #88427.