From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37458 invoked by alias); 17 Apr 2015 12:24:38 -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 37434 invoked by uid 48); 17 Apr 2015 12:24:37 -0000 From: "305128674 at qq dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/18274] New: gdb crashed when I move my mouse point to a const string Date: Fri, 17 Apr 2015 12:24: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.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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter 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/msg00060.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18274 Bug ID: 18274 Summary: gdb crashed when I move my mouse point to a const string Product: gdb Version: 7.8 Status: NEW Severity: critical Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: 305128674 at qq dot com Hello, I'm debugging remote program with eclipse and gdb. when i move my mouse pointer on an const string like "hello world"(some thing like char a[]="hello world"), then gdb crashed. the gdb i used is compiler by myself. here is the version infomation: C:\Users\Administrator>arm-sylixos-eabi-gdb --version GNU gdb (SylixOS Toolchain for ARM Embedded Processors) 7.8.0.20150304-cvs Copyright (C) 2014 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=i686-w64-mingw32 --target=arm-sylixos-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". gdb error is: /home/user/toolchain/gcc-arm-sylixos-eabi-4_9-2015q2-20150411/src/gdb/gdb/infrun.c:6229: internal-error: normal_stop: Assertion `get_frame_type (frame) == DUMMY_FRAME' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) [answered Y; input not from terminal] /home/user/toolchain/gcc-arm-sylixos-eabi-4_9-2015q2-20150411/src/gdb/gdb/infrun.c:6229: internal-error: normal_stop: Assertion `get_frame_type (frame) == DUMMY_FRAME' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. I open the remote debug log, it output: Sending packet: $Pe=748201c0#bb...Ack Packet received: Packet P (set-register) is NOT supported Sending packet: $G0100000014706b24707908c0748201c0a84f03c0c0e0d62050a702c010736b240100000058e1d62048736b2464e0d620e44f03c058e0d620748201c0888201c053000020#cc...Ack Packet received: OK Sending packet: $G0e00000014706b24707908c0748201c0a84f03c0c0e0d62050a702c010736b240100000058e1d62048736b2464e0d620e44f03c058e0d620748201c0888201c053000020#00...Ack Packet received: OK Sending packet: $G0e00000014706b24707908c0748201c0a84f03c0c0e0d62050a702c010736b240100000058e1d62048736b2464e0d620e44f03c050e0d620748201c0888201c053000020#f8...Ack Packet received: OK Sending packet: $G0e00000014706b24707908c0748201c0a84f03c0c0e0d62050a702c010736b240100000058e1d62048736b2464e0d620e44f03c050e0d620748201c050bc02c053000020#49...Ack Packet received: OK Sending packet: $Z0,c0018274,4#df...Ack Packet received: OK Sending packet: $vCont;c#a8...Ack Packet received: T05thread:4010023; Sending packet: $g#67...Ack Packet received: 787a08c00e000000008008c0787a08c0a84f03c0c0e0d62050a702c010736b240100000058e1d62048736b2464e0d6200400000058e0d620748201c0748201c053000020 Sending packet: $mc0018274,4#96...Ack Packet received: fedeffe7 Sending packet: $z0,c0018274,4#ff...Ack Packet received: This is a bug, please report it. For instructions, see: . /home/user/toolchain/gcc-arm-sylixos-eabi-4_9-2015q2-20150411/src/gdb/gdb/infrun.c:6229: internal-error: normal_stop: Assertion `get_frame_type (frame) == DUMMY_FRAME' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) [answered Y; input not from terminal] /home/user/toolchain/gcc-arm-sylixos-eabi-4_9-2015q2-20150411/src/gdb/gdb/infrun.c:6229: internal-error: normal_stop: Assertion `get_frame_type (frame) == DUMMY_FRAME' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. I -- You are receiving this mail because: You are on the CC list for the bug.