-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failure with LTO enabled in GCC #10
Comments
I'm still fighting to get usable debug symbols, but I did get pointed in the vicinity of |
|
So, It calls |
/cc @lhmouse for GCC LTO issue. Does BFD support identical COMDAT folding? |
|
Interesting... from the python docs:
So maybe that type change is why this bug wasn't happening in python 3.8? |
I tried gcc's |
I don't know many details about LTO. From my experience there are a few strange issues (some of them exist on Linux as well) so I am not sure whether it is a good idea to enable it in production environments. |
Looks a lot like this gcc bug to me. |
I ran this locally, and I'm seeing heap corruption:
WinDbgX analysis
I will try pageheap/autoverifier as recommended by windbgx, and building with debug symbols.
The text was updated successfully, but these errors were encountered: