Questions tagged [segmentation-fault]
105 questions
1
vote
1 answer
Apache segmentation fault
Ubuntu 10.10, Apache 2.2.16:
# service apache2 start
* Starting web server apache2 Segmentation fault
Action…

hiemye
- 779
- 1
- 7
- 9
1
vote
1 answer
Apache HTTPD - Segmentation fault when loading mod_jk module
I just set up mod_jk with my Apache httpd 2.0.52 installation, but now when I try to start Apache, it has a segmentation fault. I've checked that I am using the mod_jk compiled for 2.0.x.. built against the same version I have, in fact. I've also…

Jon Gauthier
- 153
- 7
1
vote
1 answer
exploit.so dmesg errors
A server (which has since been pulled offline and is scheduled to be wiped) was compromised through ssh brute force. No root/su/sudo access was gained but I started observing these errors (pasted below). I am curious if anyone has ever seen them,…

b3nw
- 13
- 2
1
vote
0 answers
gem mirror segfaulting
I'm trying to create rubygems mirror on my VDS doing the following:
$ gem mirror
$ gem generate_index -d /home/rubygems/mirror
The problem that each time I run first command ruby segfaults with following message:
fetching:…

Eimantas
- 119
- 6
1
vote
1 answer
How to troubleshoot a PHP script that causes a Segmenation Fault?
I posted this on stackoverflow.com as well because I'm not sure if this is a programming problem or a server problem. I'm using ubuntu 9.10, apache2, mysql5 and php5.
I've noticed an unusual problem with some of my php programs. Sometimes when…

John
- 7,343
- 23
- 63
- 87
1
vote
1 answer
How to test Linux server for hardware errors?
I have a Debian 10 server that is randomly rebooting, though no error were written to journald. The server has rebooted 20 times in last 3 days.
$ journalctl --list-boots
-22 bdb1799f0c9a4e81af6d41b0bd6c5cd9 Tue 2023-01-17 12:42:00 UTC—Sat…

Tombart
- 2,143
- 3
- 27
- 48
1
vote
1 answer
Segmentation fault of Bacula on Apline Linux
I'm trying to run Bacula (backup app) on Apline Linux and get segmentation fault when connecting thru bconsole to bacula-dir.
I was tried working configuration from another non-Alpine server, clean configuration from Alpine latest-stable and from…

Vladimir Martsul
- 132
- 1
- 2
- 8
0
votes
1 answer
Troubleshooting "traps: proces_name[pid] general protection" memory issue on Linux
I'm trying to troubleshoot a memory issue on one of my servers. Some time ago a daemon my company is developing crashed with segmentation errors. All would be somewhat fine, but seconds later other services (Nginx, postgress, syslog, ssh) also…

Karol Jędrzejczyk
- 133
- 2
- 12
0
votes
0 answers
Could a CRON cause a segfault?
I'm running a web-server using AWS (Ubuntu 18, Apache2, Django, with https cert from Let's Encrypt - which auto renews) at vanlevy.com.
I am the only one who has access to the AWS account and the site's admin pages. Pretty much the only folks…

Van
- 101
- 4
0
votes
1 answer
zend_mm_heap corrupted PHP Fatal error: Cannot redeclare composerRequire
We have a webserver where besides normal requests large files are being uploaded.
Some requests (such as 1/10) are dropped. We than see following errors in the error log.
==> /var/log/apache2/web_error_ssl.log <==
[Fri Dec 07 15:38:24.154218 2018]…

Yarik Dot
- 1,583
- 12
- 26
0
votes
1 answer
IFTTT segmentation fault
I'm doing an assignment for school using getop with ocelot, I have to count words and count the substrings in the document. I have the word counting working but I was not able to do the substring, I can only get to read/display what substring the…

Arturo
- 103
- 4
0
votes
0 answers
Segfault error 4 in libmysqlclient.so
Since a few days, I see this kind of messages in my syslog:
Sep 23 14:28:42 server kernel: [138926.637593] php5-fpm[6455]: segfault at 7f9ade735018 ip 00007f9ae4026772 sp 00007ffd69b4fad0 error 4 in libmysqlclient.so.18.0.0[7f9ae3ff9000+2f1000]
Sep…

poka
- 135
- 3
- 13
0
votes
1 answer
Lot of segfaults and glibc detected erros too
my apache error.log has a lot of segfault errors:
[core:notice] [pid 16753] AH00052: child pid 4861 exit signal Segmentation fault (11)
And also some glibc detected errors every 10 hours or so:
*** glibc detected *** /usr/sbin/httpd: malloc():…

Marcus
- 3
- 1
0
votes
2 answers
Ubuntu 14.04 on Amazon EC2- postfix segmentation fault
I have an EC2 instance using Ubuntu 14.04 which is where I want to send email from.
I tested it by sending an email:
echo "This is the body of the email" | mail -s "This is the subject line " myemailid@gmail.com
But it gave me an…

cgifox
- 101
- 1
0
votes
1 answer
apache http 2.2.29: Segmentation fault
We are using apache http server 2.2.29 on Linux. Below is the information related to Linux version (as found in /proc/version file)
Linux version 2.6.32-573.el6.x86_64 (mockbuild@x86-027.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat…

user2607367
- 11
- 1
- 6