Looks like it crashes right after receiving the results from the DB. Run strace -f -s1024 to see more data.
I'd guess it might help to run gdb as well but I'd have to look up how to use it exactly - it might help better. Cheers, Sebastian On 07.02.2013, at 07:28, "Cecil Yother, Jr." <[email protected]> wrote: > On 02/06/2013 10:17 PM, Sebastian Grewe wrote: >> Try recompiling it. Maybe a library got updated? > Already did to no avail. > > Last several lines. Let me know if you need the whole trace > > lseek(5, 112, SEEK_SET) = 112 > read(5, "o\17\0\0\0\0\0\0", 8) = 8 > close(5) = 0 > open("/var/qmail/users/cdb", O_RDONLY) = 5 > lseek(5, 112, SEEK_SET) = 112 > read(5, "o\17\0\0\0\0\0\0", 8) = 8 > close(5) = 0 > umask(077) = 022 > open(".", O_RDONLY) = 5 > chdir("/home/vpopmail") = 0 > chdir("domains") = 0 > poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout) > write(4, "\1\0\0\0\16", 5) = 5 > read(4, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11 > poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout) > write(4, "\365\0\0\0\3select cur_users, level_cur"..., 249) = 249 > read(4, "\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr"..., 16384) = 1290 > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > +++ killed by SIGSEGV +++ > >> >> Also strace or gdb might help to figure out why it crashes. >> >> Cheers, >> Sebastian >> >> On 07.02.2013, at 06:50, "Cecil Yother, Jr." <[email protected]> wrote: >> >>> On 02/06/2013 09:35 PM, Eric Shubert wrote: >>>> On 02/06/2013 07:50 PM, Cecil Yother, Jr. wrote: >>>>> On 02/06/2013 06:39 PM, Eric Shubert wrote: >>>>>> On 02/06/2013 12:38 PM, Cecil Yother, Jr. wrote: >>>>>>> I am getting a segmentation fault when I try to add a new domain using >>>>>>> vpopmail. Has anyone ever experienced this? Any ideas on where to >>>>>>> start to debug? >>>>>>> >>>>>>> ./vadddomain moparclassified.com >>>>>>> Please enter password for postmaster: >>>>>>> enter password again: >>>>>>> Segmentation fault >>>>>>> >>>>>>> REAL_DIST=CentOS >>>>>>> DISTRO=CentOS >>>>>>> OSVER=5.9 >>>>>>> QTARCH=i686 >>>>>>> QTKERN=2.6.18-348.1.1.el5 >>>>>>> BUILD_DIST=cnt50 >>>>>>> BUILD_DIR=/usr/src/redhat >>>>>>> This machine's OS is supported and has been tested >>>>>>> >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> CJ >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>> I don't know. >>>>>> Are you running the latest vpopmail-toaster package? If so, I'd ask >>>>>> about this on the vpopmail users list (mailto:[email protected]). >>>>> Yes I am. Any other way to add users? >>>>> >>>>> -- >>>> Vqadmin. >>> Doesn't work either Internal Server Error >>> >>> -- >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > > -- > <cj's_sig.png>
