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 692731 - Crashes when skipping over files too fast
Crashes when skipping over files too fast
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 693983 694617 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-01-28 19:11 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2013-03-06 16:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jasper St. Pierre (not reading bugmail) 2013-01-28 19:11:03 UTC
I wanted to find a sound, so I did:

$ totem /usr/share/sounds/freedesktop/stereo/*.oga

and mashed the right arrow button, and got this:

  • #0 g_data_set_internal
    at gdataset.c line 367
  • #1 g_datalist_id_set_data_full
    at gdataset.c line 674
  • #2 g_object_real_dispose
    at gobject.c line 1012
  • #3 g_object_unref
    at gobject.c line 2987
  • #4 load_chapters_from_file
    from /usr/lib64/totem/plugins/chapters/libchapters.so
  • #5 g_closure_invoke
    at gclosure.c line 777
  • #6 signal_emit_unlocked_R
    at gsignal.c line 3567
  • #7 g_signal_emit_valist
    at gsignal.c line 3315
  • #8 g_signal_emit
    at gsignal.c line 3371
  • #9 totem_action_set_mrl_with_warning
    from /lib64/libtotem.so.0
  • #10 totem_action_set_mrl_and_play
    from /lib64/libtotem.so.0
  • #11 totem_action_direction
    from /lib64/libtotem.so.0
  • #12 on_eos_event
    from /lib64/libtotem.so.0
  • #13 _g_closure_invoke_va
    at gclosure.c line 840
  • #14 g_signal_emit_valist
    at gsignal.c line 3226
  • #15 g_signal_emit
    at gsignal.c line 3371
  • #16 bvw_signal_eos_delayed
    from /lib64/libtotem.so.0
  • #17 g_main_dispatch
    at gmain.c line 2784
  • #18 g_main_context_dispatch
    at gmain.c line 3288
  • #19 g_main_context_iterate
    at gmain.c line 3359
  • #20 g_main_context_iteration
    at gmain.c line 3420
  • #21 g_application_run
    at gapplication.c line 1620
  • #22 main

Comment 1 Bastien Nocera 2013-02-17 00:15:22 UTC
*** Bug 693983 has been marked as a duplicate of this bug. ***
Comment 2 Bastien Nocera 2013-02-26 13:20:56 UTC
*** Bug 694617 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2013-03-06 16:56:14 UTC
Refactored the code that loads the chapters data async which seems to fix the problem for me.