shotdetect icon indicating copy to clipboard operation
shotdetect copied to clipboard

Segmentation fault on debian 8 (jessie)

Open ghost opened this issue 10 years ago • 2 comments

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

ghost avatar Mar 17 '15 17:03 ghost

Can you point me to the arguments you used and the file you used to produce this issue?

johmathe avatar May 07 '15 15:05 johmathe

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

furkanese avatar Jun 05 '18 05:06 furkanese