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, [EMAIL PROTECTED],
[EMAIL PROTECTED]) at recipenode.C:79
#5 0x0000000000110d5c in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a180, [EMAIL PROTECTED],
[EMAIL PROTECTED]) at recipenode.C:73
#6 0x0000000000112b58 in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a080, [EMAIL PROTECTED],
[EMAIL PROTECTED]) at recipenode.C:589
#7 0x0000000000110d5c in RecipeNode::Evaluate(Recipe&, Buffer&) (this=0x73a000, [EMAIL PROTECTED],
[EMAIL PROTECTED]) 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
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
