Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac(m1)抓取到nump文件之后使用minidump_stalkwalk分析堆栈信息失败 #20

Open
wangdaao opened this issue Jul 18, 2021 · 2 comments

Comments

@wangdaao
Copy link

2021-07-18 15:56:34: minidump.cc:5089: INFO: Minidump opened minidump 17F575B9-84A9-49CE-B3DB-CD02E04E71D0.dmp
2021-07-18 15:56:34: minidump.cc:5219: INFO: Minidump not byte-swapping minidump
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 15 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 7 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 7 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 1197932545 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 6 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 1197932546 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 4 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 14 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 5 not present
2021-07-18 15:56:34: minidump.cc:5871: INFO: GetStream: type 3 not present
2021-07-18 15:56:34: minidump_processor.cc:180: ERROR: Minidump 17F575B9-84A9-49CE-B3DB-CD02E04E71D0.dmp has no thread list
2021-07-18 15:56:34: minidump_stackwalk.cc:108: ERROR: MinidumpProcessor::Process failed
2021-07-18 15:56:34: minidump.cc:5061: INFO: Minidump closing minidump

@chejdj
Copy link

chejdj commented Nov 28, 2022

@wangdaao breakpad使用项目比较旧了,可以使用我最新编译的项目进行解析

https://github.com/chejdj/Chapter01

@m30102
Copy link

m30102 commented Oct 8, 2024

@wangdaao breakpad使用项目比较旧了,可以使用我最新编译的项目进行解析

https://github.com/chejdj/Chapter01

NDK始终是要升高版本的,如何在高版本NDK上捕获模拟器的crash呢?假设apk包不带x86的so。
这点bugly是可以做到的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants