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:Rob Hutton (rob.@comcast.net)
Date:Aug 24, 2003 12:27:42 pm
List:net.sourceforge.lists.courier-maildrop

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?

Thanks, Rob

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Sam Varshavchik Sent: Saturday, August 23, 2003 8:34 PM To: cour@lists.sourceforge.net Subject: [maildropl] Re: Working on patch to autocreate maildirs/off topic

Rob Hutton writes:

OK. Is there any way in the signal handler to figure out what line the SIG11 came from?

Yes: dump core and let the debugger obtain the stack backtrace.