Questions tagged [segmentation-fault]

105 questions
0
votes
0 answers

Why I can't upload a 4k video to phpvibe?

So I trying to playing with Google VM tools and Phpvibe. My chalange is, you can upload any video whatever you want, to the site and after that the server is convert to the optimal format, so you can play the video. I set everything for this page…
Neo
  • 111
  • 1
0
votes
1 answer

How can a bog-standard Wordpress install break PHP?

I'm trying to host a Wordpress site on the root of a standard Apache setup on Ubuntu 14.04. The main page of the site loads fine, but any other page causes a "no data received" message in the browser, and a segfault in the apache log: [Wed Sep 17…
0
votes
0 answers

Apache2 vhost config not working (Debian 7)

My Apache 2.4.9 vhost configuration is not working any more on Debian 7. I didn't make any changes and it seems to have broken. Going to my site shows the following in /var/log/apache2/error.log AH00052: child pid 5457 exit signal Segmentation fault…
0
votes
1 answer

Segmentation faults nginx + php5-fpm

I have questions about segmentation faults. I am runnbing Debian + Nging + Php5-fpm + Mysql + Imagemagick. How to find out what script (or program) is causing segmentation faults? I need a very simple step-by-step instruction. I searched Google and…
user181630
  • 31
  • 1
  • 1
  • 4
0
votes
1 answer

mod_wsgi Causing httpd to Segmentation Fault

I have just installed python2.6 and mod_wsgi on my MediaTemple CentOS5.8 server. I had to install python2.6 along side the default python version of 2.4. I then compiled mod_wsgi telling it to use python2.6. Everything compiled and built fine. I…
OpIvy
  • 113
  • 1
  • 1
  • 5
0
votes
2 answers

How to TAIL & EGREP for a specified time range in a BASH script

The subject mostly says it all. I am in charge of a few web servers running Ubuntu 12.04 running Apache2 & I would like to setup APC. Now I understand APC can hit segmentation fault issues when acting on PHP code that has errors or quirks. So…
0
votes
1 answer

increasing log level to catch issues

How do you increase the log level for apache to add coredumpdirectory and to catch any segfaults. I am trying to debug some issues and need apache to log every little bit of activitiy.
Mike Janson
  • 277
  • 1
  • 5
  • 10
0
votes
1 answer

How to track down segmentation fault in Linux?

My server went down suddenly and the ISP supports says it may have had a segmentation fault. I am wondering how to track down and possibly fix this so it will not occur again? Thanks
alfish
  • 3,127
  • 15
  • 47
  • 71
0
votes
1 answer

Segfault debian server

we move our retail software to a new hardware (we passed from an ibm x3200 with sata 7200rpm disks to an ibm x3200 with sas 15000rpm disks) but after a few days with no problem at all we keep getting Aug 29 08:39:50 server01 kernel: [64680.439253]…
Gonzalo
  • 1
  • 1
0
votes
1 answer

Getting Segmentation fault when installing my RPM trough another RPM requirement

I have a RPM to install SWFtools as written here. I have a another RPM that I created containing basic applications, shared to all of our servers. the first RPM (SWFtools) should be installed after the basic RPM. If I install them one by one, the…
Kuf
  • 449
  • 2
  • 8
  • 25
0
votes
1 answer

rpmbuild gives seg fault

I am trying to build an rpm using the rpmbuild tool. I have source code which build binaries around 30 GB. This software for which I am making the rpm has dozens of executables. When I copy only the binaries of a single executable (Eg. init) my rpm…
Deepti Jain
  • 101
  • 1
0
votes
3 answers

Apache segfault glibc segfault

I keep getting (about every 5-6 hours) this segfault in apache: [Tue Jun 26 12:43:10 2012] [notice] child pid 26810 exit signal Aborted (6) *** glibc detected *** /usr/sbin/apache2: free(): invalid pointer: 0xb68c2628 *** ======= Backtrace:…
tester
  • 565
  • 8
  • 18
0
votes
2 answers

Receiving segmentation fault on various commands Centos 5.8

I have a server running CentOs 5.8. I installed New Relic yesterday. From 9am this morning the following commands give me Segmentation Fault: wget yum rpm I can still access Midnight Commander, and our application is also running fine. I have PHP…
Jeff R
  • 1
  • 2
0
votes
1 answer

elgg 1.8.0.1 installation on linux giving segmentation fault

i tried elgg 1.8.0.1 on windows XP and it installed successfully but when i tried on fedora 12 it is not able to install. here is what happens i extracted the zip file for elgg 1.8.0.1 in /var/www/html now when i use firefox to go to the url…
lovesh
  • 183
  • 1
  • 10
0
votes
1 answer

PHP-FPM seg faults, how do I find out why?

I have a Nginx running php through PHP-FPM. When I do a phpinfo() the site shows up just fine but when i run my php code (which works fine on a VM that I have, this is an amazon EC2 instance) it seg faults. The error message is not very…
geekbri
  • 81
  • 9