public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/26876] New: gdb error: internal-error: Unknown CFA rule when debugging the linux kernel with qemu
@ 2020-11-13  9:58 robert at robertbuhren dot de
  2020-11-13 21:35 ` [Bug gdb/26876] " simark at simark dot ca
                   ` (37 more replies)
  0 siblings, 38 replies; 39+ messages in thread
From: robert at robertbuhren dot de @ 2020-11-13  9:58 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26876

            Bug ID: 26876
           Summary: gdb error: internal-error: Unknown CFA rule when
                    debugging the linux kernel with qemu
           Product: gdb
           Version: 10.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: robert at robertbuhren dot de
  Target Milestone: ---

Created attachment 12952
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12952&action=edit
linux kernel config

Hi all,

I'm trying to debug a linux kernel issue using gdb. I'm essentially following
this tutorial:
https://www.kernel.org/doc/html/v5.9/dev-tools/gdb-kernel-debugging.html

When I execute "lx-symbols", I get the error mentioned in the header.

I'm using GNU gdb (GDB) 10.1 on archlinux with gcc version 10.2.0 (GCC) and
QEMU emulator version 5.1.0

I have attached the kernel config. The binary exceeds the upload limit. I can
provide it upon request.
The kernel is based on commit: 9ff9b0d392ea08090cd1780fb196f36dbb586529

Here's the exact output of my gdb debugging session:

[I] ~/S/R/S/linux (master|…) $ gdb vmlinux                                     
GNU gdb (GDB) 10.1                                                             
Copyright (C) 2020 Free Software Foundation, Inc.                            
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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 "x86_64-pc-linux-gnu".                               
Type "show configuration" for configuration details.                            
For bug reporting instructions, please see:                                     
<https://www.gnu.org/software/gdb/bugs/>.                       
Find the GDB manual and other documentation resources online at:                
    <http://www.gnu.org/software/gdb/documentation/>.                           

For help, type "help".                                                         
Type "apropos word" to search for commands related to "word"...                
Reading symbols from vmlinux...        
(gdb) tar rem :1234                            
Remote debugging using :1234                                                    
0x000000000000fff0 in exception_stacks ()                                      
(gdb) c                                                                        
Continuing.                                                                    
^C                                                                              
Program received signal SIGINT, Interrupt.                                      
default_idle () at arch/x86/kernel/process.c:688                                
688             safe_halt();                                                   
(gdb) lx-symbols                                                               
loading vmlinux                                                                 
scanning for modules in /home/robert/Sec-T/Research/SEV-dev-fuzz/linux
../../gdb/dwarf2/frame.c:1085: internal-error: Unknown CFA rule.
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:                        
<https://www.gnu.org/software/gdb/bugs/>.                                       

../../gdb/dwarf2/frame.c:1085: internal-error: Unknown CFA rule.                
A problem internal to GDB has been detected,                                    
further debugging may prove unreliable.        
Create a core file of GDB? (y or n) y                                           
fish: “gdb vmlinux” terminated by signal SIGABRT (Abort)

I'm happy to provide additional details if needed.

Regards,

Robert

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2021-11-22  7:39 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13  9:58 [Bug gdb/26876] New: gdb error: internal-error: Unknown CFA rule when debugging the linux kernel with qemu robert at robertbuhren dot de
2020-11-13 21:35 ` [Bug gdb/26876] " simark at simark dot ca
2020-11-14  2:52 ` simark at simark dot ca
2020-11-14  3:29 ` simark at simark dot ca
2020-11-14  9:06 ` robert at robertbuhren dot de
2020-11-14 17:23 ` simark at simark dot ca
2020-11-14 22:46 ` tromey at sourceware dot org
2020-11-14 23:38 ` simark at simark dot ca
2020-11-15  2:48 ` simark at simark dot ca
2020-11-16 18:21 ` simark at simark dot ca
2020-12-03 19:09 ` simark at simark dot ca
2020-12-03 20:48 ` cvs-commit at gcc dot gnu.org
2020-12-03 20:49 ` simark at simark dot ca
2021-06-27 17:55 ` ahmedsayeed1982 at yahoo dot com
2021-08-19  6:02 ` ucelsanicin at yahoo dot com
2021-08-19 10:31 ` mark at klomp dot org
2021-08-27 18:01 ` ribevi6798 at enamelme dot com
2021-08-28 20:47 ` vincent at bernat dot im
2021-09-02 10:07 ` josef.grieb at gmail dot com
2021-09-02 11:07 ` donipah907 at mtlcz dot com
2021-09-02 15:23 ` simark at simark dot ca
2021-09-05  7:34 ` kimolsun2020 at yahoo dot com
2021-09-06  9:09 ` focixujo at livinginsurance dot co.uk
2021-09-10 19:39 ` mehmetgelisin at aol dot com
2021-09-26 13:31 ` tes.vik1986 at gmail dot com
2021-10-09  8:47 ` vficaj at ukr dot net
2021-10-09 11:00 ` gulsenenginar at aol dot com
2021-10-18 19:58 ` ahmedsayeed1982 at hotmail dot com
2021-10-19  7:14 ` progonsaytu at gmail dot com
2021-10-23 13:46 ` fiteva5725 at bomoads dot com
2021-10-24 10:02 ` glassmtech at ukr dot net
2021-11-06 21:12 ` paneki8601 at dukeoo dot com
2021-11-13 19:33 ` tesaso8237 at funboxcn dot com
2021-11-16 19:04 ` xecana8007 at funboxcn dot com
2021-11-16 19:08 ` xecana8007 at funboxcn dot com
2021-11-16 19:12 ` xecana8007 at funboxcn dot com
2021-11-16 19:16 ` xecana8007 at funboxcn dot com
2021-11-16 19:46 ` vincent at bernat dot im
2021-11-22  7:39 ` gexed96894 at keagenan dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).