Index of /tmp/skychart/debug
Instruction:
This files install the program compiled with debug symbol.
This debug version are to run with gdb, the GNU debuger, in case the program crash.
To install gdb on Linux look for this word in your package manager.
To run in debug, open a terminal window and type:
gdb skychart
... It stop at a (gdb) prompt after: "Reading symbols from skychart..."
(gdb) run
... after the crash
(gdb) bt
... press Enter until the end of the trace
(gdb) quit
Copy the gdb output to a file.
zip and send me the file by preference using the bug tracker at http://www.ap-i.net/mantis
The most important part is the result of the bt command (backtrace) you do just after the crash.