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 729868 - Application is crashing at start of playing audio track
Application is crashing at start of playing audio track
Status: RESOLVED DUPLICATE of bug 728064
Product: totem
Classification: Core
Component: general
3.12.x
Other Linux
: Normal critical
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-05-09 11:58 UTC by Yuri Myasoedov
Modified: 2014-05-09 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace (2.61 KB, text/x-log)
2014-05-09 11:58 UTC, Yuri Myasoedov
Details

Description Yuri Myasoedov 2014-05-09 11:58:57 UTC
Created attachment 276239 [details]
Backtrace

How to reproduce:

1. Remove all bookmarked items: rm ~/.local/share/grilo-plugins/grl-bookmarks.db
2. Open settings and disable visual effects.
3. Add local audio track.
4. Click on the track in recent view.

On this step the application will crash.
Comment 1 Bastien Nocera 2014-05-09 13:47:38 UTC
Please put the backtrace in the comments, it makes it searchable, and the duplicate finder can also use it to dupe your bug.


Program received signal SIGSEGV, Segmentation fault.
_cogl_rectangle_map_remove (map=0x0, rectangle=0x729d64) at ./cogl-rectangle-map.c:486
486	  CoglRectangleMapNode *node = map->root;
  • #0 _cogl_rectangle_map_remove
    at ./cogl-rectangle-map.c line 486
  • #1 _cogl_atlas_remove
    at ./cogl-atlas.c line 542
  • #2 _cogl_atlas_texture_remove_from_atlas
    at ./cogl-atlas-texture.c line 275
  • #3 _cogl_atlas_texture_free
    at ./cogl-atlas-texture.c line 286
  • #4 _cogl_object_atlas_texture_indirect_free
    at ./cogl-atlas-texture.c line 61
  • #5 clutter_image_set_data
    from /usr/lib/libclutter-1.0.so.0
  • #6 set_current_actor
    at bacon-video-widget.c line 695
  • #7 bvw_update_tags_dispatcher
    at bacon-video-widget.c line 2052
  • #8 g_main_dispatch
    at gmain.c line 3064
  • #9 g_main_context_dispatch
    at gmain.c line 3663
  • #10 g_main_context_iterate
    at gmain.c line 3734
  • #11 g_main_context_iteration
    at gmain.c line 3795
  • #12 g_application_run
    at gapplication.c line 2114
  • #13 main
    at totem.c line 282

Comment 2 Bastien Nocera 2014-05-09 13:49:00 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 ***
Comment 3 Yuri Myasoedov 2014-05-09 13:49:57 UTC
Ok, thanks for the advice.