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 22, 2004 6:43:47 pm
List:net.sourceforge.lists.courier-users

You should rebuild "maildrop" with "-g" so it will have debugging symbols.

Rebuilt maildrop-1.5.3.tar.bz2 from source with --enable-DEBUG

Program received signal SIGABRT, Aborted. 0x00000000447e1b80 in abort () from /usr/lib/libc.so.34.1

... and ... and ... ??? At least learn the "bt" command in "gdb" so you can tell us something useful about what was going on before abort() got called in the C library.

Yeah, sorry for my inexperience in this issue. This is what I get from a backtrace: $gdb maildrop GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc64-unknown-openbsd3.6"... (gdb) run < testmsg Starting program: /usr/local/bin/maildrop < testmsg

Program received signal SIGABRT, Aborted. 0x000000004b757b80 in abort () from /usr/lib/libc.so.34.1 (gdb) bt #0 0x000000004b757b80 in abort () from /usr/lib/libc.so.34.1 #1 0x0000000000124d24 in uw_init_context_1 (context=0xffffffffffff22a0, outer_cfa=0xffffffffffff2620, outer_ra=0x4f8c9128) at /usr/src/gnu/usr.bin/gcc/gcc/unwind-dw2.c:1177 #2 0x00000000001250b4 in _Unwind_RaiseException (exc=0x73a350) at unwind.inc:84 #3 0x000000004f8c9130 in __cxa_throw () from /usr/lib/libstdc++.so.32.0 #4 0x0000000000110dec in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a200, r=@0xffffffffffff41c0, b=@0xffffffffffff4050) at recipenode.C:79 #5 0x0000000000110d5c in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a180, r=@0xffffffffffff41c0, b=@0xffffffffffff4050) at recipenode.C:73 #6 0x0000000000112b58 in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a080, r=@0xffffffffffff41c0, b=@0xffffffffffff4050) at recipenode.C:589 #7 0x0000000000110d5c in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a000, r=@0xffffffffffff41c0, b=@0xffffffffffff4050) at recipenode.C:73 #8 0x0000000000110660 in Recipe::ExecuteRecipe() (this=0xffffffffffff41c0) at recipe.C:49 #9 0x000000000010ae14 in run (argc=1, argv=0xffffffffffff4280) at main.C:1001 #10 0x000000000011d258 in Maildrop::trap(int (*)(int, char**), int, char**) (func=0x10a2e0 <run>, argc=1, argv=0xffffffffffff49d8) at maildrop.C:72 #11 0x000000000010bbdc in main (argc=1, argv=0xffffffffffff49d8) at main.C:1037