Skip to main content

Questions tagged [gdb]

The GNU Debugger (GDB) is a portable debugger that runs on many Unix-like systems and works for many programming languages.

0 votes
0 answers
73 views

When trying to save anything in Firefox, using “save as” to do so, when the dialog box starts to show up, everything turns gray for a moment and then Firefox freezes permanently. Running firefox on ...
user2752471's user avatar
0 votes
0 answers
60 views

I am trying to analyze a VMware memory dump from an AlmaLinux guest. I converted the snapshot to a core dump using vmss2core: vmss2core-sb-8456865.exe -N vSRV1_Snapshot815.vmsn vSRV1_Snapshot815.vmem ...
supmethods's user avatar
0 votes
0 answers
44 views

How to create a new process with the session ID (setsid) of an existing process? I have an idea using GDB which is working partly. But I'm also thankful for other approaches. . There seems to be no ...
kolAflash's user avatar
0 votes
0 answers
67 views

I have a Python script that is running subprocesses that calls gdb --batch. That script needs to handle Control-C (SIGINT). While one of the GDB subprocesses is running, if I send a Control-C on the ...
J Howe's user avatar
  • 1
1 vote
0 answers
641 views

I'm trying to run GDB remote debugging on a single source file, very basic C code, and I'm hitting a wall on something that seems like it should be completely obvious. Specifically, I cannot figure ...
John Lasseter's user avatar
1 vote
2 answers
138 views

I am having trouble with gdb. When I start pushing the Up Arrow key, it iterates backwards through the history. However, if I start typing a command, like b, instead of iterating only through history ...
havakok's user avatar
  • 249
1 vote
0 answers
47 views

New noob here. Using MX Linux, set up Mutt with gmail. Was initially successful. Emails and all. Then at some point when trying to use again, it stuck at 4% giving a segmentation fault. Using gdb it ...
Moh Kilani's user avatar
0 votes
1 answer
590 views

I built a docker image with gcc binutils and gdb debugger installed inside. I would attach gdb from that docker container to a process inside a lxc container running on the same Linux host. The lxc ...
CarloC's user avatar
  • 385
0 votes
0 answers
130 views

I am running kernel 6.1 on ARM zynq7. I have written some external kernel modules which i think are causing some kernel Oops but i can figure out where. So i ran GDB via serial connection. This is ...
RookieBeotch's user avatar
1 vote
1 answer
511 views

I am trying to debug a Linux kernel v5.15 running on a QEMU/KVM virtual machine. My intention is to debug an external kernel module, specifically character device driver that I have written, which is ...
kelos's user avatar
  • 21
1 vote
0 answers
111 views

I regularly run a GUI binary through CI tests using Github Actions. Occasionally, the binary crashes unexpectedly. This issue is difficult to reproduce, so I'd like to capture a stack trace whenever ...
Vadim Peretokin's user avatar
1 vote
0 answers
219 views

I am debugging a small 32-bit binary to which I want to pass a specific environment using the env command like so: # gdb -args env -i ./tiny_easy Later in gdb I issue a catch syscall execve command ...
Martician's user avatar
0 votes
1 answer
248 views

I'm trying to analyze core dump files of the systemd process, but encountering errors due to missing symbols. Can anyone advise what debug symbols need to be installed to successfully analyze these ...
supmethods's user avatar
1 vote
1 answer
1k views

I'm encountering a weird behaviour with my endeavourOS system. For context, it seems to have started happening after a malformed svg file made inkscape and my system crash, after which I needed to ...
CrunchySlime's user avatar
0 votes
1 answer
44 views

I earlier had RDP access to a remote machine (a typical physical desktop PC) using which I launched a sudo apt dist-upgrade inside a GUI gnome-terminal. Since then I have lost the RDP connection and ...
lineage's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
13