Maybe something is wrong with your vpopmail table for that domain (dom_89)? Unless of course the domain is always another one.
On Wed, 06 Feb 2013 23:27:01 -0800 "Cecil Yother, Jr." <[email protected]> wrote: > <snip> > > 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, level_max, > level_start0, level_start1, level_start2, level_end0, level_end1, > level_end2, level_mod0, level_mod1, level_mod2, level_index0, > level_index1, level_index2, the_dir from dir_control where domain = > 'dom_89'", 249) = 249 > read(4, > "\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_control\vdir_control\tcur_users\tcur_users\f?\0\v\0\0\0\3\0\0\0\0\0F\0\0\3\3def\10vpopmail\vdir_control\vdir_control\tlevel_cur\tlevel_cur\f?\0\v\0\0\0\3\0\0\0\0\0F\0\0\4\3def\10vpopmail\vdir_control\vdir_control\tlevel_max\tlevel_max\f?\0\v\0\0\0\3\0\0\0\0\0L\0\0\5\3def\10vpopmail\vdir_control\vdir_control\flevel_start0\flevel_start0\f?\0\v\0\0\0\3\0\0\0\0\0L\0\0\6\3def\10vpopmail\vdir_control\vdir_control\flevel_start1\flevel_start1\f?\0\v\0\0\0\3\0\0\0\0\0L\0\0\7\3def\10vpopmail\vdir_control\vdir_control\flevel_start2\flevel_start2\f?\0\v\0\0\0\3\0\0\0\0\0H\0\0\10\3def\10vpopmail\vdir_control\vdir_control\nlevel_end0\nlevel_end0\f?\0\v\0\0\0\3\0\0\0\0\0H\0\0\t\3def\10vpopmail\vdir_control\vdir_control\nlevel_end1\nlevel_end1\f?\0\v\0\0\0\3\0\0\0\0\0H\0\0\n\3def\10vpopmail\vdir_control\vdir_control\nlevel_end2\nlevel_end2\f?\0\v\0\0\0\3\0\0\0\0\0H\0\0\v\3def\10vpopmail\vdir_control\vdir_control\nlevel_mod0\nlevel_mod0\f?\0\v\0\0\0\3\0\0\0\0\0H\0\0\f\3def\10vpopmail\vdir_control\vdir_control\nlevel_mod1\nlevel_mod1\f?\0\v\0\0\0\3\0\0\0\0\0H\0\0\r\3def\10vpopmail\vdir_control\vdir_control\nlevel_mod2\nlevel_mod2\f?\0\v\0\0\0\3\0\0\0\0\0L\0\0\16\3def\10vpopmail\vdir_control\vdir_control\flevel_index0\flevel_index0\f?\0\v\0\0\0\3\0\0\0\0\0L\0\0\17\3def\10vpopmail\vdir"..., > > 16384) = 1290 > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > +++ killed by SIGSEGV +++ > > > On 02/06/2013 10:45 PM, Sebastian Grewe wrote: > > 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] > > <mailto:[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? > >>>>>>>> > >>>>>>>> ./vadddomainmoparclassified.com <http://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> > > > -- -- Sebastian Grewe <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
