On 22.11.2016 18:03, Antoine Pitrou wrote:
You'll have to investigate yourself.  First enable core dumps ("ulimit
-c unlimited"), then run gdb on the resulting core dump.

(or run Python directly under gdb)

It's seems indeed not to be a Problem with 3.6.  I now have it with
newer 3.5 builds, too.

It currently looks like it has something to do with my Conda build env. The libpython files of older builds don't have a build prefix (like /opt/conda/placehold_placehold_...) in them while newer builds do.

I am still investigating, but Python does not seem to be the culprit :)

Cheers,
Stefan


Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/stefan.scherfke%40energymeteo.de

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to