All Questions
Tagged with segmentation-fault apport
5
questions
1
vote
0
answers
210
views
How to fix apport-retrace
I am attempting to help report a bug to an ubuntu package called gnome-recipes https://gitlab.gnome.org/GNOME/recipes/-/issues/121.
I am in the process of understanding how to create debug symbols ...
0
votes
1
answer
2k
views
Segmentation fault while upgrading on 20.04
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and ...
1
vote
1
answer
905
views
Where can I get apport traceback information after I've submitted my crash report
I've been getting alot of segv crashes in gnome-shell and although the apport window has alot of info, it's not very user friendly (window is really small, no way of searching, no way of saving a copy ...
2
votes
1
answer
312
views
Disable "System program problem detected" for segfaults in my own programs
I don't mind being notified about system programs that SEGV -- I would actually like to report those cases, so this is not a duplicate of Getting “System program problem detected” pops up regularly ...
3
votes
1
answer
3k
views
Unable to generate core dump after apport disable
Hi I'm currently programming c++ on Ubuntu and am unable to generate a core dump with a segmentation fault. I just get "Segementation fault" and not the (core dump) I have set ulimit -c unlimited.
I ...