This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Python core dumps


I have noticed python REPL core dumps after importing certain libraries (core, site-dependent) followed by exit() or CTRL-D. I rebased and it still happens. Any thought? Just me?
See versions and example below with import json.

~$ python -V
Python 2.7.10
~$ uname -a
CYGWIN_NT-6.1-WOW XXXXX-000001 2.2.1(0.289/5/3) 2015-08-20 11:40 i686 Cygwin
~$ python
Python 2.7.10 (default, Jun  1 2015, 18:17:45)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import json
>>>
Aborted (core dumped)
~

TIA!

Jean-Paul de Vooght
+49 79 823 7271
jp@vooght.de
ï Please consider the environment before printing this email



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]