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 729802 - Caught SIGSEGV accessing address 0x7f935002b460
Caught SIGSEGV accessing address 0x7f935002b460
Status: VERIFIED INVALID
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-05-08 09:27 UTC by zhixinx.liu
Modified: 2014-07-04 07:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zhixinx.liu 2014-05-08 09:27:49 UTC
when using gst-launch-1.0 to filesink some yuv file, SIGSEGV arise. not regression.

1. Testing Env:
========================================================================
Libva:                   (staging)29fa9ec0bd5ac396fb8ce7de07747314ca1dd12e
Libva_intel_driver:      (staging)1c4d3468229797e787f4b99b0729baf90a115a1d
Gstreamer10:             (1.0)4e880d4d1e151ea64f83c28b5c3e1bbc06c57903
Gst_plugins_base10:      (1.0)2dd3f028c1e6dea799d7496639f53220818b20b1
Gst_plugins_good10:      (1.0)643d425f51f81b56deec16c01162637546708ee5
Gst_plugins_bad10:       (1.0)0587ab41b4f9979e9cfc11011ed5c970569ee3d3
Gst_plugins_ugly10:      (1.0)c7c911b8320576429e4a4234a1e29ec7436e6814
Gst_plugins_vaapi10:     (master)7f5b9edb14245abba7cc1dad430876bee0c2ca75

2. Testing Steps:
========================================================================
    1.Run command: "gst-launch-1.0 filesrc location=/root/media_tools/encoder/encoderbitstreams/MOBILE_352x288_30_orig_01.yuv '!' videoparse format=i420 width=352 height=288 '!' jpegenc '!' vaapidecode '!' filesink location=./1.yuv",the process caught SIGSEGV:

Caught SIGSEGV accessing address 0x7f961c02b460
  • #0 poll
    from /lib64/libc.so.6
  • #1 g_main_context_poll
  • #2 g_main_context_iterate
  • #3 g_main_context_iterate
  • #4 g_main_loop_run
    at gmain.c line 3928
  • #5 gst_bus_poll
  • #6 event_loop
  • #7 main
  • #0 __mempcpy_sse2
    from /lib64/libc.so.6
  • #1 __GI__IO_default_xsputn
    from /lib64/libc.so.6
  • #2 __GI__IO_file_xsputn
    from /lib64/libc.so.6
  • #3 fwrite
    from /lib64/libc.so.6
  • #4 gst_file_sink_render
    at gstfilesink.c line 654
  • #5 gst_base_sink_chain_unlocked
    at gstbasesink.c line 3245
  • #6 gst_base_sink_chain_main
    at gstbasesink.c line 3353
  • #7 gst_pad_chain_data_unchecked
    at gstpad.c line 3655
  • #8 gst_pad_push_data
    at gstpad.c line 3872
  • #9 gst_pad_push
    at gstpad.c line 3975
  • #10 gst_video_decoder_clip_and_push_buf
    at gstvideodecoder.c line 2519
  • #11 gst_video_decoder_finish_frame
    at gstvideodecoder.c line 2434
  • #12 gst_vaapidecode_push_decoded_frame
    at gstvaapidecode.c line 340
  • #13 gst_vaapidecode_decode_loop
    at gstvaapidecode.c line 405
  • #14 gst_task_func
    at gsttask.c line 316
  • #15 g_thread_pool_thread_proxy
    at gthreadpool.c line 307
  • #16 g_thread_proxy
    at gthread.c line 764
  • #17 start_thread
    from /lib64/libpthread.so.0
  • #18 clone
    from /lib64/libc.so.6

3. Frequency of Occurence:
========================================================================
100%
Comment 1 zhixinx.liu 2014-07-04 07:58:42 UTC
cannot reproduce it with gstreamer 1.2. so close it