-
Notifications
You must be signed in to change notification settings - Fork 168
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
test_qtreetbl.c will segfault with gcc >= 10 #94
Comments
sorry, this isn't quite right and needs more investigation. |
Apparently the unused return value is not the root cause. |
* Comment out drawtree() to prevent segfault with gcc >= 10
Hi Thanks for the report. |
awesome, thanks! verified that works with gcc-12 |
make test will fail when qlibc is compiled with gcc >= 10.
Under this case, test_qtreetbl.c will compile but will segfault during execution.
I believe that it is caused by the unused
return true;
of drawtree().test_qtreetbl_gcc10.txt
test_qtreetbl_gcc11.txt
test_qtreetbl_gcc12.txt
The text was updated successfully, but these errors were encountered: