Questions tagged [segmentation-fault]
A segmentation fault (often shortened to segfault) or bus error occurs when the hardware notifies a Unix-like Operating system about a memory access violation.
164 questions
0
votes
0
answers
34
views
Why does VirtualBox segfault after an update on Arch Linux?
Problem:
After doing a pacman -Syu on a system I'm now experiencing that VirtualBox VMs are capable of crashing X11 and dropping me into a console shell.
I see this in dmesg:
[ 590.841154] ...
1
vote
1
answer
94
views
ksplashqml signal segmentation fault after login KDE
Self answered question for people with same problem.
After an upgrade of my kali (debian based) I was able to log in and find "ksplashqml signal segmentation fault" error crash in a black ...
0
votes
0
answers
170
views
"Segment fault (core dumped)" whatever command I typed after "yum install kernel-devel"
I was going to install my NVIDIA driver of NVIDIA-Linux-x86_64-565.77.run, and it showed
Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed ...
1
vote
0
answers
29
views
Mutt Segmentation Fault with MX Linux 21.3 #129
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 ...
1
vote
2
answers
53
views
Failed to core dump with send_sig(task, SIGSEGV, 1) from Linux kernel
I am working in an embedded Linux system, and now I want to trigger a core dump from within kernel by using send_sig(task, SIGSEGV, 1).
There is a process A having 10 threads, occasionally, there is a ...
0
votes
1
answer
165
views
sudo segmentation fault
In a remote system to which I don't have console access, which I'm connecting through ssh, I broke the sudo installation and now I'm not able to use it at all, and I'm not able to restart as a root. ...
4
votes
1
answer
427
views
lib/xorg/Xorg →lib/x86_64-linux-gnu/libc.so →xorg/modules/drivers/nvidia_drv.so causes a segmentation fault. Should I report that to Debian team?
Using current debian release,
Linux debian 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64 GNU/Linux
my session aborted and returned after a while to the login screen when I ...
0
votes
2
answers
360
views
Segmentation Fault (core dumped) with SIGSEGV in Gaussrate
I'm a chemist using a computational chemistry software called Gaussrate, and I'm encountering a segmentation fault that I don't know how to resolve. I have very limited knowledge of programming or ...
0
votes
1
answer
336
views
Android's emulator command crashes with Segmentation fault on Linux Mint 21.3 Cinnamon
I have Linux Mint 21.3 Cinnamon running and installed Android studio including its emulator.
Now a lot of people run into all sorts of problems when trying to actually emulate a device, but for me the ...
1
vote
0
answers
148
views
How to dump user space stacks in Linux kernel on memory fault?
I am working on an embedded Linux system (kernel-5.10.24), the CPU is 32bit MIPs.
The applications run in the system may trigger invalid memory access, which will be shot by a SIGSEGV from kernel, and ...
1
vote
2
answers
1k
views
Can't open gnome-terminal on fedora 40
When I open (gnome) terminal, nothing happens, no error no nothing. I've tried uninstalling it and rebooting followed by a reinstall and all the different combinations of that.
I'm able to install and ...
0
votes
0
answers
31
views
What happens if the block driver returns I/O error when handling addr fault for swap
If a block device was attached as a swap space, there can now be virtual addresses which require operation from the block driver to be read/written.
When such address is accessed, a page fault is ...
1
vote
2
answers
198
views
Segmentation fault when running binaries from second drive
When I try to run any executable from my second (NTFS) drive, I get a segmentation fault. If I run the exact same executable from, for example, my home folder, it works just fine.
For example:
I ...
-5
votes
1
answer
318
views
How to uninstall a package from Debian backports (not a duplicate Q)
I know there are a few Questions here which ask the same question I appear to be asking. I have tried those suggestions 1 & 2, but they do not work in this case. Here's what has happened:
pi@...
0
votes
1
answer
1k
views
What does the "segfault at X" kernel log message mean if X is very large?
I've got a device with bad RAM. Running memtest overnight shows all faulting addresses to be in the 0x7d0000000 - 0x7f0000000 range. I plan to replace the RAM, but until then, I've disabled a 2GB ...