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 719551 - Crash when starting with GST_DEBUG
Crash when starting with GST_DEBUG
Status: RESOLVED DUPLICATE of bug 728064
Product: clutter-gtk
Classification: Platform
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-29 12:54 UTC by Guillaume Desmottes
Modified: 2014-05-09 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2013-11-29 12:54:00 UTC
I often get this crash when launching totem master (0fe400b292a986910a83d2b86f8dcbe5088325a0) with:
 $ GST_DEBUG=9 GST_DEBUG_FILE=/tmp/gst.log totem

It doesn't crash without GST_DEBUG so I guess there is a race somewhere.

clutter-1.14.4-4.fc19.x86_64
cogl-1.14.0-3.fc19.x86_64


  • #0 _cogl_rectangle_map_remove
    at ./cogl-rectangle-map.c line 479
  • #1 _cogl_atlas_remove
    at ./cogl-atlas.c line 528
  • #2 _cogl_atlas_texture_remove_from_atlas
    at ./cogl-atlas-texture.c line 266
  • #3 _cogl_atlas_texture_free
    at ./cogl-atlas-texture.c line 277
  • #4 _cogl_object_atlas_texture_indirect_free
    at ./cogl-atlas-texture.c line 53
  • #5 clutter_image_set_data
    from /lib64/libclutter-1.0.so.0
  • #6 set_current_actor
    at bacon-video-widget.c line 667
  • #7 bvw_update_tags
    at bacon-video-widget.c line 1811
  • #8 bvw_update_tags_dispatcher
    at bacon-video-widget.c line 1829
  • #9 g_idle_dispatch
    at gmain.c line 5250
  • #10 g_main_dispatch
    at gmain.c line 3065
  • #11 g_main_context_dispatch
    at gmain.c line 3641
  • #12 g_main_context_iterate
    at gmain.c line 3712
  • #13 g_main_context_iteration
    at gmain.c line 3773
  • #14 g_application_run
    at gapplication.c line 1635
  • #15 main
    at totem.c line 284

Comment 1 Bastien Nocera 2014-01-24 07:49:09 UTC
This is probably clutter/cogl related, reassigning to clutter-gtk, and they'll reassign if necessary.
Comment 2 Bastien Nocera 2014-05-09 13:48:40 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 bug 728064 ***