mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
After f83530bf9a0b, while compiling arraysize_unsafe_test.cc: …\crashpad\util\misc\arraysize_unsafe_test.cc(24) : error C2466: cannot allocate an array of constant size 0 …\crashpad\util\misc\arraysize_unsafe_test.cc(24) : error C2133: 'c0' : unknown size …\crashpad\util\misc\arraysize_unsafe_test.cc(25) : error C2070: 'char []': illegal sizeof operand …\crashpad\util\misc\arraysize_unsafe_test.cc(36) : error C2466: cannot allocate an array of constant size 0 …\crashpad\util\misc\arraysize_unsafe_test.cc(36) : error C2133: 'i0' : unknown size …\crashpad\util\misc\arraysize_unsafe_test.cc(37) : error C2070: 'int []': illegal sizeof operand …\crashpad\util\misc\arraysize_unsafe_test.cc(61) : error C2466: cannot allocate an array of constant size 0 …\crashpad\util\misc\arraysize_unsafe_test.cc(61) : error C2133: 's0' : unknown size …\crashpad\util\misc\arraysize_unsafe_test.cc(62) : error C2070: 'crashpad::test::`anonymous-namespace'::ArraySizeUnsafe_ArraySizeUnsafe_Test::TestBody::S []': illegal sizeof operand MSVC++ 2015 (14.0) doesn’t mind, and I thought that testing that version would be enough, but the Crashpad buildbots still run MSVC++ 2013 (12.0), which doesn’t like this construct. https://build.chromium.org/p/client.crashpad/builders/crashpad_win_x64_dbg/builds/265/steps/compile%20with%20ninja/logs/stdio TBR=scottmg@chromium.org (holiday) Change-Id: Ia8d140ceda3cd1bdec09c78560377b9bfad84dc4 Reviewed-on: https://chromium-review.googlesource.com/410128 Reviewed-by: Mark Mentovai <mark@chromium.org>
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad Buildbot performs automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%