-
Notifications
You must be signed in to change notification settings - Fork 39
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
There is no member named size #24
Comments
Found the solution –– whatever versions I'm running there's a mismatch in some fields. It's now |
Great! Can you submit a patch? Is this an update in libc? What Linux version/flavor? |
I'm running this in the Python Docker container with tag
I'm not quite sure the correct library, but here's a small dump of what I have:
Also, I installed Happy to submit a patch, but how would you want this implemented? Don't want to break for other people if this currently still works |
Also, the heap dump is struggling to categorized memory allocations correctly for me –– still looking into that. I'm using |
Something likely changed with libc and/or the glib2. The code originally was written in Python 2 but I thought we fixed the issues after Python 3 got used. Best way to check might be booting up older containers of Ubuntu |
I getting errors:
After change But I don't known how to fix no member named ma_table, can anyone give me some guides to fix similar problems? My system information:
|
I worked around these here: https://github.com/edmcman/gdb-heap My changes aren't complete, but they are enough to avoid crashing at least |
Hi, not sure if this project is being maintained anymore, but looking for some tips (I'm not that experiences with GDB but trying to diagnose a memory leak). Getting this error when running the program:
If it helps, using python3.7-dbg for all of this, running inside a Docker container.
The text was updated successfully, but these errors were encountered: