Issue 28154: Core dump after importing lxml in Python3.6b (original) (raw)

Issue28154

Created on 2016-09-14 15:04 by philip.stefanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg276460 - (view) Author: Filip Stefanov (philip.stefanov) Date: 2016-09-14 15:04
fstefanov@lin-0360: ~/bin/python/vm/python3.6b/bin $ python Python 3.6.0b1 (default, Sep 14 2016, 11:15:36) [GCC 4.8.4] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import lxml as xxl *** Error in `python': free(): invalid pointer: 0x00007f65d052b258 *** Aborted (core dumped) (python3.6b) $ pip list | grep lxml lxml (3.6.4)
msg276461 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2016-09-14 15:12
I can't reproduce the problem with the latest checkout of Python 3.6. The crash might have been caused by #28120. Can you try again with a refresh checkout from hg.python.org?
msg276466 - (view) Author: Filip Stefanov (philip.stefanov) Date: 2016-09-14 15:33
My source was out of date... You are right now is working fine Sorry for the time wasted. :)
History
Date User Action Args
2022-04-11 14:58:36 admin set github: 72341
2016-09-14 15:33:30 philip.stefanov set status: open -> closedresolution: out of datemessages: +
2016-09-14 15:12:28 christian.heimes set messages: +
2016-09-14 15:06:14 christian.heimes set nosy: + christian.heimes
2016-09-14 15:04:03 philip.stefanov create