From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27509 invoked by alias); 11 Sep 2014 20:55: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 27485 invoked by uid 48); 11 Sep 2014 20:55:42 -0000 From: "emachado at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug tdep/17379] New: PowerPC: internal-error: value_of_register_lazy: Assertion `frame_id_p (get_frame_id (frame))' failed. Date: Thu, 11 Sep 2014 20:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: emachado at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: emachado 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 cc 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: 2014-q3/txt/msg00446.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17379 Bug ID: 17379 Summary: PowerPC: internal-error: value_of_register_lazy: Assertion `frame_id_p (get_frame_id (frame))' failed. Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: tdep Assignee: emachado at sourceware dot org Reporter: emachado at sourceware dot org CC: uweigand at sourceware dot org GDB throws this internal-error when debugging a piece of code in ppc64 (also reproducible in ppc64le): $ cat bug.S #include FUNC_START(main) li sp,0 mtlr sp blr FUNC_END(main) $ gcc -g bug.S -o bug $ ~/gdb/binutils-gdb.git/build.orig/gdb/gdb ./bug GNU gdb (GDB) 7.8.50.20140911-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 "powerpc64-unknown-linux-gnu". 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"... Reading symbols from ./bug...done. (gdb) run Starting program: /home/emachado/gdb/bugs/bug Program received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) info registers ../../gdb/findvar.c:290: internal-error: value_of_register_lazy: Assertion `frame_id_p (get_frame_id (frame))' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y This is a bug, please report it. For instructions, see: . ../../gdb/findvar.c:290: internal-error: value_of_register_lazy: Assertion `frame_id_p (get_frame_id (frame))' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) n -- You are receiving this mail because: You are on the CC list for the bug.