You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My old code using GCC 4.8.4 works fine. But today I upgrade my system and recompile the code.
It doesn't run anymore and crashes when I retrieve my data.
What should I do to investigate this more?
The text was updated successfully, but these errors were encountered:
I resolved the issue, it turned out nothing related to the library at all 😄
The variable I used in assignment was copied by memcpy (using copied non-Plain Old Data so it crashes).
Somehow the old GCC still supports that trick, which made me believe my code was alright.
Thanks for the suggestions and having created the amazing library sir.
My old code using GCC 4.8.4 works fine. But today I upgrade my system and recompile the code.
It doesn't run anymore and crashes when I retrieve my data.
What should I do to investigate this more?
The text was updated successfully, but these errors were encountered: