When I run this from the command line, the singal 0x06 happens immediately.
When I run it in gdb, the process waits the full five minutes, then times
out with "Timeout quota exceeded".
$maildrop < testmsg
maildrop: signal 0x06
$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"...(no debugging
symbols found)...
(gdb) run "< testmsg"
Starting program: /usr/local/bin/maildrop "< testmsg"
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...(no debugging symbols
found)...maildrop: Timeout quota exceeded.
Program exited with code 0113.
Would it be of any use to you for me to send ktrace output? I have a trace
from the functioning i386 machine, as well as one from the non-functioning
sparc64. TGZ'd, they are ~39k.
Thanks,
Seth