[Dbmail-dev] SVN-1961: CRITICAL **: _handle_search_args: assertion `search_keys && search_keys[*idx]' failed

2006-01-24 Thread Kevin
Got above error message prompt on the console, however the IMAP seems still working. Attached is the valgrind output. Thanks, Kevin ==22282== Memcheck, a memory error detector for x86-linux. ==22282== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al. ==22282== Using valgrind-2.2.0,

Re: [Dbmail-dev] SVN-1961: CRITICAL **: _handle_search_args: assertion `search_keys && search_keys[*idx]' failed

2006-01-24 Thread Paul J Stevens
Kevin wrote: > Got above error message prompt on the console, however the IMAP seems > still working. That assertion is actually harmless. It's what happens when a search command is given without search arguments other than UID values. line 613 in dbmail-mailbox.c reads: g_return_val_

Re: [Dbmail-dev] SVN-1961: CRITICAL **: _handle_search_args: assertion `search_keys && search_keys[*idx]' failed

2006-01-24 Thread Kevin
I did add -g but not sure how to build static binaries. Below is what I did to compile: autoreconf -f -i CFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse -msse2 -g" \ ./configure \ --prefix=/usr/local/dbmail/2.1_svn1961 \ --with-pgsql make make install Thanks,

Re: [Dbmail-dev] SVN-1961: CRITICAL **: _handle_search_args: assertion `search_keys && search_keys[*idx]' failed

2006-01-24 Thread Paul J Stevens
Kevin wrote: > I did add -g but not sure how to build static binaries. Below is what > I did to compile: > > autoreconf -f -i > > CFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse -msse2 -g" \ > ./configure \ > --prefix=/usr/local/dbmail/2.1_svn1961 \ > --with-p