[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2014-06-22 Thread Paul A.

Paul A. added the comment:

I believe this problem has been gone since around 2.7.5, so can I close this 
myself?

--
resolution:  - out of date
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2014-06-15 Thread Mark Lawrence

Mark Lawrence added the comment:

Is this still a problem given that we're two years on and up to Python 2.7.7?

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-11 Thread Charles-François Natali

Charles-François Natali neolo...@free.fr added the comment:

 I think it's bundled with our copy of libffi.

i'm not familiar - at all - with libffi.
But does it really need a bundled malloc() implementation?

 I'd be more than happy to use my own installation of libffi instead, but it 
 seems the --with-system-ffi configure flag doesn't work.  I've also opened a 
 different bug for that.

So, is the stack trace complete?
Is it really generated by the python executable?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-11 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

  I think it's bundled with our copy of libffi.
 
 i'm not familiar - at all - with libffi.
 But does it really need a bundled malloc() implementation?

Well, the upstream libffi includes dlmalloc.c, so I guess it somehow
needs it (perhaps only on certain platforms). Don't ask me why :-)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-11 Thread Paul A.

Paul A. p...@freeshell.org added the comment:

Yes indeed, sorry for not answering that question the first time.
The trace is complete, and is from python... although most of it is really in 
the shared lib rather than the executable.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-10 Thread Charles-François Natali

Charles-François Natali neolo...@free.fr added the comment:

This stack trace is strange.
Is it really the python binary?
Anyway, if it's segfaulting inside dlmalloc, there's probably not much we can 
do.
Actually, I wonder why we still ship it...

--
nosy: +neologix, pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-10 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

 Anyway, if it's segfaulting inside dlmalloc, there's probably not much we can 
 do.
 Actually, I wonder why we still ship it...

I think it's bundled with our copy of libffi.

I agree the stacktrace is strange. At the very least it looks truncated. Also 
it looks like our dlmalloc has shadowed the built-in malloc, which would be 
quite disturbing.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-10 Thread Paul A.

Paul A. p...@freeshell.org added the comment:

I'd be more than happy to use my own installation of libffi instead, but it 
seems the --with-system-ffi configure flag doesn't work.  I've also opened a 
different bug for that.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31

2012-04-09 Thread Paul A.

New submission from Paul A. p...@freeshell.org:

The following stack trace happened towards the end of a Python-2.7.3rc2 build, 
but I also get much the same results with 2.7.2; one difference I noticed was I 
didn't think I needed to add -DHAVE_USR_INCLUDE_MALLOC_H there.

running build_scripts
creating build/scripts-2.7
copying and adjusting /usr/local/src/Python-2.7.3rc2/Tools/scripts/pydoc - 
build/scripts-2.7
copying and adjusting /usr/local/src/Python-2.7.3rc2/Tools/scripts/idle - 
build/scripts-2.7
copying and adjusting /usr/local/src/Python-2.7.3rc2/Tools/scripts/2to3 - 
build/scripts-2.7
copying and adjusting /usr/local/src/Python-2.7.3rc2/Lib/smtpd.py - 
build/scripts-2.7
changing mode of build/scripts-2.7/pydoc from 644 to 755
changing mode of build/scripts-2.7/idle from 644 to 755
changing mode of build/scripts-2.7/2to3 from 644 to 755
changing mode of build/scripts-2.7/smtpd.py from 644 to 755
sh[3]: 1340 Abort(coredump)

(gdb) bt
#0  0xc04395d0:0 in kill+0x30 () from /usr/lib/hpux64/libc.so.1
#1  0xc02e8180:0 in raise+0x120 () from /usr/lib/hpux64/libc.so.1
#2  0xc03f8c50:0 in abort+0x170 () from /usr/lib/hpux64/libc.so.1
#3  0xc00010f0c7f0:0 in free (mem=0x600053d0)
at /usr/local/src/Python-2.7.3rc2/Modules/_ctypes/libffi/src/dlmalloc.c:4288
#4  0xc0bfcde0:0 in _UNW_free_mpool()+0xc0 ()
   from /usr/lib/hpux64/libunwind.so.1
#5  0xc004cb50:0 in EM_mark_BOS+0x50 () from /usr/lib/hpux64/dld.so

--
components: ctypes
messages: 157928
nosy: pda
priority: normal
severity: normal
status: open
title: Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31
type: crash
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com