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:message-id:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=iwaCt1FDjFwKy/FO
	NC0t90h/AKhKCW0QLDdbU6iKK7znLt1lpyY9htCGpw+zdPm1x6/uWbhR4O1yYJpr
	he8gaOfFWtgE0bCma23PPQuz4s+7L/vaYWej73hy0tVXxrkd2dmTZvH+4XGnTRI8
	75XS2hwzxYw6c3wpS/+Isf/wbQU=
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:message-id:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=nb/9hCx/ddhYA+24nivU+/
	pobLQ=; b=a8l/2hzk9/BEa3ADd7msBTaoyp0YUpkowusXe4YtLOILI8agb5rKfM
	gT3l8SE06i9AKXMIDfI/cD3FiyaIiW/4yCSbo2FNg35c2G9EObC1FYKaHc6J0gVx
	f2+nKr7xwd431yLKBTZaTaxlLV1P47Hw1rcT5jd3bPA7m5TNwV4V0=
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
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,BOTNET,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=no version=3.3.1
Message-id: <51B69CA5.4030006@cygwin.com>
Date: Mon, 10 Jun 2013 23:42:29 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-to: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-version: 1.0
To: cygwin@cygwin.com
Subject: Re: Python core dump depending on module import order with latest upgrade
References: <1370795715.77740.YahooMailNeo@web172203.mail.ir2.yahoo.com>
In-reply-to: <1370795715.77740.YahooMailNeo@web172203.mail.ir2.yahoo.com>
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7bit

On 6/9/2013 12:35 PM, GrahamC wrote:
> Since the latest upgrade the following python program causes an "Aborted (core dumped)" error:
>
> #!/usr/bin/python
> import ctypes
> import zlib
> a = 1
>
> If the order of imports is reversed (zlib then ctypes) no core dump error occurs.
>
> python2.7.exe.stackdump contains nothing of use:
> Stack trace:
> Frame     Function  Args
>
> Versions are:
>
> uname -srm
> CYGWIN_NT-6.2 1.7.20(0.266/5/3) i686
>
> python
> Python 2.7.3 (default, Dec 18 2012, 13:50:09)

I get the same result with Cygwin 1.7.17 and Python 2.6.8.  I'm sure that
this information isn't real insightful but it does suggest that whatever
the problem is, it isn't real new.

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in 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

