[Python-Dev] any tips on malloc debugging? (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Sep 7 23:19:52 CEST 2007
- Previous message: [Python-Dev] any tips on malloc debugging?
- Next message: [Python-Dev] any tips on malloc debugging?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've been expanding the SSL test suite, and found something like this cropping up, not always, but maybe 30% of the time. So I run it under gdb, but the "szoneerror" breakpoint never gets hit. Any other malloc debugging tips I should know about?
Is this a --with-pydebug build? If not, it should be.
If that still does not give insights, I usually try valgrind (although usually with little success).
Regards, Martin
- Previous message: [Python-Dev] any tips on malloc debugging?
- Next message: [Python-Dev] any tips on malloc debugging?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]