Re: Python core dump depending on module import order with latest upgrade

2013-06-10 Thread Larry Hall (Cygwin)
On 6/9/2013 12:35 PM, GrahamC wrote: Since the latest upgrade the following python program causes an "Aborted (core dumped)" error: #!/usr/bin/python import ctypes import zlib a = 1 If the order of imports is reversed (zlib then ctypes) no core dump error occurs. python2.7.exe.stackdump cont

Python core dump depending on module import order with latest upgrade

2013-06-09 Thread GrahamC
Since the latest upgrade the following python program causesĀ an "Aborted (core dumped)" error: #!/usr/bin/python import ctypes import zlib a = 1 If the order of imports is reversed (zlib then ctypes) no coreĀ dump error occurs. python2.7.exe.stackdump contains nothing of use: Stack trace: Frame