17 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Re: Working on patch ...
FromSent OnAttachments
Rob HuttonAug 22, 2003 1:51 pm 
Andreas StollarAug 22, 2003 4:06 pm 
Sam VarshavchikAug 22, 2003 7:46 pm 
Martin List-PetersenAug 23, 2003 6:17 am 
Rob HuttonAug 23, 2003 8:26 am 
Rob HuttonAug 23, 2003 9:57 am 
Sam VarshavchikAug 23, 2003 5:36 pm 
Rob HuttonAug 23, 2003 8:17 pm 
Rob HuttonAug 24, 2003 12:27 pm 
Sam VarshavchikAug 24, 2003 1:40 pm 
Rob HuttonAug 24, 2003 2:30 pm 
Rob HuttonAug 24, 2003 6:44 pm 
Rob HuttonAug 25, 2003 6:42 pm 
Matthias AndreeAug 25, 2003 8:04 pm 
Sam VarshavchikAug 26, 2003 6:10 am 
Peter MannAug 26, 2003 7:18 am 
Matthias AndreeAug 26, 2003 5:31 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Re: Working on patch to autocreate maildirs/off topicActions...
From:Matthias Andree (ma@dt.e-technik.uni-dortmund.de)
Date:Aug 25, 2003 8:04:00 pm
List:net.sourceforge.lists.courier-maildrop

"Rob Hutton" <rob.@comcast.net> writes:

traceback:

#0 0x402179d4 in mallopt () from /lib/libc.so.6 #1 0x40216b61 in malloc () from /lib/libc.so.6 #2 0x401524ae in operator new(unsigned) () from /usr/lib/libstdc++.so.5 #3 0x401525ff in operator new[](unsigned) () from /usr/lib/libstdc++.so.5 #4 0x0805de2c in Buffer::set(char const*) (this=0xbffff8c0, p=0x8064f90 ".mailfilter") at buffer.C:34 #5 0x080507df in run (argc=1, argv=0xbffff964) at buffer.h:55 #6 0x08051ea5 in main (argc=1, argv=0xbffff964) at main.C:1118 #7 0x401ba80c in __libc_start_main () from /lib/libc.so.6

English:

Is there a way of obtaining traceback of a correctly excecuting program. EG. a traceback of maildrop -h?

This reeks of Linux. If you're running x86 Linux, have a look at the valgrind program, http://developer.kde.org/~sewardj/ -- it may detect and report the problem earlier and more precisely than a post-mortem core dump does.