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 726835 - totem segfault in in gst_mini_object_replace()
totem segfault in in gst_mini_object_replace()
Status: RESOLVED DUPLICATE of bug 727779
Product: GStreamer
Classification: Platform
Component: gst-libav
1.2.3
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-21 17:21 UTC by Sebastien Bacher
Modified: 2014-06-21 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2014-03-21 17:21:17 UTC
The issue has been reported on https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1288758

It seems the reports started with the 1.2.2 -> 1.2.3 updates

The description states

"I recently experienced an issue with both Totem and VLC crashing (both either when queuing up multiple videos in their respective interfaces or disabling subtitles),"


Stracktace:
"#0  0x00007f5059b5c1c6 in gst_mini_object_replace (olddata=olddata@entry=0x40, newdata=0x0) at gstminiobject.c:497
        olddata_val = <optimized out>
        __func__ = "gst_mini_object_replace"
        __PRETTY_FUNCTION__ = "gst_mini_object_replace"
  • #1 gst_buffer_replace
    at /usr/include/gstreamer-1.0/gst/gstbuffer.h line 475
  • #2 gst_ffmpegviddec_video_frame
    at gstavviddec.c line 1229
  • #3 gst_ffmpegviddec_frame
    at gstavviddec.c line 1371
  • #4 gst_ffmpegviddec_handle_frame
    at gstavviddec.c line 1491
  • #5 gst_video_decoder_decode_frame
    at gstvideodecoder.c line 2832
  • #6 gst_video_decoder_chain_forward
    at gstvideodecoder.c line 1757
  • #7 gst_video_decoder_chain
    at gstvideodecoder.c line 2037
  • #8 gst_pad_chain_data_unchecked
    at gstpad.c line 3760
  • #9 gst_pad_push_data
    at gstpad.c line 3990
  • #10 gst_pad_push
    at gstpad.c line 4093
  • #11 gst_base_transform_chain
    at gstbasetransform.c line 2237
  • #12 gst_pad_chain_data_unchecked
    at gstpad.c line 3760
  • #13 gst_pad_push_data
    at gstpad.c line 3990
  • #14 gst_pad_push
    at gstpad.c line 4093
  • #15 gst_base_parse_push_frame
    at gstbaseparse.c line 2299
  • #16 gst_base_parse_chain
    at gstbaseparse.c line 2805
  • #17 gst_pad_chain_data_unchecked
    at gstpad.c line 3760
  • #18 gst_pad_push_data
    at gstpad.c line 3990
  • #19 gst_pad_push
    at gstpad.c line 4093
  • #20 gst_single_queue_push_one
    at gstmultiqueue.c line 1089
  • #21 gst_multi_queue_loop
    at gstmultiqueue.c line 1338
  • #22 gst_task_func
    at gsttask.c line 316
  • #23 g_thread_pool_thread_proxy
    at /build/buildd/glib2.0-2.39.91/./glib/gthreadpool.c line 307
  • #24 g_thread_proxy
    at /build/buildd/glib2.0-2.39.91/./glib/gthread.c line 764
  • #25 start_thread
    at pthread_create.c line 312


Similar report on f20
https://bugzilla.redhat.com/show_bug.cgi?id=1076842
Comment 1 Tim-Philipp Müller 2014-06-21 18:17:59 UTC
This should be fixed in gst-libav 1.2.4 and later. Thanks for the bug report.

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