From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13908 invoked by alias); 3 Nov 2003 01:22:54 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 13901 invoked from network); 3 Nov 2003 01:22:54 -0000 Received: from unknown (HELO hotmail.com) (64.4.47.10) by sources.redhat.com with SMTP; 3 Nov 2003 01:22:54 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 2 Nov 2003 17:22:53 -0800 Received: from 203.94.167.77 by by9fd.bay9.hotmail.msn.com with HTTP; Mon, 03 Nov 2003 01:22:53 GMT X-Originating-IP: [203.94.167.77] X-Originating-Email: [arashp@hotmail.com] From: "Arash Partow" To: cygwin@cygwin.com Bcc: Subject: RE: Stability Problem with Cygwin Pthreads Date: Mon, 03 Nov 2003 01:22:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Nov 2003 01:22:53.0677 (UTC) FILETIME=[011DA1D0:01C3A1A9] X-SW-Source: 2003-11/txt/msg00064.txt.bz2 Hi, for the people that are interested, this is where the threads seem to be CONTINUALLY crashing: /cygdrive/c/cygwin\bin>addr2line -e cygwin1.dll 0x610de964 ../../../../../../cygwin-snapshot-20031028-1/newlib/libc/machine/i386/memcpy.S:53 .L11: shrl $2,ecx .p2align 2 rep <------------ movsl movl ebx,ecx andl $3,ecx from what i can see the memcpy is moving data from esi to edi (ecx/4)'times (word blocks), however i don't think in the rep (REPZ) of the ecx ever gets to zero, or before it does it tries to copy data from a place which it does not have access to. Regards Arash Partow __________________________________________________ Be one who knows what they don't know, Instead of being one who knows not what they don't know, Thinking they know everything about all things. http://www.partow.net _________________________________________________________________ Hot chart ringtones and polyphonics. Go to http://ninemsn.com.au/mobilemania/default.asp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/