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

React Native 0.74.0 - Getting issue on production build -Crashed: Thread: SIGSEGV 0x0000006df6aebf90 #46158

Closed
pspsingh677 opened this issue Aug 22, 2024 · 6 comments

Comments

@pspsingh677
Copy link

Description

I am trying to reproduce in debug and release apk file but not getting this crash only getting play store app, App is randomly crashed. This crash is occur in most devices one-plus and samsung devices

Steps to reproduce

I am trying to reproduce in debug and release apk file but not getting this crash only getting play store app, App is randomly crashed.

React Native Version

0.74.0

Affected Platforms

Runtime - Android

Output of npx react-native info

System:
  OS: macOS 14.6.1
  CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
  Memory: 21.85 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 18.20.3
    path: /usr/local/bin/node
  Yarn: Not Found
  npm:
    version: 10.8.1
    path: ~/Documents/twc-reactnative/node_modules/.bin/npm
  Watchman:
    version: 2024.07.08.00
    path: /usr/local/bin/watchman
Managers:
  CocoaPods: Not Found
SDKs:
  iOS SDK: Not Found
  Android SDK: Not Found
IDEs:
  Android Studio: 2024.1 AI-241.15989.150.2411.11948838
  Xcode:
    version: /undefined
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.10
    path: /usr/bin/javac
  Ruby:
    version: 2.6.10
    path: /usr/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 13.6.9
    wanted: 13.6.9
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.74.0
    wanted: 0.74.0
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

Stacktrace or Logs

Crashed: Thread: SIGSEGV  0x0000006df6aebf90
#00 pc 0x95f88 libc.so (BuildId: d1a98b526f2f94260a53c3055979a4f6)
#01 pc 0x2e064 libopenjdk.so (BuildId: c5d0251899adde41ff751e77fb677ec7)
#02 pc 0x70e97448
#03 pc 0x5b7704 libart.so (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#04 pc 0x5af57c libart.so (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#05 pc 0x70e976dc

Reproducer

https://github.com/react-native-community/reproducer-react-native

Screenshots and Videos

No response

@react-native-bot
Copy link
Collaborator

⚠️ Newer Version of React Native is Available!
ℹ️ You are on a supported minor version, but it looks like there's a newer patch available - 0.74.5. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.

@react-native-bot react-native-bot added Newer Patch Available Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. labels Aug 22, 2024
@react-native-bot
Copy link
Collaborator

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

@react-native-bot
Copy link
Collaborator

⚠️ Newer Version of React Native is Available!
ℹ️ You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.

@react-native-bot
Copy link
Collaborator

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:

@pspsingh677
Copy link
Author

#46158 (comment)

⚠️ Newer Version of React Native is Available!
ℹ️ You are on a supported minor version, but it looks like there's a newer patch available - 0.74.5. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.

⚠️ Newer Version of React Native is Available!
ℹ️ You are on a supported minor version, but it looks like there's a newer patch available - 0.74.5. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.

I have checked with 0.74.5 but same issue facing

@github-actions github-actions bot added Needs: Attention Issues where the author has responded to feedback. and removed Needs: Author Feedback labels Aug 22, 2024
@cortinico
Copy link
Contributor

Crashed: Thread: SIGSEGV 0x0000006df6aebf90
#00 pc 0x95f88 libc.so (BuildId: d1a98b526f2f94260a53c3055979a4f6)
#1 pc 0x2e064 libopenjdk.so (BuildId: c5d0251899adde41ff751e77fb677ec7)
#2 pc 0x70e97448
#3 pc 0x5b7704 libart.so (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#4 pc 0x5af57c libart.so (BuildId: 2452917c4ff69cbb6e75e5512260946b)
#5 pc 0x70e976dc

This stacktrace is unrelated to React Native.

Sadly without a reproducer or any more information, there is nothing we cannot do here.

@cortinico cortinico closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
@cortinico cortinico added Resolution: Cannot Reproduce and removed Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Needs: Attention Issues where the author has responded to feedback. labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants