Segmentation fault on debian 8 (jessie)
Am running into seg fault, if I build shotdetect on the latest debian (jessie 8) amd64 version.
Here's where it hits the segfault..(looks like some printf( while printing out xml)
Program received signal SIGSEGV, Segmentation fault. _IO_vfprintf_internal (s=0x0, format=0x41be8e ">\n
\n\n\n", >ap=ap@entry=0x7fffffffdcc8) at vfprintf.c:1278 1278 vfprintf.c: No such file or directory.
I ran Shotdetect with the cmd line below:
gdb --args /home/anand/workspace/Shotdetect/build/shotdetect-cmd -i /var/www/apps/oldTagger/public/repository/resizedVideos/1.mp4 -s 60 -o /tmp/tesut -v -a 2433.mp4
Can you point me to the arguments you used and the file you used to produce this issue?
an example: https://www.youtube.com/watch?v=bpLtXIlkyYA
command : shotdetect-cmd -i movie.mp4 -s 60 -a movie -o ./shotdetect_results
I tried various -o parameters like giving the full path, creating the file. My problem is on Ubuntu 16.04 btw