This page gives guidance on how to deal with bugs in the MINOS offline
code. It includes:
- Common bugs in the offline framework.
- How to best report bugs you think you may have found in the
offline framework.
- ...
Common bugs in the offline framework
How to best report bugs.
- If loon crashes, follow these steps and send all of the results
to minos_software_discussion@fnal.gov.
- Include version info for:
- GCC
- MINOSSOFT
- ROOT
- Any third party packages that might relate to the
problem.
- Generate a stack trace:
shell> gdb loon
(gdb) run [all the usual arguments to loon]
... let it run until crashing ...
(gdb) list
... the area around the crash will be displayed ...
(gdb) where
... stack trace prints ...
- Send the controlling macro (.C) file
- Give a URL to an input file that will reproduce the
problem
- Any additional info that you think might be relavent.
- If there is no crash but results look weird send a description
to minos_software_discussion@fnal.gov if you suspect the
framework, or minos_reco@fnal.gov if you suspect reconstruction
code.
Last Modified: $Date: 2003/08/21 15:29:03 $
Contact:
minos_software_discussion@fnal.gov
Page viewed from
http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/bugs.html