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
I try to profile and analyse a program compiled with gcc 11.2 from MSys2 project, and in all my tests I get a stack but functions, source files and lines are missing (Unknown).
I don't use MSys2 and related toolchains, can you provide details on how to setup the environment that matches what you have? I'd like to try and reproduce this but I'll need more info.
Hello,
I try to profile and analyse a program compiled with gcc 11.2 from MSys2 project, and in all my tests I get a stack but functions, source files and lines are missing (Unknown).
I think that it may be caused by ASLR that is now enabled in all recent gcc / mingw64 releases. (https://www.msys2.org/news/#2021-01-31-aslr-enabled-by-default).
I tested with a mingw / gcc 7.5 (without ASLR) and it works.
I use last MTuner release from github (v4.5.0).
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: