TianZerL / Anime4KCPP

A high performance anime upscaler
GNU General Public License v3.0
1.81k stars 138 forks source link

Segmentation fault on Ubuntu 19.10 #42

Open k4yt3x opened 4 years ago

k4yt3x commented 4 years ago

I'm trying to run Anime4KCPP in the Docker container that I've setup yesterday. The upscale seems to have completed successfully and the output file is generated. However it runs into a segmentation fault when finished.

image

Build Information

k4yt3x commented 4 years ago

Here's more information on the crash from analysis of the core dump file.

image

Below is the core file itself.

core.zip

TianZerL commented 4 years ago

Look like the crash is from filesystem lib. You may try to use gcc9 or build it by filesystem from boost (install boost lib and use cmake -DUse_Boost_filesystem=ON)
Reference

TianZerL commented 4 years ago

I've updated the cmake script to make it easier to build on Ubuntu, see wiki, already tested on Ubuntu 18.04 with g++ 8.4.0.

k4yt3x commented 4 years ago

Thanks for this. I've been busy since the fall semester started. I'll try to work on this and have this issue closed whenever I get time.