-
Notifications
You must be signed in to change notification settings - Fork 75
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
Include CMakeLists.txt in tar.gz release file #47
Comments
memleax is not maintained any more. Thanks for your work. Would you like to try my another tool |
Ah I did not know
I read libleak readme, I am not 100% sure if it can fit my needs, for example, sometimes it can happen that I found out that one of the processes, it is using a huge amount of RAM, so I would just attach a memory leaks debugger to it, in order to retrieve useful debuginfos for a bugreport. To me, libleak seems a tool to debug memory leaks that can happen after you attach to the process, is it correct? |
Yes, your are right.
For libleak, you can start your program with it, but without enable it. Then libleak does nothing. |
Thank you for your explanation! At the moment I don't have specific needs that would make me use libleak, but thank you anyways! |
@WuBingzheng how can libleak show stack trace of python programs? |
While working in including memleax in Fedora repository, I noticed that
CMakeLists.txt included in master branch, is not included in tar.gz release file.
The tar.gz release file only contains configure.ac, that is not included in master branch.
Can we just use CMakeLists.txt which is the preferred way nowadays?
Thank you
The text was updated successfully, but these errors were encountered: