From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23705 invoked by alias); 17 Sep 2015 12:32:37 -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 23695 invoked by uid 89); 17 Sep 2015 12:32:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 17 Sep 2015 12:32:36 +0000 Received: by wiclk2 with SMTP id lk2so25296613wic.1 for ; Thu, 17 Sep 2015 05:32:33 -0700 (PDT) X-Received: by 10.180.24.102 with SMTP id t6mr30176385wif.83.1442493153472; Thu, 17 Sep 2015 05:32:33 -0700 (PDT) Received: from [172.21.188.129] ([62.154.173.198]) by smtp.googlemail.com with ESMTPSA id bh5sm3178208wjb.42.2015.09.17.05.32.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Sep 2015 05:32:32 -0700 (PDT) Subject: Re: Python core dumps To: cygwin@cygwin.com References: <000901d0f140$bef45930$3cdd0b90$@vooght.de> From: Marco Atzeri Message-ID: <55FAB2DA.3050900@gmail.com> Date: Thu, 17 Sep 2015 12:32:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <000901d0f140$bef45930$3cdd0b90$@vooght.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00264.txt.bz2 On 17/09/2015 14:02, JP de Vooght wrote: > 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! > Same here CYGWIN_NT-6.1-WOW 2.2.1(0.289/5/3) 2015-08-20 11:40 i686 but not on CYGWIN_NT-6.1 2.2.1(0.289/5/3) 2015-08-20 11:42 x86_64 -- 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