About 27,400 results
Open links in new tab
  1. 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 …

  2. segmentation fault - How do I troubleshoot a segfault in Ubuntu …

    How do I troubleshoot a segfault in Ubuntu that occurs when typing a bogus command? [duplicate] Ask Question Asked 13 years, 5 months ago Modified 13 years, 5 months ago

  3. 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 …

  4. How to get a core dump from apache when segfaulting

    I've followed instructions from many locations online on how to get a core dump from apache when it is producing a segfault, but it still refuses to generate the dump.

  5. 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: $ …

  6. segmentation fault - What would cause a PHP app to segfault ...

    What would cause a PHP app to segfault intermittently under load? Ask Question Asked 12 years, 10 months ago Modified 3 years, 3 months ago

  7. ubuntu - LSI 3Ware tw_cli and tdm2 segfault with Debian Linux …

    LSI 3Ware tw_cli and tdm2 segfault with Debian Linux kernels after 3.8 Ask Question Asked 12 years, 4 months ago Modified 10 years ago

  8. ubuntu - Could a CRON cause a segfault? - Server Fault

    Aug 25, 2019 · 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 …

  9. Segmentation fault when execute yum or rpm any command

    Feb 24, 2021 · 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 …

  10. linux - Do segfaults *always* try to dump core? - Server Fault

    Is the daemon setuid? setuid processes won't dump core files by default. Run sysctl fs.suid_dumpable=1 to enable setuid dumps.