All Questions
Tagged with segmentation-fault bash
6
questions
0
votes
0
answers
582
views
Ubuntu 20.04.2 login loop due to segmentation fault in libpcre.so.3.13.3
Out of sudden I got this login loop issue in my laptop. From var/log/syslog I can able to find out it is segfault issue
gnome-session-b[2739]: segfault at 7ffe34d8xx50 ip 00007ffe34d8dxxx error 6 in ...
3
votes
1
answer
357
views
Using wmctrl with zenity prompt causes budgie-wm segmentation fault [closed]
I'm attempting to write a bash script that switches between workspaces with some dialog prompts along the way. I'm running Ubuntu 17.04 with Budgie remix.
When using wmctrl or zenity separately, they ...
1
vote
0
answers
274
views
Port Ubuntu Touch using Windows 10 ubuntu bash
I'm trying to port Ubuntu Touch to my phone using Windows 10 bash. After many try, i stuck on building the test image for Nexus 4 to check possible it's or not. And every time after starting building:
...
4
votes
1
answer
851
views
mkdir crashes bash
I'm trying to create a directory in my home directory but the shell itself keeps crashing. I have permission to write to the directory. I am able to create files in the directory via touch. I can ...
6
votes
2
answers
21k
views
Running bash does "segmentation fault core dumped"
I rebooted recently, and now terminal fails to work. If I click the terminal shortcut or use Guake or ctrl-alt-T, the terminal opens briefly with no prompt, then immediately closes again. I installed ...
5
votes
4
answers
28k
views
segmentation fault when using su or sudo
example of the problem:
$ su
Segmentation fault
$ sudo ls
Segmentation fault
I tried to compile sqlite3 from source earlier. I don't know what libraries it installed. This may be the reason why this ...