Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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-Originating-IP: [203.94.167.77] X-Originating-Email: [arashp AT hotmail DOT com] From: "Arash Partow" To: cygwin AT cygwin DOT com Subject: RE: Stability Problem with Cygwin Pthreads Date: Mon, 03 Nov 2003 01:22:53 +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] 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/