mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
While compiling, for example, minidump_simple_string_dictionary_writer.cc: In file included from ../../minidump/minidump_module_crashpad_info_writer.cc:21:0: ../../minidump/minidump_simple_string_dictionary_writer.h:55:45: error: declaration of ‘const crashpad::MinidumpSimpleStringDictionaryEntry* crashpad::MinidumpSimpleStringDictionaryEntryWriter::MinidumpSimpleStringDictionaryEntry() const’ [-fpermissive] MinidumpSimpleStringDictionaryEntry() const; ^~~~~ In file included from ../../minidump/minidump_module_crashpad_info_writer.h:25:0, from ../../minidump/minidump_module_crashpad_info_writer.cc:15: ../../minidump/minidump_extensions.h:255:26: error: changes meaning of ‘MinidumpSimpleStringDictionaryEntry’ from ‘struct crashpad::MinidumpSimpleStringDictionaryEntry’ [-fpermissive] struct ALIGNAS(4) PACKED MinidumpSimpleStringDictionaryEntry { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Tested with: - GCC 4.9 from NDK r13 targeting arm with SDK 16 - GCC 4.9 from NDK r13 targeting arm64 with SDK 21 - GCC 6.2 targeting x86_64 BUG=crashpad:30 Change-Id: I1e5e6a21a24f19eef7602e4123459ce15f3b089e Reviewed-on: https://chromium-review.googlesource.com/409624 Reviewed-by: Robert Sesek <rsesek@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%