You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashes which occur during view drawing under macOS Sierra get caught by AppKit and are directly turned into crashes with private annotations which KSCrash does not pick up.
Here is an example of such a crash reported by the Apple crash reporter and by KSCrash: AppleCrash.txt KSCrash.txt
I suggest, KSCrash should implement picking up this information using the private annotations structure:
Crashes which occur during view drawing under macOS Sierra get caught by AppKit and are directly turned into crashes with private annotations which KSCrash does not pick up.
Here is an example of such a crash reported by the Apple crash reporter and by KSCrash:
AppleCrash.txt
KSCrash.txt
I suggest, KSCrash should implement picking up this information using the private annotations structure:
You can learn more about these structures at https://alastairs-place.net/blog/2013/01/10/interesting-os-x-crash-report-tidbits/
The text was updated successfully, but these errors were encountered: