Questions tagged [segmentation-fault]

106 questions
0
votes
2 answers

PHP Causing Segmentation Fault & Apache Blank Response

I recently updated a Debian Lenny server to php 5.3,5 using the dotdeb source. Soon after doing so certain (but not all) sites on the server stopped responding to requests. A blank response would be returned - no headers, no content, nothing. I…
Joe
  • 344
  • 7
  • 23
0
votes
1 answer

Getting the segmentation fault error while running yum command

Getting the below error in /var/log/messages file while trying to run yum on centOS-5.5 64 bit server. kernel: yum[4467]: segfault at 0000000700001c4f rip 0000003747879a6a rsp 00007fffaf399cd8 error 4 and on CLI getting segmation fault error. Yum…
Ramesh Kumar
  • 1,690
  • 5
  • 18
  • 29
0
votes
1 answer

sshd segfaults errors every minute on Red Hat system

UPDATE (7th Dec 2010) & WARNING: I copied the files discussed below (from the /var/tmp/vi.recover directory) to my Windows PC and sacnned with ESET NOD 32. It identifed two of the file (sshd: and juno) as the Linux/RST.B virus. Not sure if it is…
columbo
  • 219
  • 1
  • 12
0
votes
1 answer

Run Mod_Python with Mod_WSGI on Apache for Django -- Segmentation fault (11)

Okay, so I have to use an existing server to run my Django web app on. The server is running Mac OS 10.6 Server. It comes with Python 2.3, 2.5, and 2.6 pre-installed. I have edited my http.conf file to include the following: # Force python to run in…
ChrisJF
  • 103
  • 1
  • 4
0
votes
1 answer

postfix/local: bad command startup (segfaults)

Since upgrading a Gentoo box from postfix 2.5.5 to 2.6.6, local mail delivery does no longer work. Virtual mailboxes still work. Here's the log: Jul 14 13:07:05 weser postfix/master[15825]: warning: process /usr/lib/postfix/local pid 20065 killed by…
hurikhan77
  • 567
  • 3
  • 9
  • 22
0
votes
1 answer

PHP5 module makes Apache 1.3 segfault

I am trying to get PHP4 and 5 to work with Apache 1.3. PHP4 is compiled as a module and currently works fine, although Apache does display the following warning upon starting: Loaded DSO libphp4.so uses plain Apache 1.3 API, this module might crash…
reflexiv
  • 276
  • 1
  • 9
0
votes
2 answers

sendmail segmentation fault

We are using debian lenny on a server & we are using it for monitoring server & sending email for reporting. We are using sendmail to send emails. We found the following error when we did not receive mail. Error :- debian kernel: [3029475.124022]…
Caterpillar
  • 1,122
  • 2
  • 22
  • 47
0
votes
3 answers

Solaris cc segfaults when compiling rsync on intel platform

I am trying to compile rsync-3.0.7 on Solaris 5.10 on an Intel chipset. When running ./configure I see the following (obviously erroneous lines): checking size of int... 0 checking size of long... 0 checking size of long long... 0 checking size of…
PP.
  • 3,246
  • 6
  • 26
  • 31
0
votes
1 answer

I'm having problems restarting httpd server due to segfault in libapr

My httpd server has stopped working, within /var/log/messages I got the following error: May 10 08:08:30 linuxbox kernel: httpd[25353]: segfault at b7fb7991 ip 009ca63b sp bfec3d50 error 7 in libapr-0.so.0.9.12[9af000+1f000] Can anyone shed light on…
Paul
  • 180
  • 1
  • 1
  • 7
0
votes
3 answers

Perl script segfaulting after 64-bit upgrade

I recently upgraded a 32-bit Debian server to 64-bit by re-installing, and copying my data into place. After this I have a perl script that repeats the following, and is segfaulting on the tell line: seek(FIN,$ps,0); tell(FIN, $ps); $line=; I…
Brent
  • 22,219
  • 19
  • 68
  • 102
0
votes
2 answers

segfault with mod_wsgi / mod_python after Python upgrade on Gentoo

I'm having a problem after upgrading from Python 2.5 to 2.6 I'm using Gentoo and running a Django app with Apache 2 and mod_python. After the upgrade I started getting a segfault when I try to access the site, Apache starts fine and can serve static…
F.C.
  • 125
  • 6
0
votes
0 answers

Proxmox server randomly crashing ("old" desktop as a server)

I have Proxmox 7.2 installed in a not so old desktop I am trying to use as a server. The problem is it keeps crashing ramdomly: Sometimes it just hangs and I have to manually reboot the server Sometimes the VMs/LXCs get random segmentation…
Tiago Queiroz
  • 51
  • 1
  • 5
0
votes
0 answers

Random segmentation fault errors on apt, pip, pipenv

One day after a normal restart, my debian system started throwing random segmentation faults on apt install/update/remove, pip commands, and anything that used pip. I've followed numerous guides to clear APT cache and rebuild, and have tried…
0
votes
0 answers

IBM LSF Suite for Enterprise 10.2.0.12 LIM Segmentation Fault

I upgraded from IBM LSF Suite for Enterprise 10.2.0.10 to version 10.2.0.12,and now, on only one of our GPU cluster servers (1 out of 8), I can't get the LIM service to stay running. It keeps crashing with a segmentation fault: lim[42062]: segfault…
T1mK
  • 1
  • 1
0
votes
1 answer

I am trying to import a virtual appliance. It concludes with a failure. What might me wrong?

I uploaded an ova file to my bucket. I open the Cloud Shell online terminal. I set region and zone successfully. Then I run the following command to start the import. gcloud compute instances import adv-odi…