question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SIGSEGV crash on Android

See original GitHub issue

This issue seems somewhat related to #6760 , but different enough for a different issue.

The main differences are –

  1. The crash happens when there are a lot of components (e.g. 1000 Views nested inside each other). But in the particular instance of our app, the crash also happens when there are relatively fewer components (~100) and we receive a 4xx, 5xx level response from a HTTP call. I have not been able to reproduce this in an isolated project with ~100 components and failed HTTP requests.
  2. I am experiencing the crash when I’m NOT connected to Chrome Debugger. It works fine when connected to the debugger.

All I see is this, without a stack trace whatsoever. A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xbbadbeef in tid 27250 (mqt_js)

Since the issue happens when I’m not connected to the debugger, it makes it more serious because I cannot distribute the app. Any leads on how to debug this would be helpful.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:14
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
shahen94commented, Feb 20, 2017

I have this issue too, But it works fine when debugging via Chrome

0reactions
hramoscommented, Jul 21, 2017

Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we’re automatically closing issues after a period of inactivity. Please do not take it personally!

If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:

  • Does the issue still reproduce on the latest release candidate? Post a comment with the version you tested.
  • If so, is there any information missing from the bug report? Post a comment with all the information required by the issue template.
  • Is there a pull request that addresses this issue? Post a comment with the PR number so we can follow up.

If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to figure out the reason of a SIGSEGV in Android
I've been getting increasing number of reports that my android app crashes, the crash happens in native code so a stacktrace isn't produced....
Read more >
SIGSEGV crash in libhwui.so on Pixel android 12 only #32547
Description I am getting crashes on android. The crash occur only on Pixel devices in production and only on android 12.
Read more >
Diagnosing Native Crashes | Android Open Source Project
The following sections include common types of native crash, an analysis of a sample crash dump, and a discussion of tombstones.
Read more >
signal 11 (SIGSEGV), code 2 (SEGV_ACCERR) crash on ...
signal 11 (SIGSEGV), code 2 (SEGV_ACCERR) crash on Android 12 arm64 devices · This case doesn't occur if x264 is built without asm...
Read more >
Android signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault ...
Identify which line of code is crashing by adding logcat messages to your code. Then print the pointers to find which has a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found