On May 11, 2006, at 4:51 AM, Bill Gradwohl wrote:
I've got an older vpopmail (5.4.10) that now seg faults on vadduser.

This started after a kernel upgrade on Fedora Core 4. I recompiled the
application, thinking it was a library issue but that did not solve the
problem.

strace shows :
stat64("/home/vpopmail/domains/private.ycc/1/qqq", {st_mode=S_IFDIR|
0750, st_size=4096, ...}) = 0
open("/home/vpopmail/domains/private.ycc/1/qqq", O_RDONLY|O_NONBLOCK|
O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

What are you left with in private.ycc/1/qqq? Has it created the Maildir yet? The subdirectories? Can you provide some more lines from the trace (maybe 30 or so) to help track down where it is in the code?

Also, cdb or one of the database backends?

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/

Reply via email to