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

Crash app when push screen on android #4978

Closed
huuthinh245 opened this issue Apr 12, 2019 · 8 comments
Closed

Crash app when push screen on android #4978

huuthinh245 opened this issue Apr 12, 2019 · 8 comments

Comments

@huuthinh245
Copy link

huuthinh245 commented Apr 12, 2019

Issue Description

[ENTER DESCRIPTION HERE]
Sometimes I push screen 10 times more and my app crash. Test on android.
I check logcat and see error
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 4159 (mqt_js), pid 3852

Steps to Reproduce / Code Snippets / Screenshots

function push screen
Navigation.push({
screen: 'Detail_Sceen', options: {
bottomTabs: {
visible: false,
animate: true,
drawBehind: true,
},
layout: {
backgroundColor: 'white'
}
}
})

My function pop in detail screen
Navigation.pop({ componentId: this.props.componentId });

[FILL THIS OUT]
When i click button to push to detail screen then i pop back. I do like this 10 times more. Suddenly I press push screen again my app stop working.
I open logcat throw error like
Screen Shot 2019-04-12 at 9 41 56 AM


Environment

  • React Native Navigation version: 2.17.0
  • React Native version: 0.59.3
  • Platform(s) (iOS, Android, or both?): android
  • Device info (Simulator/Device? OS version? Debug/Release?): debug android simulator
@jinshin1013
Copy link
Contributor

You might need to update the issue with more detail than a line of error. How did you determine that this is react-native-navigation problem? Does it crash on specific screen? Is it reproducible? You need to put a little more detail than this man.

@huuthinh245
Copy link
Author

huuthinh245 commented Apr 12, 2019

problem like #4651.

@SergeyBazhanov
Copy link

Same for me. RN 0.59.4. Android 6.0.1. App crashes with the same error after several push/pop operations

@stale
Copy link

stale bot commented May 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.

@stale stale bot added the 🏚 stale label May 25, 2019
@nghiant96
Copy link

Same for me. RN 0.59.8. Android 9, Device xiaomi mi 9

@stale stale bot removed the 🏚 stale label May 28, 2019
@stale
Copy link

stale bot commented Jun 27, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.

@stale stale bot added the 🏚 stale label Jun 27, 2019
@8BallBomBom
Copy link

8BallBomBom commented Jul 1, 2019

Experiencing the same issue on Android 8 and 9 with some Samsung devices.
RN 0.59.8 and RNN 2.21.1

@stale stale bot removed the 🏚 stale label Jul 1, 2019
@piuholo
Copy link

piuholo commented Jul 9, 2019

You might have better luck with "react-native": "0.59.10" as it contains the updated JSC version 245459.0.0.

Updating RN fixed similar SIGSEGV crashes for my app.

This issue was closed.
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

6 participants