20 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Maildrop ALWAYS f...
FromSent OnAttachments
Hanford, SethNov 19, 2004 6:42 am 
Hanford, SethNov 19, 2004 6:56 am 
Sam VarshavchikNov 19, 2004 3:41 pm 
Dew EdihoNov 19, 2004 6:43 pm 
Dew EdihoNov 20, 2004 4:36 am 
Hanford, SethNov 20, 2004 11:51 am 
Sam VarshavchikNov 20, 2004 5:20 pm 
Hanford, SethNov 22, 2004 6:20 am 
Sam VarshavchikNov 22, 2004 4:04 pm 
Hanford, SethNov 22, 2004 4:45 pm 
Sam VarshavchikNov 22, 2004 4:56 pm 
Greg EarleNov 22, 2004 5:23 pm 
Hanford, SethNov 22, 2004 6:43 pm 
Sam VarshavchikNov 23, 2004 4:05 am 
Hanford, SethNov 23, 2004 6:05 am 
Sam VarshavchikNov 23, 2004 4:24 pm 
Hanford, SethNov 24, 2004 7:11 am 
Jerry AmundsonNov 24, 2004 8:43 am 
Hanford, SethNov 24, 2004 11:32 am 
Sam VarshavchikNov 24, 2004 4:52 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: [courier-users] Maildrop ALWAYS failling with 0x06Actions...
From:Hanford, Seth (shan@ckure.com)
Date:Nov 23, 2004 6:05:50 am
List:net.sourceforge.lists.courier-users

----- Original Message ----- From: "Sam Varshavchik" <mrs@courier-mta.com> To: <cour@lists.sourceforge.net> Sent: Tuesday, November 23, 2004 7:05 AM Subject: Re: [courier-users] Maildrop ALWAYS failling with 0x06

Some kind of an internal memory corruption.

The current version of maildrop is 1.7.0

1.5.3 is over a year old.

Upgrade to the current version of maildrop, and build it without any optimization flags.

Unistalled 1.5.3, rebuilt maildrop-1.7.0 with debug and without any CCFLAGS or CXXFLAGS "-O" in any of the various Makefiles (if this is not what you meant by optimization flags, please clarify to help a poor sysadmin out). Reran in debug, and it SIGABRTs still. Here is the backtrace from maildrop-1.7.0:

(gdb) run < testmsg Starting program: /usr/local/bin/maildrop < testmsg

Program received signal SIGABRT, Aborted. 0x000000004520fb80 in abort () from /usr/lib/libc.so.34.1 (gdb) bt #0 0x000000004520fb80 in abort () from /usr/lib/libc.so.34.1 #1 0x000000000013b784 in uw_init_context_1 (context=0xffffffffffff52d0, outer_cfa=0xffffffffffff5650, outer_ra=0x4da5f128) at /usr/src/gnu/usr.bin/gcc/gcc/unwind-dw2.c:1177 #2 0x000000000013bb14 in _Unwind_RaiseException (exc=0x758350) at unwind.inc:84 #3 0x000000004da5f130 in __cxa_throw () from /usr/lib/libstdc++.so.32.0 #4 0x0000000000119db0 in RecipeNode::Evaluate(Recipe&, Buffer&) ( this=0x758200, r=@0xffffffffffff8740, b=@0xffffffffffff8350) at recipenode.C:599 #5 0x00000000001167cc in RecipeNode::Evaluate(Recipe&, Buffer&) ( this=0x758180, r=@0xffffffffffff8740, b=@0xffffffffffff8350) at recipenode.C:73 #6 0x0000000000119bc4 in RecipeNode::Evaluate(Recipe&, Buffer&) ( this=0x758080, r=@0xffffffffffff8740, b=@0xffffffffffff8350) at recipenode.C:587 #7 0x00000000001167cc in RecipeNode::Evaluate(Recipe&, Buffer&) ( this=0x758000, r=@0xffffffffffff8740, b=@0xffffffffffff8350) at recipenode.C:73 #8 0x0000000000115ef8 in Recipe::ExecuteRecipe() (this=0xffffffffffff8740) at recipe.C:49 #9 0x000000000010f21c in run (argc=1, argv=0xffffffffffff8fe8) at main.C:1004 #10 0x000000000012b2c0 in Maildrop::trap(int (*)(int, char**), int, char**) ( ---Type <return> to continue, or q <return> to quit--- func=0x10cbe4 <run>, argc=1, argv=0xffffffffffff8fe8) at maildrop.C:72 #11 0x000000000010f674 in main (argc=1, argv=0xffffffffffff8fe8) at main.C:1040