Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2022-01-31 | 863 Bytes | |
gdb_72_i386.exe | 2014-09-01 | 3.8 MB | |
gdb_72_x64.exe | 2014-09-01 | 4.7 MB | |
Totals: 3 Items | 8.4 MB | 0 |
<pre> Instruction: Please send me an email to request a version compiled with debug symbol, be sure to specify the required OS system and bitness. The debug version are to run with gdb, the GNU debuger, in case the program crash. Replace the standrad binaries with the content of the archive. To install gdb on Linux look for this word in your package manager. For Windows get the above gdb_72_i386 for 32bit version, or gdb_72_x64 for 64bit, and copy it to the same folder as skychart.exe To run in debug with Windows: Open a command line console C: cd ...ciel...path... (\Program files\Ciel) gdb_72_i386.exe skychart.exe (gdb) run ... after the crash (gdb) bt (gdb) quit Zip and copy the information to 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. </pre>