-
Notifications
You must be signed in to change notification settings - Fork 13
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 when parsing JUCE #309
Comments
And this is the output of valgrind:
|
Here cplusplus/src/parser/cxx/parser.cc Line 655 in 5f480dc
savedScope != nullptr before assignment ?
Because here cplusplus/src/parser/cxx/parser.cc Line 652 in 5f480dc
nullptr before assign but assign to savedScope either way cplusplus/src/parser/cxx/parser.cc Line 651 in 5f480dc
|
After setting a cplusplus/src/parser/cxx/parser.cc Line 9073 in 5f480dc
And I'm not getting segfault anymore (although I'm getting other errors now) but I'm not sure if this is a good fix ! |
Here what I'm getting now:
|
While testing
cxx
with this project https://github.com/juce-framework/JUCE I'm getting a segfault with the command shown bellow:clang16 parse it fine:
The text was updated successfully, but these errors were encountered: