Questions tagged [segmentation-fault]

106 questions
2
votes
3 answers

Segmentation fault when running PHP script from CLI, works fine as cron job

I have a PHP script that reads a file via fgetcsv through PHP's zip:// wrapper. This works fine locally and when run on production via a cron job. It fails with a Segmentation fault when invoked on production via CLI though, apparently at the end of…
deceze
  • 473
  • 1
  • 6
  • 20
2
votes
1 answer

ss segmentation fault - how to investigate?

I am quite newbie to Linux administration. My ss command started to terminate with Segmentation fault and I don't know how to investigate the reason and solve the problem. Details: While setting up machine on Amazon EC2 I came at some point to the…
Michal
  • 195
  • 1
  • 6
2
votes
2 answers

/etc/cron.daily/apt: Segmentation fault

I have a system that I set up with Maverick and the "automatically apply security updates" setting. It is now sending e-mail on a daily basis: Subject: Anacron job 'cron.daily' on gwen /etc/cron.daily/apt: Segmentation fault If I manually…
Sean Reifschneider
  • 10,370
  • 3
  • 24
  • 28
2
votes
2 answers

Do segfaults *always* try to dump core?

We have an in-house daemon running on a few RHEL 5 boxes which periodically segfaults. Our developers want a core file to help with debugging but I can't provoke it into producing one. $ sudo grep segfault /var/log/messages.1 Aug 11 21:04:13 pal108…
markdrayton
  • 2,429
  • 1
  • 20
  • 24
2
votes
2 answers

What is this SIGSEGV error code 14?

Every day this error occured kernel: crond[1234]: segfault at xxxxxxx rip xxxx rsp xxx error 14 What's happen
freddiefujiwra
  • 1,627
  • 5
  • 25
  • 32
2
votes
2 answers

Need help generating a core dump from apache segfault

I have a script which intermittently returns a white screen of death in firefox and Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error. chrome. When I try to access the script using a PHP HTTP client (like Zend_Http_Client), intermittently I get an…
blockhead
  • 831
  • 1
  • 8
  • 13
2
votes
0 answers

Apache2 Segmentation Fault after upgrading to PHP8.0 Ubuntu 20

I recently upgraded a production server from PHP 7.4 to PHP 8.0 (this is using the ondrej packages). As a reference, I'm using Ubuntu 20.04.3, apache2.4.46 and now PHP8.0. After about 18 hours, the apache server stopped responding, giving an empty…
Alex
  • 221
  • 1
  • 7
1
vote
2 answers

Linux (Debian unstable) system: some apps have started segfaulting for no apparent reason

I have a Xen domU running Debian Unstable on a Xen 3.4.2 host. This morning I noticed that various apps have started seg-faulting. In particular running "aptitude safe-upgrade" causes a segfault in aptitude-curses with the following…
user7406
  • 233
  • 1
  • 2
  • 5
1
vote
1 answer

saslauthd running in segfault after some time

I'm using postfix with courier and mysql for authentication. Lately I have some segmentation faults, which causes sasl deamon to crash. It seems, the have something to do with dictionary attacks on my mail server. In the log files, I got segfault…
Philipp
  • 71
  • 9
1
vote
1 answer

wget giving Segmentation fault

I recently did apt-get update followed by apt-get upgrade on my Debian VPS server. Suddenly (at least) wget stopped working with error Segmentation fault. It's not even trying to do something. So after some googling I've installed gdb and tried to…
MaRmAR
  • 11
  • 1
  • 2
1
vote
0 answers

Teamspeak 3 Server Segfaults on Ubuntu 14.04 x64

I've been running a bunch of software on my Ubuntu server, was running 10.04 for a few years and never bothered to update, it hit EOL this year and I finally got around to moving to 14.04 and my TS3 server started crashing randomly. I figured it was…
Nimphious
  • 111
  • 3
1
vote
1 answer

Segmentation fault diagnoses

I am trying to diagnose a segmentation fault issue that started to occur after upgrading to Ubuntu 14.04 (32 bit). I am running a TSM client 6.2.5-4 which worked fine up to the upgrade. I tried to use strace to get to the core of the problem, but I…
Philipp
  • 106
  • 1
  • 3
1
vote
1 answer

uWSGI raises segfaults when defining several mount points in preforking+threaded mode

I'm hosting an application consisting of several Python modules. So far we use Apache in MPM worker mode and mod_wsgi, which is a working environment. Now we want to check if nginx + uwsgi may be a more performant environment. Python is Python 2.6.6…
Ralph
  • 33
  • 5
1
vote
1 answer

Segmentation fault during apt-get install

$ apt-get install openssh-server fails with Segmentation fault when it attempts to generate keys. This leaves me with a half-complete installation, but the binaries are in place. I also notice that simple executing sshd or ssh-keygen also produces a…
andrel
  • 121
  • 8
1
vote
1 answer

Segmentation fault (11) on PHP website

I have recently moved a clients WordPress site to a new server. His old server was pretty outdated. It is the only site on the server. It's been a few weeks and I randomly get these errors in the php log. [notice] child pid 29281 exit signal…