-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault: 11 #43
Comments
I'm getting this as well. Release 20210210 works and 20220728 always segfaults. This seems to happen independent of the command line parameters, so long as any kind of frame interpolation is attempted it fails before the first frame. I've run dain-ncnn-vulkan in my debugger, it segfaults after this call into NCNN: It looks like (Tested on Gentoo Linux AMD64, Intel Xeon v1 w/AVX and NVidia RTX 3090 w/Vulkan Compute and CUDA 11 working) |
I also encountered the same problem. Can anyone tell me how to solve it? |
Thank you very much! That solved the problem for me, too! (Ubuntu 22.04) |
thanks very much for your solution, but i'm like a coding noob and don't know exactly how to turn that WITH_LAYER-reshape on, if you or anyone could help me out i would be eternally grateful. |
Modify the src/CMakeList.txt file before compiling. It's already in there, just change the OFF to ON. But you must compile it from source. At least for Linux, this bug also crashes the prebuilt version. |
run:
but get:
platfrom:
model version:
The text was updated successfully, but these errors were encountered: