Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55077 > unrolled thread
| Started by | Skip Montanaro <skip@pobox.com> |
|---|---|
| First post | 2013-09-30 09:40 -0500 |
| Last post | 2013-09-30 09:40 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Using GNU libc mtrace/muntrace via ctypes? Skip Montanaro <skip@pobox.com> - 2013-09-30 09:40 -0500
| From | Skip Montanaro <skip@pobox.com> |
|---|---|
| Date | 2013-09-30 09:40 -0500 |
| Subject | Using GNU libc mtrace/muntrace via ctypes? |
| Message-ID | <mailman.487.1380552023.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web