From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30208 invoked by alias); 17 Sep 2015 12:02:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 30191 invoked by uid 89); 17 Sep 2015 12:02:45 -0000 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 Received: from mailgw-02.dd24.net (HELO mailgw-02.dd24.net) (193.46.215.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 17 Sep 2015 12:02:42 +0000 Received: from mailpolicy-01.live.igb.homer.key-systems.net (mailpolicy-01.live.igb.homer.key-systems.net [192.168.1.26]) by mailgw-02.dd24.net (Postfix) with ESMTP id 821A85FF53 for ; Thu, 17 Sep 2015 12:02:39 +0000 (UTC) Received: from mailgw-02.dd24.net ([192.168.1.36]) by mailpolicy-01.live.igb.homer.key-systems.net (mailpolicy-01.live.igb.homer.key-systems.net [192.168.1.25]) (amavisd-new, port 10236) with ESMTP id 3J0kJBpYhq_X for ; Thu, 17 Sep 2015 12:02:37 +0000 (UTC) Received: from L3300000001 (187.58.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.58.187]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgw-02.dd24.net (Postfix) with ESMTPSA for ; Thu, 17 Sep 2015 12:02:37 +0000 (UTC) From: "JP de Vooght" To: Subject: Python core dumps Date: Thu, 17 Sep 2015 12:02:00 -0000 Message-ID: <000901d0f140$bef45930$3cdd0b90$@vooght.de> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00263.txt.bz2 I have noticed python REPL core dumps after importing certain libraries (co= re, site-dependent) followed by exit() or CTRL-D. I rebased and it still ha= ppens. 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 =EF=81=90 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