7 Sep
2004
7 Sep
'04
9:51 p.m.
On Tue, 7 Sep 2004, Timo Sirainen wrote:
On 7.9.2004, at 08:03, Wouter Van Hemel wrote:
Note that it is a signal-6, abort, and I can't get much out of the core file.
I bet you're running Linux 2.6 then. Really annoying that it generates broken core files with abort().
Could you change the abort() calls in src/lib/failures.c to:
*((char*)0) = 0;
That should make more usable cores.
Actually I simply forgot I stripped the symbols just before it crashed, sorry. On OpenBSD at least, the core files from abort() seem fine. Anyway, I attached the stacktrace. The crash happens straight away after login, on "select INBOX".
Note that mmap is disabled (by configuration).