This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chenkai
Recipients chenkai, xtreak
Date 2019-02-28.07:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551337612.04.0.404741551205.issue33085@roundup.psfhosted.org>
In-reply-to
Content
OS:
(python36) [root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Python 3.6.5 (default, Feb 28 2019, 01:43:16) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
*** Error in `python': free(): invalid pointer: 0x00007f4eb7a64558 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x81499)[0x7f4eb6c45499]
python(PyOS_Readline+0xec)[0x5cc48c]
python[0x447250]
python[0x448b98]
python(PyTokenizer_Get+0x9)[0x4499d9]
python[0x4457dd]
python(PyParser_ASTFromFileObject+0x89)[0x427909]
python[0x427b1b]
python(PyRun_InteractiveLoopFlags+0x76)[0x427e46]
python(PyRun_AnyFileExFlags+0x3c)[0x427fcc]
python(Py_Main+0xc44)[0x43b934]
python(main+0x162)[0x41d8b2]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f4eb6be6445]
python[0x41d970]
======= Memory map: ========
History
Date User Action Args
2019-02-28 07:06:52chenkaisetrecipients: + chenkai, xtreak
2019-02-28 07:06:52chenkaisetmessageid: <1551337612.04.0.404741551205.issue33085@roundup.psfhosted.org>
2019-02-28 07:06:52chenkailinkissue33085 messages
2019-02-28 07:06:51chenkaicreate