Bug reports should be sent to the Barnyard Developers mailing list at
barnyard-users@lists.sourceforge.net.


Please include the following information with your report:

System Architecture (Sparc, x86, etc)
Operating System and version (Linux 2.0.22, IRIX 5.3, etc)
Your barnyard.conf file
The output of dryrun mode (add -R to your command line)
Any Barnyard error messages

If you get a core file, here is a procedure that would be very
helpful for me to debug your problem faster.  When it crashes,
try the following steps:

1) At the command prompt, type 'gdb barnyard barnyard.core'.  This will
load barnyard and the core file into the GNU debugger.  You may need
to give the path to the barnyard binary file, and your core file might
have a different name (like "core" or something).

2) At the (gdb) prompt, type 'bt' (without the quotes).

3) At the (gdb) prompt, type 'quit'.  This will return you to your
shell.  

4) Cut and paste the output from gdb into the email you send me! 

If the problem could be reproduced, coredump analysis and barnyard output
of 'debug-enabled' build would be appreciated.


Hints:
To build debugging-enabled barnyard: 

make distclean; ./configure --enable-debug; make

Thanks!

    -Marty & Andrew
