Segfault while encoding

Issue #211 resolved
Former user created an issue

x265 1.8+1-5dcc9d3a928c400b segfaults in

#!

/x265/source/encoder/analysis.cpp:968
968                 if (splitCost < md.bestMode->rdCost + threshold_Nx2N)

How to reproduce: Pipe attached mkv with

#!

ffmpeg -i reproduce.mkv -pix_fmt yuv420p -f yuv4mpegpipe -

to x265 built with 10bit support (raw is a file made with mkfifo to get the pipe into gdb):

#!

--preset slow --output-depth 10 --crf 20 --input raw --y4m -o test.265

You should get the same backtrace as attached (bt.txt)

Comments (3)

  1. Log in to comment