Jacques Beaudoin wrote: > Hi, > > I have a test server running dbmail 2.2.0.rc1 > > My database is a copy of my production 30gig innodb database. > > I did the mysql upgrade from 2.0.10 to 2.2.0 with no problem. > > I execute 'dbmail-util -ay' to get all the new tables in sync. > and after a few minutes I get > > "Erreur de segmentation" (core dumped) dbmail-util -ay > > Could this be a dbmail error ? or a Linux error ?
This is definitely a dbmail error. At what point is dbmail-util bailing out? If you compile dbmail with debugging symbols (CFLAGS="-Wall -O2 -g" ./configure) and send me the dumped core file, you could run gdb on the core file (gdb /usr/sbin/dbmail-util /tmp/core) and send us the result from the 'bt' command. > > One more question: what does all dose dots represent will executing > dbmail-util -ay progress indication. While initializing the header caches and the envelope cache they are printed for each message. > > With more detail info I could know where dbmail-util is at and > I could give you more details, you could also set trace_stderr=5 -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
