X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:content-type :content-transfer-encoding:date:from:to:subject:message-id; q= dns; s=default; b=cTvKKz6nF0d0bqRdan4cwlJAQ6x3TeIoIXDnrqubNKVVeN rKf919v8jJxevnwwT8Rb6//E7sQ77r80fNfWJ6uoYjj0PLxBdZGA4Z17d5iFhDXn v3eBSVVykT9Y0k+XLGq7RAYQqzXs7J/aoQMNgUrjYIZdZxVVbZTxxUxeg6fzw= 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:mime-version:content-type :content-transfer-encoding:date:from:to:subject:message-id; s= default; bh=suK76xsT7CrqEfVwI9EkZvBMpeI=; b=hITsyLI7euUXaJvExf1H O6u8Uyo7XRNzFOXVntuH1Osgh5SQVeMUZeXGJgRRORfoU7VRDejotHAPUx3/ZdVN HCpoNpYSzpvj+usX7oOEV6G7kw2caau2ii0tCwkF3M70trorN7oOTSyp3Rquk6nb Z3W+KE5S5cCbuLOZCx/eGyU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 May 2013 11:11:22 +0200 From: Denis Excoffier To: Subject: python aborts Message-ID: X-Sender: cygwin AT Denis-Excoffier DOT org User-Agent: Roundcube Webmail/0.7.2 Hello, With the current snapshot (20130521) on Windows XP, the following fails (with an empty stackdump): % /usr/bin/python pyfoo Abort (core dumped) % cat pyfoo import xml.sax xml.sax.make_parser() % cat python2.7.exe.stackdump Stack trace: Frame Function Args % /usr/bin/python --version Python 2.7.3 % With some dichotomy, i found that under the 20130430 snapshot it works (no "abort", no stackdump), but under 20130501 it does the same as today (ie abort). My original python program (from which i extracted this test case) seems to run correctly until the end of it, where the abort occurs. Regards, Denis Excoffier. -- 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