1BUG-REPORTING
2-------------
3
4Please try to reproduce the bug before contacting me.
5
6Things to do when you encountered a bug:
7
8If a core-dump was created:
9- start gdb with
10   gdb ffma core
11- locate the error
12   where
13
14If the program exits with a run-time-error:
15- start gdb with
16   gdb
17- run the program
18   run ffma <used parameter>
19- locate the error
20   where
21
22send me the following things:
23- an detailed description of the situation where the bug happened.
24- version of ffma, smapi, fidoconfig and compiler
25- your config-files
26- a short description what system you are using.
27