8 Jan
2014
8 Jan
'14
9:22 a.m.
Stefan Winter wrote:
So I think that whatever SEGVs here is not directly related to your fix to suppress...
OK.
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff4415e47 in mod_post_auth (instance=0x9854e0, request=0x9d8410) at <command-line>:1452 1452 <command-line>: No such file or directory. (gdb) bt #0 0x00007ffff4415e47 in mod_post_auth (instance=0x9854e0, request=0x9d8410) at <command-line>:1452
Hmm... you'll have to build it with debugging symbols. Those messages are relatively uninformative. So *some* module died at line 1452. But which one? I don't know. Alan DeKok.