So I just went and upgraded PHP and some extensions only to end up with it doing nothing but segfaulting. Unfortunately it never actually dumps a core, so I have nothing to examine in gdb, and I'm not that good with gdb anyways, trying to invoke it with the program doesn't do anything. Is there an easy way to force a coredump on a process that segfaults instantly?
For what it's worth, I already know that the memory in the box is good, and I do have coredumps enabled. I've also searched the entire drive for core.* files and nothing turns up.
^^ that's what it does, doubt that it's any help.
For what it's worth, I already know that the memory in the box is good, and I do have coredumps enabled. I've also searched the entire drive for core.* files and nothing turns up.
Code:
[root@router /usr/local/bin]# php
Segmentation fault: 11 (core dumped)
^^ that's what it does, doubt that it's any help.