Git Product home page Git Product logo

microsoft / appcenter-sdk-android-breakpad Goto Github PK

View Code? Open in Web Editor NEW
10.0 19.0 13.0 12.27 MB

Fork of https://chromium.googlesource.com/breakpad/breakpad to be usable in https://github.com/Microsoft/AppCenter-SDK-Android test app without the fetch tools.

License: Other

Makefile 13.69% C 5.63% Objective-C++ 2.61% Objective-C 3.00% C++ 67.53% Python 1.65% Assembly 0.25% Shell 4.80% M4 0.65% Batchfile 0.01% Go 0.18%

appcenter-sdk-android-breakpad's People

Contributors

andybons avatar cbchan avatar dmitriykirakosyan avatar erikchen avatar folded avatar gabrielesvelto avatar gordana-cmiljanovic-imgtec avatar guperrot avatar jbudorick avatar jon-turney avatar labath avatar leizleiz avatar luser avatar mariakleiner avatar markmentovai avatar matkovivan avatar microsoftopensource avatar mrpickles avatar orgads avatar patniko avatar pcc avatar primiano avatar qsr avatar rmcilroy avatar rsesek avatar sdefresne avatar sebmarchand avatar sgraham avatar tdz avatar vapier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appcenter-sdk-android-breakpad's Issues

core dump

void CompilationUnit::ProcessSplitDwarf() {
struct stat statbuf;
if (!have_checked_for_dwp_) {
// Look for a .dwp file in the same directory as the executable.
have_checked_for_dwp_ = true;
string dwp_suffix(".dwp");
dwp_path_ = path_ + dwp_suffix;
if (stat(dwp_path_.c_str(), &statbuf) != 0) {
// Fall back to a split .debug file in the same directory.
string debug_suffix(".debug");
dwp_path_ = path_;
size_t found = path_.rfind(debug_suffix);

here,if not found ,replace will dump

Build problems - macOS

Hi!

This doesn't build for Xcode 10, mainly due to being configured for very old macOS versions as the build target.

Once I've fixed those issues, I get a big problem when trying to build dump_syms:
Undefined symbols for architecture x86_64:
"vtable for google_breakpad::DwarfRangeListHandler", referenced from:
google_breakpad::DwarfRangeListHandler::DwarfRangeListHandler(unsigned long long, std::__1::vector<google_breakpad::Module::Range, std::__1::allocator<google_breakpad::Module::Range> >*) in dump_syms.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Can you please advise? Thanks, Pete

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.