
born70s at gmail
Nov 24, 2005, 1:39 AM
Post #1 of 1
(750 views)
Permalink
|
|
GLib-CRITICAL **: file gstrfuncs.c: line 2152 (g_strsplit): assertion `string != NULL' failed
|
|
I got following error prompt on the console when Outlook Express tried to retrieve emails: (process:8443): GLib-CRITICAL **: file gstrfuncs.c: line 2152 (g_strsplit): assertion `string != NULL' failed Then I run valgrind got following: [/var/log]# cat maillog.debug | valgrind --tool=memcheck -v /usr/local/dbmail/2.1/sbin/dbmail-imapd -n 2> debug.txt * OK dbmail imap (protocol version 4r1) server 2.1 ready to run Nov BAD command not recognized See maillog.debug and debug.txt in attachments. I'm running CentOS 4.2, pgsql 8.1. DBmail is svn checkout version 1915 (delete line 214 in dm_imaputil.c which reads g_free(result) as mentioned before cuz I got the same error). Thanks, Kevin
|