A NOTE has been added to this issue. ====================================================================== http://www.dbmail.org/mantis/view.php?id=444 ====================================================================== Reported By: aaron Assigned To: ====================================================================== Project: DBMail Issue ID: 444 Category: Command-Line programs (dbmail-users, dbmail-util) Reproducibility: always Severity: minor Priority: normal Status: new target: ====================================================================== Date Submitted: 10-Nov-06 09:00 CET Last Modified: 10-Nov-06 09:51 CET ====================================================================== Summary: Segfault in dbmail-util, envelope cache Description: Repairing DBMAIL for cached envelopes... Ok. Found [47915] missing envelope values.
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1212119376 (LWP 27792)] 0xb7c7225b in strlen () from /lib/libc.so.6 (gdb) bt http://www.dbmail.org/mantis/view.php?id=0 0xb7c7225b in strlen () from /lib/libc.so.6 http://www.dbmail.org/mantis/view.php?id=1 0xb7c47bfc in vfprintf () from /lib/libc.so.6 http://www.dbmail.org/mantis/view.php?id=2 0xb7c650f6 in vasprintf () from /lib/libc.so.6 http://www.dbmail.org/mantis/view.php?id=3 0xb7d9fce7 in g_vasprintf () from /usr/lib/libglib-2.0.so.0 http://www.dbmail.org/mantis/view.php?id=4 0xb7d8fed6 in g_strdup_vprintf () from /usr/lib/libglib-2.0.so.0 http://www.dbmail.org/mantis/view.php?id=5 0xb7ece94c in g_list_append_printf (list=0xbfff8644, format=0x65696262 <Address 0x65696262 out of bounds>) at misc.c:458 http://www.dbmail.org/mantis/view.php?id=6 0xb7ed11dd in dbmail_imap_append_alist_as_plist (list=0x8073690, ialist=0x65696262) at misc.c:1853 http://www.dbmail.org/mantis/view.php?id=7 0xb7ed1b0b in envelope_address_part (list=0x8073690, message=0x65696262, header=0x65696262 <Address 0x65696262 out of bounds>) at misc.c:1950 http://www.dbmail.org/mantis/view.php?id=8 0xb7ed1ceb in imap_get_envelope (message=0x8072040) at misc.c:2009 http://www.dbmail.org/mantis/view.php?id=9 0xb7eba159 in dbmail_message_cache_envelope (self=0x806bdf0) at dbmail-message.c:1261 http://www.dbmail.org/mantis/view.php?id=10 0xb7ec3708 in db_set_envelope (lost=0x8379650) at db.c:1708 http://www.dbmail.org/mantis/view.php?id=11 0x0804b44a in main (argc=1, argv=0x0) at maintenance.c:701 ====================================================================== ---------------------------------------------------------------------- paul - 10-Nov-06 09:51 ---------------------------------------------------------------------- I still can't reproduce it, though I've spotted a couple of suspicious bit related to mixing (const char *) and (char *) in misc.c,envelope_address_part What's your take, Aaron? Issue History Date Modified Username Field Change ====================================================================== 10-Nov-06 09:00 aaron New Issue 10-Nov-06 09:51 paul Note Added: 0001582 ======================================================================
