freaking1 / crashpad

Automatically exported from code.google.com/p/crashpad
0 stars 0 forks source link

Warning messages when crashing on OSX 10.11 El Capitan #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Chrome on 10.11 (I'm on beta 5 15A235d).
2. Navigate to chrome://crash
3. Observe console log

0730/165131:WARNING:mach_o_image_annotations_reader.cc(82)] unexpected crash 
info version 5 in 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig
uration
[0730/165131:WARNING:mach_o_image_annotations_reader.cc(82)] unexpected crash 
info version 5 in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
[0730/165131:WARNING:mach_o_image_annotations_reader.cc(82)] unexpected crash 
info version 5 in 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
--- snip ---

Original issue reported on code.google.com by andresan...@chromium.org on 30 Jul 2015 at 11:59

GoogleCodeExporter commented 9 years ago
We need to make sure that the parts of the crash info structure that we read 
are compatible between versions 4 and 5. If they are, this is an easy fix. 
Otherwise, we need to figure out what’s changed and how to make sense of it.

https://chromium.googlesource.com/crashpad/crashpad/+/bcae4d94d58cd730b4045b3514
a0ed0345245537/snapshot/mac/process_types/crashreporterclient.proctype has 
useful context.

I’ll be installing the 10.11 preview in a VM to run Crashpad’s tests, too.

Original comment by mark@chromium.org on 3 Aug 2015 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by mark@chromium.org on 4 Aug 2015 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by mark@chromium.org on 4 Aug 2015 at 10:44

GoogleCodeExporter commented 9 years ago
This was caught by a test. crashpad_snapshot_test 
MachOImageAnnotationsReader.CrashAbort fails in Mac OS X 10.11.

Original comment by mark@chromium.org on 4 Aug 2015 at 10:53

GoogleCodeExporter commented 9 years ago
https://codereview.chromium.org/1277513003/

Original comment by mark@chromium.org on 5 Aug 2015 at 7:31