Re: [Dbmail-dev] Rev-2347: seg-fault (rev-2348)

2006-11-02 Thread Oleg Lapshin
> Oleg, > > I need a backtrace. Use valgrind or gdb if you can. I've attache output from: cat message | valgrind --leak-check=full -v --show-reachable=yes /usr/local/sbin/dbmail-smtp -u loe (can't check your changes for utf7 encoding in subject) -- Oleg Lapshin out.gz Description: GNU Zip

Re: [Dbmail-dev] Rev-2347: seg-fault (rev-2348)

2006-11-02 Thread Aaron Stone
When the module search path had one less item, the for loop was still counting up to four. Fixed. Aaron On Thu, 2006-11-02 at 16:05 +0300, Oleg Lapshin wrote: > > Oleg, > > > > I need a backtrace. Use valgrind or gdb if you can. > > I've attache output from: > cat message | > valgrind --leak-ch