Questions tagged [systemd-coredump]
The systemd-coredump tag has no usage guidance.
16 questions
1
vote
0
answers
22
views
VLC is not opening up [duplicate]
I recently upgraded to the lastest Ubuntu LTS. Upon doing so, it appears that VLC is not opening. This might be related to the overall slowness of my computer since I upgrade my LTS. As suggested in [...
0
votes
0
answers
19
views
coredumpctl does not show latest dumps
I was debugging some segmentation fault and wanted to get the core dumps. I noticed that coredumpctl did only show a dump from 2024/10/29 but not today.
I found that ulimit -c was configured with 0 ...
0
votes
0
answers
60
views
Nautilus is not opening and close immediately
When I update my Ubuntu from 16 lts to 20 lts the all other file run normally ,but my Nautilus file does not open . Even I try to open via terminal it open up and closed suddenly.i see method in ask ...
0
votes
1
answer
96
views
Kubuntu 24.04 "sometimes" crashes when closing windows (on seemingly random occasions) [closed]
When closing programs my Plasmashell crashes occasionally, I'd say about 0.5% of the time when it comes to most programs but about 95% when to comes to, for example, KeepassXC which minimizes on ...
0
votes
0
answers
124
views
Core dump is not generated
I am using the template from https://github.com/userver-framework/service_template After build i run service_template_unittest and got segfault. I want to get core dump (Ubuntu 22.04) but it is not ...
1
vote
0
answers
725
views
Set core file size limit permanently
I am trying to allow all core dump files to take up to 10 GB on 22.04.2. Permanently. For all users. I believe the unit is 1KB-blocks. I know I can do ulimit -c 10000 to set the limit for at least ...
1
vote
0
answers
476
views
Web related content segfaults
I have a laptop (Lenovo Lenovo IP 5 15ARE05) only running ubuntu 22.10. I installed ubuntu on it and restored a backup on it.
Since start web related content keeps crashing. Firefox, vscode, chrome, ...
0
votes
0
answers
247
views
How can I see the core dumps produced by the policy-kit service?
I seem to have an issue with policy-kit. The output of systemctl status --full --lines=100 polkit.service is
Feb 12 18:35:46 flu-T430 systemd[1]: polkit.service: Changed failed -> start
Feb 12 18:...
1
vote
1
answer
6k
views
How to safely delete core dump info?
I am on Ubuntu server 20.04 and I have atop installed. Within my understanding, atop will keep record of certain information when an application core dumps.
I am running low on disk space and this ...
0
votes
1
answer
1k
views
Log coredump file from systemd service?
I'm running a mosquitto broker (2.0.14 from the dev ppa) on Ubuntu 20.04.4. Periodically, I'm seeing messages like the following:
Apr 18 07:44:19 mittServer systemd[1]: mosquitto.service: Main process ...
1
vote
1
answer
360
views
Ubuntu generating some core dumps but not others
I set ulimit -c 8 and ran this small C program:
#include<stdio.h>
#include<assert.h>
int main()
{
int x = 4;
int y = 7;
assert(x == 5);
printf("\n Hello! \n\n&...
1
vote
1
answer
487
views
Google Chrome aborting after start on 21.04 with Budgie desktop - no GUI error messages
Chromium runs perfectly, but google-chrome fails with no error message. Window freezes and disappears after 5 seconds. I'm using the latest version of Chrome.
On staring google-chrome from terminal, ...
0
votes
0
answers
1k
views
'Segmentation fault (core dumped)'. What should I do to fix this error?
I was going to do secondary structure analysis (of protein) by using 'gmx do_dssp' module (I use Gromacs package). 'Segmentation fault' occurred after I gave the command line - gmx do_dssp -f native....
0
votes
1
answer
2k
views
`kernel.core_pattern` is not effective on my Ubuntu 18.04 VM after rebooting
Test Environment
I'm using the ubuntu/bionic64 Vagrant box as my test environment.
Pre-conditions
After creating the VM, I only installed ansible 2.9.23 by following the instructions in the official ...
1
vote
0
answers
458
views
systemd-coredump files
I was using a shared home partition (NTFS) between Windows 10 and Ubuntu 20.10 on my hp elitebook. for about a good 3 months I had no issues, then today I went to copy a file while in Ubuntu in the ...
2
votes
2
answers
1k
views
apport versus coredumpctl?
In opening a bug report for a program just now, a core dump from coredumpctl was requested. Running that command produced a message that the command wasn't available, but could be made available by ...