On Dienstag, 26. Juni 2007, Brandon Price wrote:
With debug=99 I get ...
[..]
Segmentation fault (core dumped) // Where is this core dump being written?
The core dump is normally written into the openser working directory, see the "-w" option. If you don't specify a directory, openser tries to write to the fs root, this fails most of the time because it don't have the permissions to do so.
You can also use the "core_pattern" mechanism to redirect the core files via linux kernel, please refer to the openser init file for a example command.
Cheers,
Henning