-
Notifications
You must be signed in to change notification settings - Fork 143
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 on Ubuntu 18.04 #82
Comments
I realized that the output from cmake maybe helpful here.
So I tried to add something like |
Thank you for your feedback, and for this very detailed report! I think I have a reasonable idea of what is causing this, I've pushed a tentative fix at f6f8370 , it will be integrated in the next release. Regarding the precompiled binary not running, I'm wondering if this is because it was compiled on Ubuntu 20. I'll try to adjust the CI pipeline to build on Ubuntu 18 instead. |
Many thanks for your help! Regarding the binary, actually I don't know the exact reason. I guess it is related to the libc version. Here is the error message I got:
Again, thank you for this nice project! I found that you are working on using RtMIDI to play the sound! That's really nice! Looking forward to it! I was hacking a bit previously to have it call Timidity from commandline when the first note reaches the keyboard :-) |
I'm happy to see that the problem was fixed! |
Hi Simon
Many thanks for this nice project, I really love it.
However, I encountered a small issue when using it.
It went segmentation fault during exit.
This actually does not affect my normal use, but I think maybe I can contribute a bit by reporting this issue.
Graphics: Intel UHD Graphics 630(CFL GT2)
OpenGL version string: 3.0 Mesa 20.0.8
glxinfo.txt
RAM: 32GB
CPU: Intel Core i5-8300H
I compiled one from commit hash: 37807d3 tag: v5.3(1), because the pre-compiled binary does not work for me.
By enabling the debug build, I was able to locate the place of segmentation fault.
Here is a report from Valgrind:
I tried several MIDI files, and I got the same segmentation fault during exit, so I guess it is not relevant to the specific input, but if you think that may help, I can also attach one here.
Should you need more information, please let me know! I'm happy to help!
The text was updated successfully, but these errors were encountered: