Here is the last few lines of a truss I ran on the ezmlm-moderate process.
It looks like the segfault is happening right after the fork(), but I don't
know what it's trying to fork.

--Adam

[...]
open("outlocal", O_RDONLY|O_NDELAY)             = 3
read(3, " t e s t\n", 128)                      = 5
read(3, 0x0002BB05, 128)                        = 0
close(3)                                        = 0
open("mod/lock", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600) = 3
fcntl(3, F_SETLKW, 0xFFBEFA3C)                  = 0
stat("mod/pending/988741909.13238", 0x0002CD7C) = 0
open("mod/pending/988741909.13238", O_RDONLY|O_NDELAY) = 4
read(4, " R e t u r n - P a t h :".., 1024)     = 810
lseek(4, 0, SEEK_SET)                           = 0
fork()                                          = 13282
Segmentation Fault - core dumped
wait()                                          = 13282 [0x8B00]
close(4)                                        = 0
ezmlm-moderate: fatal: Unknown temporary error from child
write(2, " e z m l m - m o d e r a".., 58)      = 58
_exit(111)

Reply via email to