Reporting Crashes

From FlightGear wiki
Jump to navigation Jump to search

As of 03/2014, the Windows builds (and the 3.0 release, assuming no issues are encountered) now include a crash-reporting framework.

If you experience a crash, please send a report using the dialog which appears - you can provide some additional info if you wish. Your log file, some system info (processor, time of day, Windows version, path to fgfs.exe) and a crash dump are zipped-up and sent to a server, and using some additional steps a real back-trace can be produced.

Note  We need to write a privacy policy document for this, current the URL is a 404 - basically saying we promise not to do anything evil with the report info, although I’m not sure how much evil is possible since it’s the same info we ask for in a bug-report - I have switched off the options to include registry contents, and FGFS doesn’t touch the registry anyway.For the curious, We're not using Google Breakpad because it’s huge and seems somewhat inactive, instead we're using CrashRpt which is very compact, completely open-source and new-BSD-licensed: https://code.google.com/p/crashrpt/ - although we do need to include a copy of their license.txt file somewhere in the installer