All Questions
Tagged with segmentation-fault 18.04
11
questions
1
vote
0
answers
1k
views
Segfault causes chrome to crash randomly ubuntu 18.04
I'm trying to fix a problem with Chrome crashing. I checked the syslog and found that a segfault caused this:
kernel: [27188.655825] chrome[1950]: segfault at 8 ip 000055e90851b3b0 sp 00007ffc7082dfe0 ...
0
votes
1
answer
362
views
Gnuplot crashed unexpectedly - ubuntu 18.04LTS
I've been having an issue with gnuplot (Version 5.2 patchlevel 2) on ubuntu 18.04.
When trying to zoom using the right click button, the window goes away.
I removed and reinstalled it but this didn't ...
0
votes
0
answers
470
views
Ubuntu 18.04 gnuplot has random segmentation faults
I am trying to draw the most basic plot using gnuplot in the terminal and simply entering :
gnuplot> plot 'histogramme.dat' u 1:3
leads to :
gnuplot> Segmentation fault (core dumped)
I can ...
1
vote
0
answers
195
views
New Ryzen 3950X segfaults and XID errors
Couple of weeks ago I upgraded my Ryzen 2700X to Ryzen 3950X and am seeing regular freezes on my Ubuntu setup. I have 2 RTX 2080 TIs in the system, and 64GB RAM running on 2100Mhz using an X570 board.
...
2
votes
1
answer
2k
views
Ubuntu 18.04.4 startup stuck after package updates / mesa segmentation fault
TL;DR
/usr/lib/gdm3/gdm-x-session[5106]: (EE) Segmentation fault at address 0x56131d0000f7
The startup problem
I shut down Ubuntu 18.04.4 on my machine today and cold-started it somewhat later. Now ...
0
votes
0
answers
3k
views
Unable to upgrade my make version
I tried this
cd /tmp
wget http://ftp.gnu.org/gnu/make/make-4.1.tar.gz
tar xvf make-4.1.tar.gz
cd make-4.1/
./configure
make
sudo make install
cd ..
rm -rf make-4.1.tar.gz make-4.1
but on the make and ...
2
votes
0
answers
549
views
Ubuntu 18.04 GNOME freeze with general protection fault in ttm_page_pool_get_pages
I'm running Ubuntu 18.04.4 on a MacBookPro11,5 with the default GNOME desktop, and I keep getting freezes where nothing works except moving the mouse pointer, there is no response to alt+F2, Ctrl+Alt+...
0
votes
0
answers
603
views
How to fix "Segmentation failed" on "shares-admin"?
I'm trying to share files on network, but whenever I run "shares-admin", the following error occurs:
I already tried to install the samba UI but the same error occurs with it as well. Already ...
1
vote
0
answers
182
views
Segmentation faulty tree... 50% error when running sudo apt upgrade [duplicate]
My PC run Ubuntu 18.04, and it was only recently formatted and reinstalled.
When I run the command
sudo apt upgrade
I'm getting the following error:
Reading package lists... Done
Segmentation ...
0
votes
1
answer
1k
views
Segmentation fault and missing libraries
I'm trying to run a proram called Realflow, it's a demo version, and when tried to run it gives me an error when launching ./realflow
strings: 'usr/lib/x86_64-linux-gnu/libstdc++.so.6': No such ...
0
votes
0
answers
1k
views
Kernel panic at boot and many programs segfault / core dump
Today I booted up an Ubuntu computer I last used when it was working fine 2 weeks ago, and now every kernel I have (4.15.x and 4.13.x) panics at the beginning of boot, including in recovery mode.
I ...