Page 1 of 1

Where do MAC crash reports go to live (or die)

Posted: Sat Nov 25, 2017 1:27 pm
by David Polich
I’m currently working with Ray of GG Audio,
developer of the B3 organ VI “Blue3”, to
resolve why the current version of Blue3
is causing random crashes in DP 9.5.1.

Here is the scenario..when rendering a
MIDI-triggered Blue3 track to audio,
DP will suddenly freeze and crash.
The generated DP Crash Report just says
DP has crashed due to an “unknown reason”.

The dev wants me to send him the
Mac crash report the next time this happens.

Where do I find the MAC crash report?

Thanks in advance..

Re: Where do MAC crash reports go to live (or die)

Posted: Sat Nov 25, 2017 3:36 pm
by dubiousmaximus
Hi David - you can use the Console app which is in Finder under Applications -> Utilities. Recent DP crash reports are written under 'User Reports' and each report name includes a date and timestamp. Right-click on the report name to show the original file, which you can send over to the developer.

This is based on Sierra 10.12.6 when Console got a friendlier rewrite. Earlier versions are more cryptic so you may have to look under ~/Library/Logs -> CrashReporter for DP-related dumps.

Hope that helps.

Re: Where do MAC crash reports go to live (or die)

Posted: Wed Dec 20, 2017 6:24 am
by Babz
Rather than relying on the standard Apple system for crash reports, at some point in the past MOTU adopted a system that relies on Google Breakpad. This client-server system allows the crash reports to go to MOTU but makes them inaccessible to the end user like us trying to work with third party developers to troubleshoot problems.

I have an AppleScript applet that my friend sent me that can temporarily turn off Breakpad for a session so you can retrieve crash reports and send them to developers. I have had great success working with several third-party developers (e.g, Arturia) who were able to fix problems based on crash reports I was able to send them.

I just noticed this post, and I hope that you have already resolved the issue. But if you still need it, PM me and I will send you the script.

Best,
Babz

P.S. I should add that I haven’t used this script in a long time and for all I know it may no longer work in current versions of the MacOS. It is also possible that MOTU no longer uses the Breakpad system. I haven’t kept up on this in recent years. I’m reasonably sure they still do, but as of this moment I have not tested the script in a year or more. And I am on El Capitan so I have no way to test on current MacOS.