Message157928
| Author |
pda |
| Recipients |
pda |
| Date |
2012年04月10日.02:11:15 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1334023876.29.0.692126392594.issue14540@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 0xc0000000004395d0:0 in kill+0x30 () from /usr/lib/hpux64/libc.so.1
#1 0xc0000000002e8180:0 in raise+0x120 () from /usr/lib/hpux64/libc.so.1
#2 0xc0000000003f8c50:0 in abort+0x170 () from /usr/lib/hpux64/libc.so.1
#3 0xc000000010f0c7f0:0 in free (mem=0x60000000000053d0)
at /usr/local/src/Python-2.7.3rc2/Modules/_ctypes/libffi/src/dlmalloc.c:4288
#4 0xc000000000bfcde0:0 in _UNW_free_mpool()+0xc0 ()
from /usr/lib/hpux64/libunwind.so.1
#5 0xc00000000004cb50:0 in EM_mark_BOS+0x50 () from /usr/lib/hpux64/dld.so |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月10日 02:11:16 | pda | set | recipients:
+ pda |
| 2012年04月10日 02:11:16 | pda | set | messageid: <1334023876.29.0.692126392594.issue14540@psf.upfronthosting.co.za> |
| 2012年04月10日 02:11:15 | pda | link | issue14540 messages |
| 2012年04月10日 02:11:15 | pda | create |
|