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 480235 - crash on login
crash on login
Status: RESOLVED DUPLICATE of bug 446183
Product: gnome-panel
Classification: Other
Component: panel
2.18.x
Other All
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-25 14:26 UTC by Rui Matos
Modified: 2007-11-13 09:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Rui Matos 2007-09-25 14:26:45 UTC
Steps to reproduce:
This just happened once on login.

Stack trace:
  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 872
  • #3 <signal handler called>
  • #4 IA__g_slist_remove_all
    at gslist.c line 233
  • #5 gtk_rc_clear_realized_style
    at gtkrc.c line 1622
  • #6 IA__g_hash_table_foreach
    at ghash.c line 662
  • #7 IA__gtk_rc_reset_styles
    at gtkrc.c line 1668
  • #8 icon_size_settings_changed
    at gtkiconfactory.c line 808
  • #9 IA__g_cclosure_marshal_VOID__PARAM
    at gmarshal.c line 531
  • #10 IA__g_closure_invoke
    at gclosure.c line 490
  • #11 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #12 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #13 IA__g_signal_emit
    at gsignal.c line 2243
  • #14 g_object_dispatch_properties_changed
    at gobject.c line 563
  • #15 g_object_notify_dispatcher
    at gobject.c line 245
  • #16 IA__g_object_notify
    at gobjectnotifyqueue.c line 123
  • #17 apply_queued_setting
    at gtksettings.c line 846
  • #18 gtk_rc_parse_any
    at gtkrc.c line 2912
  • #19 gtk_rc_context_parse_one_file
    at gtkrc.c line 1019
  • #20 gtk_rc_context_parse_file
    at gtkrc.c line 1085
  • #21 gtk_rc_parse_named
    at gtkrc.c line 835
  • #22 IA__gtk_rc_reparse_all_for_settings
    at gtkrc.c line 1790
  • #23 gtk_rc_settings_changed
    at gtkrc.c line 648
  • #24 IA__g_cclosure_marshal_VOID__PARAM
    at gmarshal.c line 531
  • #25 IA__g_closure_invoke
    at gclosure.c line 490
  • #26 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #27 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #28 IA__g_signal_emit
    at gsignal.c line 2243
  • #29 g_object_dispatch_properties_changed
    at gobject.c line 563
  • #30 g_object_notify_dispatcher
    at gobject.c line 245
  • #31 IA__g_object_notify
    at gobjectnotifyqueue.c line 123
  • #32 _gtk_settings_handle_event
    at gtksettings.c line 1464
  • #33 IA__gtk_main_do_event
    at gtkmain.c line 1423
  • #34 gdk_event_dispatch
    at gdkevents-x11.c line 2318
  • #35 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #36 g_main_context_iterate
    at gmain.c line 2677
  • #37 IA__g_main_loop_run
    at gmain.c line 2881
  • #38 IA__gtk_main
    at gtkmain.c line 1154
  • #39 main
    at main.c line 100
  • #4 IA__g_slist_remove_all
    at gslist.c line 233
$1 = (GSList *) 0x6863732f
(gdb) print data
$2 = (gconstpointer) 0xa159018
(gdb) print tmp->data
Cannot access memory at address 0x6863732f

---

I saved the core file so if you need me to check some more values I can provide them.
Comment 1 Rui Matos 2007-09-25 14:27:55 UTC
The panel's version: gnome-panel-2.18.3-1.fc7
Comment 2 Vincent Untz 2007-11-13 09:21:01 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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