From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1630 invoked by alias); 28 Aug 2014 10:53:25 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 1598 invoked by uid 48); 28 Aug 2014 10:53:24 -0000 From: "corinna at vinschen dot de" To: gdb-prs@sourceware.org Subject: [Bug gdb/17247] gdb freezes on multi threaded app (test-case attached) Date: Thu, 28 Aug 2014 10:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.7 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: corinna at vinschen dot de X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: xdje42 at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00369.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17247 Corinna Vinschen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |corinna at vinschen dot de --- Comment #34 from Corinna Vinschen --- We're encountering a reliable hang on Cygwin GDB 7.8 as well, and Cygwin's GDB was never built with guile. It can simply be reproduced like this: $ gdb /usr/bin/emacs-w32 [...] (gdb) r Starting program: /bin/emacs-w32.exe [New Thread 3944.0xfe4] [New Thread 3944.0xcb8] [New Thread 3944.0xcdc] [New Thread 3944.0xf0] [New Thread 3944.0x9d4] [New Thread 3944.0x9fc] At this point the GUI program is up and running, for about a second. Then the cursor stops moving and neither the inferior nor GDB can be interrupted. A hard kill of GDB is required. The previous Cygwin GDB version was 7.6.50, and it doesn't have this problem. Corinna -- You are receiving this mail because: You are on the CC list for the bug.