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 668665 - [0.11] segfault when trying to mux a matroska file
[0.11] segfault when trying to mux a matroska file
Status: RESOLVED DUPLICATE of bug 668341
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.11.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-25 15:03 UTC by Christian Fredrik Kalager Schaller
Modified: 2012-01-26 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG log (503.12 KB, application/x-bzip)
2012-01-25 15:04 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2012-01-25 15:03:38 UTC
Trying to encode Vorbis and Theora into Matroska using Transmageddon

GStreamer-CRITICAL **: gst_buffer_map: assertion `info != NULL' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb2072b40 (LWP 11584)]
0x0067734d in ?? () from /usr/lib/gstreamer-0.11/libgstmatroska.so
(gdb) thread apply all bt

Thread 13 (Thread 0xaf8ffb40 (LWP 11582))

  • #0 th_decode_packetin
    from /usr/lib/libtheoradec.so.1
  • #1 theora_handle_data_packet
    at gsttheoradec.c line 1233
  • #2 theora_dec_decode_buffer
    at gsttheoradec.c line 1389
  • #3 theora_dec_chain_forward
    at gsttheoradec.c line 1555
  • #4 theora_dec_chain
    at gsttheoradec.c line 1583
  • #5 gst_pad_chain_data_unchecked
    at gstpad.c line 3303
  • #6 gst_pad_push_data
    at gstpad.c line 3506
  • #7 gst_single_queue_push_one
    at gstmultiqueue.c line 1052
  • #8 gst_multi_queue_loop
    at gstmultiqueue.c line 1283
  • #9 gst_task_func
    at gsttask.c line 314
  • #10 default_func
    at gsttaskpool.c line 70
  • #11 g_thread_pool_thread_proxy
    at gthreadpool.c line 317
  • #12 g_thread_proxy
    at gthread.c line 801
  • #13 start_thread
    from /lib/libpthread.so.0
  • #14 clone
    from /lib/libc.so.6

Comment 1 Christian Fredrik Kalager Schaller 2012-01-25 15:04:34 UTC
Created attachment 206094 [details]
GST_DEBUG log
Comment 2 Sebastian Dröge (slomo) 2012-01-25 15:08:07 UTC
Could you get a backtrace with G_DEBUG=fatal_warnings for the warning? This will be the real reason for the segfault
Comment 3 Christian Fredrik Kalager Schaller 2012-01-26 09:11:48 UTC

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