2 Feb
2007
2 Feb
'07
12:27 p.m.
On Wed, 2007-01-31 at 11:32 -0500, Dean Brooks wrote:
#0 0x377fc in mbox_file_seek (mbox=0xc8560, view=0xc94c0, seq=1, deleted_r=0xffbef157) at mbox-file.c:167 167 if (data == NULL) { .. (gdb) print data $1 = (void *) 0xd9354
Are you using some non-x86 CPU? It appears to crash because it's dereferencing data as 64bit integer, but the data isn't 64bit aligned in the memory. I thought I had already fixed all these problems..
Could you try http://dovecot.org/tools/idxview.c, run it against the mailbox's dovecot.index file and show me the headers that it outputs?