X-Spam-Check-By: sourceware.org Message-ID: <44A53838.9070603@obbligato.org> Date: Fri, 30 Jun 2006 09:42:00 -0500 From: David Greene User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: gdb: Segfault in pthread_mutex_init Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Cray-VirusStatus: clean X-IsSubscribed: yes 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 Apparently, the saga of pthreads and buggy gdb continues. I've previously run into the famous gdb pthread_key_create segfault on IRIX. Apparently it exists on Cygwin as well. But my program also segfaults in pthread_mutex_init: Program received signal SIGSEGV, Segmentation fault. 0x610af064 in pthread_mutex::init () from /usr/bin/cygwin1.dll Just like on IRIX, I can continue (many times for this code, it turns out) and eventually get into a running state. Is there a fix for this in some soon-to-be-released gdb? -Dave -- 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/