Caught SIGSEGV

Abu Abdullah falcon.sheep at gmail.com
Sun Jun 9 16:12:34 UTC 2019


Hi,

i have a pipeline running for almost 6 hours, then i caught the following error:
*************
Caught SIGSEGV
Spinning.  Please run 'gdb gst-launch-1.0 627' to continue debugging,
Ctrl-C to quit, or Ctrl-\ to dump core.
*************

then i run gdp:
****************
pi at raspberrypi:~ $ gdb gst-launch-1.0 627
GNU gdb (Raspbian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gst-launch-1.0...done.
Attaching to program: /usr/local/bin/gst-launch-1.0, process 627
[New LWP 640]
[New LWP 641]
[New LWP 642]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
0xb6b7f120 in poll () at ../sysdeps/unix/syscall-template.S:84
84      ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) bt
#0  0xb6b7f120 in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0xb6c93358 in ?? () from /lib/arm-linux-gnueabihf/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
*******************

pipeline is
raspivid -n -ih -fl -t 0 -stm -g 30 -ex sports -ifx none -w 640 -h 480
-b 0 -fps 8 -md 0 -sh 0 -co 0 -br 50 -sa 0 -rot 180 -ss 0 -cd H264
-awb auto -qp 20 -pf high -o -| gst-launch-1.0 -v fdsrc
do-timestamp=true ! video/x-h264,width=640,height=480,framerate=8/1 !
h264parse ! splitmuxsink
location=/home/pi/snapshots_tmp/jarwaniot1186518357073776985/`date
+%y%m%d%H%M%S`_%03d.ts max-size-time=30000000000
max-size-bytes=2000000 muxer=mpegtsmux


host is Raspberry pi zero (armv6), gst-launch-1.0 version 1.16.0
compiled manually on OS version stretch (kernel 4.19.46+)


More information about the gstreamer-devel mailing list