Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #55077

Using GNU libc mtrace/muntrace via ctypes?

Date 2013-09-30 09:40 -0500
Subject Using GNU libc mtrace/muntrace via ctypes?
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.487.1380552023.18130.python-list@python.org> (permalink)

Show all headers | View raw


I'm getting an error in certain situations which leads to this message:

*** glibc detected *** /opt/TWWfsw/bin/python: corrupted double-linked
list: 0x0000000007952420 ***

Valgrind hasn't been any help. I'd really like to avoid recompiling
Python, as that might just move or obscure the error. Might it be
possible to enable the GNU libc malloc tracing via ctypes?

Thanks,

Skip

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Using GNU libc mtrace/muntrace via ctypes? Skip Montanaro <skip@pobox.com> - 2013-09-30 09:40 -0500

csiph-web