X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=i3u
	xisl971cbyWAHPhOWOAVFyzId1pp6neEqFP3q8Y0818gh5LmUqigI2pnFECcYqEb
	70mk8Y7I2PWw3LciYAI5CgsGrckWUowiAnrB/HCGoqX4B8dyWWSlmdnZ/fCei8oF
	HIaW/v+i24cVzzxgE8Y34JXxSHYT9ZAhdBqBijfI=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=WzajW4Q3Z
	4enPkBNRNx4uOs0nn8=; b=jHAADmBwYMxVOnnvTFmC9/fg1F3q5N0dH02iQA/AH
	IC/R3QRb7AokLRnZdMg6a97z0x2CprxVkTV3aVWuaylC8LnxoKKArjunKWxtCFZI
	+PHxR4QdiEL4GFtKZ5cOK6/wmjvepbOlffh+seNExMQhZr3KDCcHeDLGbFT/czB5
	kc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2
X-HELO: mailgw-02.dd24.net
From: "JP de Vooght" <jp@vooght.de>
To: <cygwin@cygwin.com>
Subject: Python core dumps
Date: Thu, 17 Sep 2015 14:02:36 +0200
Message-ID: <000901d0f140$bef45930$3cdd0b90$@vooght.de>
MIME-Version: 1.0
Content-Type: text/plain;	charset="UTF-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8HC2uZd010901

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


