Does anyone know how to force a core drop in linux on segmentation faults?
I’ve tried resetting SIGSEGV to SIG_DFL in a couple different ways, but when the server crashes it does not create a core file. I’ve looked in the et root, mod directory, and in /tmp.
I force a crash by calling ClientUserinfoChanged(-1) in G_RunFrame.
I’m running the code to change the signal action to default right before G_Init is called.