From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72964 invoked by alias); 22 May 2015 15:39:42 -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 72902 invoked by uid 48); 22 May 2015 15:39:42 -0000 From: "andy.somogyi at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/18449] New: GDB crashes on OSX Date: Fri, 22 May 2015 15:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.9 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: andy.somogyi at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: 2015-q2/txt/msg00312.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18449 Bug ID: 18449 Summary: GDB crashes on OSX Product: gdb Version: 7.9 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: andy.somogyi at gmail dot com Target Milestone: --- When debugging any non-trivial program, such as the python interpreter, or virtually any other non-trivial program, gdb will hang on OSX with 100% cpu usage. The problem started somewhere after 6.3, as the Apple provided GDB 6.3 works perfectly. I've verified this problem with GDB 7.9 and 7.7. Also verified this on 3 different machines, with 3 different OSX versions. On OSX 10.7, when using the built in GDB 6.3, no problems are found. However, when installing GDB 7.9 from homebrew, the problem exists. On two other machines, with OSX 10.9 and 10.10, has the same problems with GDB 7.7 and 7.9 and 7.9.1 This is using GDB through eclipse. The initial breakpoint in main is always found just fine, and the first 3-4 breakpoints are also found, then after say 3-4 continues, gdb itself will hang with 100% cpu usage. -- You are receiving this mail because: You are on the CC list for the bug.