Questions tagged [segmentation-fault]

105 questions
0
votes
1 answer

rpc.mountd segfaults when trying to mount an nfs share

I have a pair of QNAP TS859U-RP nas devices running Linux version 2.6.33.2. These boxes are based on Debian. They are experiencing the same failure. When I try to mount an nfs share as root as following: mount nasb:/content /mnt/nasb/blah/ It…
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
  • 2
  • 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,770
  • 5
  • 19
  • 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
  • 2
  • 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
  • 477
  • 3
  • 9
  • 23
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,132
  • 2
  • 23
  • 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,316
  • 6
  • 27
  • 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,857
  • 19
  • 70
  • 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

How to isolate Docker containers so that they are not sharing memory from a shared object / dynamic library?

I have a third party application that our pipeline runs on a a build server, within a dedicated Docker container, spun up fresh each time, just for this job. The application is very memory & CPU intensive, spawns many processes, and runs for ~20…
davidA
  • 383
  • 3
  • 12
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…
0
votes
1 answer

Linux pvmove gone awry after turning on mq_deadline, any way to recover?

So we had a migration in the office using pvmove. Then this happened Mar 8 12:26:51 v1 kernel: [ 5798.100321] BUG: kernel NULL pointer dereference, address: 0000000000000140 Mar 8 12:26:51 v1 kernel: [ 5798.101099] #PF: supervisor read access in…
Ajay
  • 61
  • 1
  • 6
1 2 3 4 5 6
7