Reading crash reports on MacOS

Interpreting MacOS Crash Reports: Diagnosing Issues in FileMaker Server Source: https://www.mbsplugins.de/archive/2019-10-15/Reading_crash_reports_on_MacOS/monkeybreadsoftware_blog_filemaker After the Windows crash report from earlier today where we couldn’t do much, here is an example for one where we could help on MacOS. When you find a crash report in /Library/Logs/DiagnosticReports folder (for server software) or ~/Library/Logs/DiagnosticReports (for user software), you can

Analyzing crash dump files for Windows

Interpreting Windows Crash Reports: Diagnosing Issues in FileMaker Server Source: https://www.mbsplugins.de/archive/2019-10-15/Analyzing_crash_dump_files_for/monkeybreadsoftware_blog_filemaker On Windows if an application like FileMaker Server crashes, you’ll find a dmp file for the crash. For example in C:\WINDOWS\MiniDump folder. Once you got the file, you wonder how to read it. It seems like the best was to use WinDbg application from