From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118723 invoked by alias); 21 Apr 2015 05:50:56 -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 118697 invoked by uid 48); 21 Apr 2015 05:50:55 -0000 From: "305128674 at qq dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/18274] gdb crashed when I move my mouse to a const string Date: Tue, 21 Apr 2015 05:50: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.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: 305128674 at qq dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q2/txt/msg00081.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D18274 --- Comment #2 from jiangtaijin <305128674 at qq dot com> --- (In reply to Pedro Alves from comment #1) > On 04/17/2015 01:24 PM, 305128674 at qq dot com wrote: > >=20 > > the gdb i used is compiler by myself. here is the version infomation: >=20 > I believe this has been fixed in more recent versions of gdb. >=20 > > C:\Users\Administrator>arm-sylixos-eabi-gdb --version > > GNU gdb (SylixOS Toolchain for ARM Embedded Processors) 7.8.0.20150304-= cvs >=20 > Could you try the 7.9 branch, and/or master? >=20 > > Copyright (C) 2014 Free Software Foundation, Inc. I tried the gdb verions 7.9=EF=BC=8C the bug remain=E3=80=82 gdb still cras= hed=E3=80=82 the new version information is: D:\qtcreator-gdb-7.9-mingw32_nt-6.1-i686>gdb-arm-sylixosqt-eabi.exe --versi= on Python Exception No module named gdb: D:\qtcreator-gdb-7.9-mingw32_nt-6.1-i686\gdb-arm-sylixosqt-eabi.exe: warnin= g: Could not load the Python gdb module from `d:\usr\local\share\gdb/python'. Limited Python support is available from the _gdb module. Suggest passing --data-directory=3D/path/to/gdb/data-directory. GNU gdb (GDB) 7.9 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=3Di686-pc-mingw32 --target=3Darm-sylixosqt-eabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". --=20 You are receiving this mail because: You are on the CC list for the bug. >>From gdb-prs-return-17888-listarch-gdb-prs=sources.redhat.com@sourceware.org Tue Apr 21 08:01:08 2015 Return-Path: Delivered-To: listarch-gdb-prs@sources.redhat.com Received: (qmail 115634 invoked by alias); 21 Apr 2015 08:01:08 -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 Delivered-To: mailing list gdb-prs@sourceware.org Received: (qmail 114264 invoked by uid 48); 21 Apr 2015 08:01:07 -0000 From: "palves at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/18274] gdb crashed when I move my mouse to a const string Date: Tue, 21 Apr 2015 08:01: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.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: palves at redhat dot com X-Bugzilla-Status: WAITING 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_status 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: 2015-q2/txt/msg00082.txt.bz2 Content-length: 818 https://sourceware.org/bugzilla/show_bug.cgi?id=18274 Pedro Alves changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |palves at redhat dot com --- Comment #3 from Pedro Alves --- OK, thanks. In order to understand what's going on, we'll need: - "set debug infrun 1 + set debug remote 1" logs (both enabled at the same time). - ideally, get eclipse out of the equation, and to reproduce this with gdb alone. Enable Eclipse gdb logging, to find the MI traffic between Eclipse and gdb. -- You are receiving this mail because: You are on the CC list for the bug.