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.

classification
Title: Core dump after importing lxml in Python3.6b
Type: crash Stage:
Components: Interpreter Core Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, philip.stefanov
Priority: normal Keywords:

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:36adminsetgithub: 72341
2016-09-14 15:33:30philip.stefanovsetstatus: open -> closed
resolution: out of date
messages: + msg276466
2016-09-14 15:12:28christian.heimessetmessages: + msg276461
2016-09-14 15:06:14christian.heimessetnosy: + christian.heimes
2016-09-14 15:04:03philip.stefanovcreate