[issue38889] Segmentation fault when using EPF Importer

2019-11-23 Thread Sebastian Szwarc
Sebastian Szwarc added the comment: If someone really want to test The test procedure should be as follows: Get the EPFImporter tool https://affiliate.itunes.apple.com/resources/documentation/epfimporter/ Set up your database and put relevant login information in EPFConfig Get the simple minim

[issue38889] Segmentation fault when using EPF Importer

2019-11-22 Thread Sebastian Szwarc
Sebastian Szwarc added the comment: I strongly disagree. Python 2.7 is 2.7 -> if some new errors appeared after upgrading between minor version this is not expected behaviour, and therefore it means there is error in interpreter itself. upgrading from 2.7 to 2.7 is not the same as upgrading fro

[issue38889] Segmentation fault when using EPF Importer

2019-11-21 Thread Eric V. Smith
Eric V. Smith added the comment: I agree this doesn't look like a python bug. However, if the original poster can reproduce it with a short example with no third party code, we could take another look. If so, please re-open this issue. And just because the code worked on a different version

[issue38889] Segmentation fault when using EPF Importer

2019-11-21 Thread Sebastian Szwarc
Sebastian Szwarc added the comment: Previous python version didnt do segmentation fault. Code is the same as before and it worked fine previously ergo code is correct and this is python interpreter issue On Thu, Nov 21, 2019 at 11:45 PM STINNER Victor wrote: > > > STINNER Victor added the co

[issue38889] Segmentation fault when using EPF Importer

2019-11-21 Thread STINNER Victor
STINNER Victor added the comment: It looks like a bug in EPF Importer: in ingestIncremental(), line 206 of EPFIngester.py. I don't think that it's a bug in Python. I suggest to clos ethe issue. -- nosy: +vstinner ___ Python tracker

[issue38889] Segmentation fault when using EPF Importer

2019-11-21 Thread Sebastian Szwarc
Sebastian Szwarc added the comment: PYTHONFAULTHANDLER=1 python EPFImporter_debug.py incremental/* 2019-11-21 23:34:09,787 [INFO]: Beginning import for the following directories: incremental/itunes20191120 incremental/pricing20191120 2019-11-21 23:34:09,787 [INFO]: Importing files in in

[issue38889] Segmentation fault when using EPF Importer

2019-11-21 Thread Sebastian Szwarc
New submission from Sebastian Szwarc : Python 2.7 on Ubuntu 18.04 LTS is not in latest version. Both version 2.7.14 and 15 RC1 bringing segmentation fault error. Code is the same and previously there was no error. COde is EPFImporter.py tool written by Apple to handle importing of their databa