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

Resolve android tombstone crash #42

Open
makotokato opened this issue May 7, 2021 · 0 comments
Open

Resolve android tombstone crash #42

makotokato opened this issue May 7, 2021 · 0 comments

Comments

@makotokato
Copy link
Member

This is Android's tombstone crash output.

05-07 04:17:57.046 14540 14555 F MOZ_Assert: Assertion failure: mSelection->Collapsed(), at /mozilla/gecko-mobile/widget/ContentCache.cpp:446
05-07 04:17:57.048 14540 14555 F MOZ_Assert: #01: ???[/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so +0x77529d3]
05-07 04:17:57.048 14540 14555 F MOZ_Assert: #02: ???[/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so +0x77519f3]
05-07 04:17:57.048 14540 14555 F MOZ_Assert: #03: ???[/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so +0x77514d0]
05-07 04:17:57.048 14540 14555 F MOZ_Assert: #04: ???[/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so +0x7764f4f]
05-07 04:17:57.049 14540 14555 F MOZ_Assert: #05: ???[/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so +0x7769053]
05-07 04:17:57.049 14540 14555 F MOZ_Assert: #06: ???[/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so +0x7748f47]
...

When using fix-stack, it is looking for host's /data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so, not remote's. So it cannot resolve symbols like the following.

fix-stacks: error: failed to read `/data/app/org.mozilla.geckoview_example-1/lib/x86_64/libxul.so`
fix-stacks: No such file or directory (os error 2)

So I would like something options to use remote file (or using adb to get remote *.so) for resolving symbols.

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

1 participant