Re: [Dovecot] ldap auth problems
That didn't seem to help either.
In the end I re-compiled the Fedora Core 2 release from SRC RPM and that seems to be working. I'm not sure what the difference is.
On Wed, 2004-07-07 at 18:42, Timo Sirainen wrote:
On Mon, 2004-07-05 at 12:17, Karl Latiss wrote:
[pid 24674] close(8
[pid 24674] <... close resumed> ) = 0 [pid 24674] --- SIGSEGV (Segmentation fault) @ 0 (0) --- Process 24674 detached .. Hmm. Doesn't really help. Getting gdb backtrace would show where it crashes, but I'm not sure if there's any easy way to do it.
One would be to put sleep(10); to beginning of src/auth/main.c, then start dovecot and "gdb /usr/local/libexec/dovecot/dovecot-auth pid" where pid being the running dovecot-auth's process id. then "c" to continue, wait for crash and "bt" to get backtrace.
participants (1)
-
Karl Latiss