Questions tagged [segmentation-fault]
105 questions
1
vote
2 answers
Acroread Convert PDF File To PostScript Segmentation Fault
Our customer has a Linux server (Redhat), which runs Java web applications. Recently there is a requirement to submit PDF files to printers to be printed out.
The command we are using is cat /path/to/pdf_file | acroread -toPostScript | lp…

Alvin Sim
- 286
- 1
- 4
- 11
1
vote
1 answer
CentOS 5.7 Yum Segmentation fault (core dumped) error
My system Info: OS :CentOS release 5.7 (Final)
Apache 2.2.3 Server Running
DirectAdmin 1.40.1 Running
Exim 4.76 Running
MySQL 5.1.57 Running
Named 9.3.6 Running
ProFTPd 1.3.3c Running
sshd …
user138870
1
vote
0 answers
child pid xxxx exit signal Segmentation fault
I am running a drupal site. It was working fine. Later I installed and enabled some Panopoly News and Panopoly Demo modules, after which my site stops working and throwing the following error on browser.
The connection to the server was reset while…

Umar
- 119
- 2
1
vote
1 answer
Un-readable core dump after segmentation fault
I have the following problem on my LAMP(hp) stack, from time to time I get Segmentation fault. So I made core dump in my Debian Squeeze and I hoped that it will tell me something, but it tells me nothing:
Reading symbols from…

Tomasz Ozga
- 21
- 5
1
vote
0 answers
Debugging apache seg fault with gdb
Apache on a production server of mine is seg faulting intermittently. I have enabled core dump option in apache configuration and have several dumped core files. Unfortunately, since it is a production server, apache or the loaded modules are not…

Joyce Babu
- 251
- 3
- 11
1
vote
0 answers
Segmentation faults and lots of zombie processes from sshd user
This problem is happening on a Windows Azure Linux VM running openSUSE 12.1
In the past days I have found many unavailability problems that forced me to a reboot from management console (no even SSH access).
I have just logged in and when I try to…

usr-local-ΕΨΗΕΛΩΝ
- 2,359
- 7
- 34
- 52
1
vote
2 answers
How do I troubleshoot a segfault in Ubuntu that occurs when typing a bogus command?
Possible Duplicate:
My server's been hacked EMERGENCY
We've got a production server running Ubuntu 11.10. We're encountering segfaults that appear under various conditions. The simplest reproducible case is when we login to an ssh session as…

Alan
- 541
- 1
- 6
- 20
1
vote
1 answer
SquashFS mksquashfs segfault while compressing
I'm trying to create SquashFS partition under Ubuntu 11.04 (1TB harddisk, 8Gb RAM).
Source folder contains 91Gb html files (several mirrored websites).
Trying to do this:
mksquashfs content_folder content.xz.sfs -comp xz
OR
mksquashfs…

Anton
- 129
- 4
1
vote
1 answer
bind9 dlz/mysql at ubuntu segfault libmysqlclient.so
I have a big problem.
I installed the bind9 nameserver to three different computer.
two Ubuntu 10.04.4 LTS, and one Ubuntu 11.10
I compiled it 9.7.0, 9.7.3, 9.9.0 with this method:
./configure --prefix=/usr --sysconfdir=/etc/bind…

Theos
- 51
- 10
1
vote
2 answers
Apache segfaults on Wordpress admin page
I can access the frontend of a new Wordpress setup without issue. I can also log in with a user account without issue. However, if I try to log in with an admin account I get a 500 error about 70-80% of the time.
If I do manage to get through to…

Aaron
- 156
- 5
1
vote
1 answer
child pid ... exit signal Segmentation fault (11)
This appears in Debian Lenny / Apache 2 logfiles:
[notice] child pid ... exit signal Segmentation fault (11)
Sometimes it appears once a month, sometimes once a week. Since yesterday this error appears in logfiles 2-3 times per hour. No other…

lars
- 85
- 1
- 2
- 5
1
vote
2 answers
OpenVPN Segmentation Fault
I have a server running CentOS 5.7 and I'm trying to get OpenVPN 2.2.0 to work. To start off, I had this working for quite a while now, but decided to try and make it highly available by using heartbeat for failover to another server. Now I can't…

Sarah Ryan
- 251
- 1
- 3
- 11
1
vote
2 answers
Apache fails to start due to Segmentation fault
Please help me figure out why Apache2 will not start:
root@myUbuntu804ServerName:~# /etc/init.d/apache2 start
* Starting web server apache2
Segmentation fault
...fail!
The application running on it is mostly PHP. How do I go about diagnosing…

Adam
- 225
- 4
- 8
1
vote
1 answer
NGINX + PHP5-FPM segfaults under high load!
I have been dealing with this problem all day and it is driving me insane. All Google results and searches here lead to dead ends. I hope someone can work with me to provide a solution for myself and future victims. Here we go.
I am running a…

Aco
- 103
- 1
- 2
- 11
1
vote
4 answers
PHP crashing (seg-fault) under mod_fcgi, apache
I've been programming a site using:
Zend Framework 1.11.5 (complete MVC)
PHP 5.3.6
Apache 2.2.19
CentOS 5.6 i686 virtuozzo on vps
cPanel WHM 11.30.1 (build 4)
Mysql 5.1.56-log
Mysqli API 5.1.56
The issue started here…

András Gyömrey
- 204
- 1
- 3
- 7