
debian - Many segfaults, RAM failing? - Server Fault
Sep 27, 2023 · 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 …
How to debug PostgreSQL segmentation fault? - Server Fault
Sep 6, 2021 · 1190300 (1 row) psql:postgresql-segfault:34: server closed the connection unexpectedly This probably means the server terminated abnormally before or while …
segmentation fault - How do I troubleshoot a segfault in Ubuntu …
Many people have touched this server over the past year, so I'm wondering if it is missing libraries, incorrectly installed packages, etc. I'm hoping that if we can understand what's going …
segmentation fault - Can you get any program in Linux to print a …
Sep 3, 2009 · $ 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: $ …
Segmentation fault when execute yum or rpm any command
Feb 24, 2021 · I am facing some issues on centos-7 when I execute yum install, yum upgrade, yum installed list, yum search, yum list installed, rpm then getting an error Segmentation fault. …
Apache Seg fault (11) - Server Fault
When a module misbehaves in this way it exits uncontrollably before returning data to the Apache child process and thus produces the segfault. Review all of the changes that you've made …
segfaults are not logging into /var/log/messages - Server Fault
Jun 26, 2013 · 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 …
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...
redhat - What is this SIGSEGV error code 14? - Server Fault
Apr 5, 2010 · Every day this error occured kernel: crond[1234]: segfault at xxxxxxx rip xxxx rsp xxx error 14 What's happen
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 …