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 678187 - segfault in cally_key_snooper
segfault in cally_key_snooper
Status: RESOLVED DUPLICATE of bug 675183
Product: clutter
Classification: Platform
Component: cally
unspecified
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: 663256
 
 
Reported: 2012-06-15 21:57 UTC by Matthias Clasen
Modified: 2012-06-19 10:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2012-06-15 21:57:01 UTC
In bug 663256 there is a patch that adds a 'Screen Reader' menu item to the gnome-shell a11y menu. When using that item to turn off the screen reader again, I get a segfault in cally:

  • #0 ??
  • #1 notify_hf
    at cally/cally-util.c line 459
  • #2 g_hash_table_foreach_remove_or_steal
    at ghash.c line 1408
  • #3 g_hash_table_foreach_steal
    at ghash.c line 1481
  • #4 cally_key_snooper
    at cally/cally-util.c line 490
  • #5 cally_key_snooper
    at cally/cally-util.c line 470
  • #6 _clutter_marshal_BOOLEAN__BOXED
    at clutter-marshal.c line 85
  • #7 g_closure_invoke
    at gclosure.c line 777
  • #8 signal_emit_unlocked_R
    at gsignal.c line 3547
  • #9 g_signal_emit_valist
    at gsignal.c line 3306
  • #10 g_signal_emit
    at gsignal.c line 3352
  • #11 clutter_actor_event
    at ./clutter-actor.c line 12409
  • #12 emit_event
    at ./clutter-main.c line 2268
  • #13 emit_keyboard_event
    at ./clutter-main.c line 2326
  • #14 _clutter_process_event_details
    at ./clutter-main.c line 2426
  • #15 _clutter_process_event
    at ./clutter-main.c line 2692
  • #16 _clutter_stage_process_queued_events
    at ./clutter-stage.c line 1023
  • #17 master_clock_process_events
    at ./clutter-master-clock.c line 283
  • #18 clutter_clock_dispatch
    at ./clutter-master-clock.c line 513
  • #19 g_main_dispatch
    at gmain.c line 2539
  • #20 g_main_context_dispatch
    at gmain.c line 3075
  • #21 g_main_context_iterate
    at gmain.c line 3146
  • #22 g_main_loop_run
    at gmain.c line 3340
  • #23 meta_run
    at core/main.c line 548
  • #24 main
    at main.c line 396

Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-06-17 19:55:36 UTC
Ok, will take a look to this tomorrow.
Comment 2 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-06-18 10:55:33 UTC
When I started to look at this I was able to reproduce the bug. Working on this I found a solution to bug 675183 (pushed to git master). Now Im not able to reproduce this bug, so I assume that the crash was caused by a key event listener not properly uninstalled.

Matthias, could you confirm that the bug is solved?
Comment 3 Matthias Clasen 2012-06-19 10:43:55 UTC
Yes, that patch fixes it. Thanks
Comment 4 Matthias Clasen 2012-06-19 10:45:22 UTC

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