X-Spam-Check-By: sourceware.org Message-ID: <43E3E554.449447A8@dessent.net> Date: Fri, 03 Feb 2006 15:20:52 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin 1.5.19 breaks my app References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 "Jeff R. Allen" wrote: > I upgraded to Cygwin 1.5.19-4 and my application started dying while > initializing. As I started debugging it, I ran across the SEGV in > pthread_key_create issue that has already been discussed on this list. If you want to try weeding out the "false" SIGSEGVs from the real ones you can try the patch I posted yesterday to cygwin-patches. However, you will have to rebuild Cygwin from source, install the new headers (since it adds defines to sys/cygwin.h) and then rebuild gdb. And the patch needs a minor change in order to not break strace, which is mentioned later in the thread. So, it's a rather large inconvenience as opposed to just typing "c", however if you are seeing a lot of these benign SIGSEGVs it might be worthwhile. Brian -- 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/