On 6/19/06, Jesse Norell <[EMAIL PROTECTED]> wrote:
Actually disregard these comments.... I've been searching some myself
and I can't find anything that lines up with this other than the one you
already found (ie. early troubleshooting steps were looking at file
permissions/etc. ... but in the end reinstalling libgmime is what fixed
it). A few other segfaults on daemon startup issues were fixed at times
in the past... a little more recently would be this thread:
http://mailman.fastxs.net/pipermail/dbmail-dev/2006-May/008900.html
Is that indicating not setting error_log caused a problem? (Paul?) You
might check those settings. Do you also get a segfault running
"/usr/sbin/dbmail-users -l" manually?
====================================
Yes I do:
# /usr/sbin/dbmail-users -l
dbmysql.c, db_get_result: row = 0, field = 0, bigger than size of result set
Segmentation fault
=======================================
But it works fine from sql:
# mysql -u dbmail -p dbmailtest
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 12949 to server version: 4.0.24_Debian-10sarge2-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> SELECT 1=1 FROM dbmail_users LIMIT 1 OFFSET 0;
+-----+
| 1=1 |
+-----+
| 1 |
+-----+
1 row in set (0.00 sec)
mysql>
--
Demi