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 88427 - Updating Drawer Properties Causes Panel To Crash
Updating Drawer Properties Causes Panel To Crash
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other other
: High critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 88799 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-07-17 12:39 UTC by bugs
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description bugs 2002-07-17 12:37:26 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

Thread 1 (Thread 1024 (LWP 1325))

  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 620
  • #4 pthread_sighandler
    from /lib/libpthread.so.0
  • #5 <signal handler called>
  • #6 gtk_widget_get_toplevel
    at gtkwidget.c line 5033
  • #7 gtk_main_get_window_group
    at gtkmain.c line 1404
  • #8 gtk_main_do_event
    at gtkmain.c line 1229
  • #9 gdk_window_process_updates_internal
    at gdkwindow.c line 2103
  • #10 gdk_window_process_all_updates
    at gdkwindow.c line 2138
  • #11 gtk_container_idle_sizer
    at gtkcontainer.c line 1004
  • #12 g_idle_dispatch
    at gmain.c line 3129
  • #13 g_main_dispatch
    at gmain.c line 1617
  • #14 g_main_context_dispatch
    at gmain.c line 2161
  • #15 g_main_context_iterate
    at gmain.c line 2242
  • #16 g_main_loop_run
    at gmain.c line 2462
  • #17 gtk_main
    at gtkmain.c line 936
  • #18 main
    at main.c line 234
  • #19 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6




------- 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.

Comment 1 Ben FrantzDale 2002-07-17 18:46:02 UTC
heretofore unseen stack trace
Comment 2 Ben FrantzDale 2002-07-22 15:29:12 UTC
*** Bug 88799 has been marked as a duplicate of this bug. ***
Comment 3 Mark McLoughlin 2002-07-23 04:25:08 UTC
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.