-
-
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 (Core dump) #46
Comments
The same. macOS 13.2. dain-ncnn-vulkan-20210210 - OK dain-ncnn-vulkan-20210210 % ./dain-ncnn-vulkan -v -i if/ -o of/ -n 5 dain-ncnn-vulkan-20220728 % ./dain-ncnn-vulkan -v -i if/ -o of/ -n 5 |
This works for me:
|
I can only confirm that have had the same issue (instant core dump) and simply tried what @atsuiest suggested, and... it worked perfectly ! so THANK YOU there are only small one detail: WITH_LAYER_reshape="ON" (there is an underscore instead of dash, but it is adetail actually) cheers |
Also been having this issue but thanks to @atsuiest for the info on the fix now it works :DDD For any fellow OpenSUSE user, you can install the compiling requirement with Also, for me the correct line that fixed it was written like this:
(line 137 in dain-ncnn-vulkan/src/CMakeLists.txt) |
[0 Apple M1] queueC=0[1] queueG=0[1] queueT=0[1] Apple Ventura 13.0.1.Apple M1,MacBook Pro |
I submitted a pull request could solve the problem on my AMD Ryzen 7900X with NVIDIA RTX 4060. |
Not sure if this is different to the existing segmentation faults but this is frustrating
Ubuntu version, on endeavourOS
./dain-ncnn-vulkan -i finalfront-frames/ -o finalfront-frames-interpolated/
[0 NVIDIA GeForce RTX 3060] queueC=2[8] queueG=0[16] queueT=1[2]
[0 NVIDIA GeForce RTX 3060] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0
[0 NVIDIA GeForce RTX 3060] fp16-p/s/a=1/1/1 int8-p/s/a=1/1/1
[0 NVIDIA GeForce RTX 3060] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: