debian - Many segfaults, RAM failing? - Server Fault Well, what kind of hardware is this? I've seen problematic machine where CPU was faulty (and system was failing into panic) So, perform a complete hardware diagnostic: try to replace all the RAM (and see if it helps, then replace back one by one to find out faulty module), replace CPU and see if it helps, replace motherboard and see if it helps, and so on
segmentation fault - Can you get any program in Linux to print a stack . . . $ buggy_program Segmentation fault It will tell me, however, is there a way to get programs to print a backtrace, perhaps by running something like this: $ print_backtrace_if_segfault buggy_program Segfault in main c:35 (rest of the backtrace) I'd also rather not use strace or ltrace for that kind of information, as they'll print either way
ubuntu - Could a CRON cause a segfault? - Server Fault Questions: Could CRON have caused this? A couple of minutes before the segfault, a CRON was running * OTOH, this same CRON ran zillions of times before that This CRON job also happens to correspond to the time of the last successful page served (Thanks, applebot?) Can I salvage this virtual machine? Is there a fix I can do to sort out the
linux - How to diagnose frequent segfaults - Server Fault On a hunch I disabled the firewall of the system and ran one of the programs that segfaulted regularily (imapsync) and it seemed to take longer to segfault than before, so the problem might be related to the network stack
segfault - Do YOU know how to find a seg fault?? Advice to new . . . A better way to identify the source of segmentation faults is to compile with -g -fsanitize=undefined -fsanitize=address running the program should then point you to the exact line where the violation occurred As well as info on what happened, like was it a read or write that caused the seg fault
sshd segfaults errors every minute on Red Hat system UPDATE (7th Dec 2010) amp; 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
Segmentation fault when execute yum or rpm any command Thanks for the reply Recently I have not installed anything on the server but I was worked before but right now I can not able to execute any commands on the server like yum or rpm and also not able to start MySQL and some other service Right yum path is : usr bin yum if need any more details then please let me know thanks
Linux apache web-server segmentation fault warnings Lately I have been receiving a lot of segmentation fault warnings on my web-server The warnings look like: [notice] child pid xxxx exit signal Segmentation fault (11) I have consulted with the s
segfaults are not logging into var log messages - Server Fault I'm using Red Hat Enterprise Linux Server release 5 In this whenever a user process crashes due to segmentaion faults, it was not logged in var log messages Even dmesg is also not showing any me