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 with SIGSEGV on Android #48788

Open
minhkwan opened this issue Jan 20, 2025 · 4 comments
Open

Crash with SIGSEGV on Android #48788

minhkwan opened this issue Jan 20, 2025 · 4 comments
Labels
Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Platform: Android Android applications. Type: Unsupported Version Issues reported to a version of React Native that is no longer supported

Comments

@minhkwan
Copy link

Description

Currently, my Firebase Crashlytics reported an

Crashed: null pointer dereference #1
SIGSEGV 0x0000000000000008

Steps to reproduce

I don't know since it's reported from firebase crashlytics

React Native Version

0.73.1

Affected Platforms

Runtime - Android

Output of npx react-native info

System:
  OS: macOS 14.3.1
  CPU: (8) arm64 Apple M1
  Memory: 115.33 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 23.4.0
    path: /opt/homebrew/bin/node
  Yarn:
    version: 3.6.4
    path: /opt/homebrew/bin/yarn
  npm:
    version: 10.2.4
    path: /usr/local/bin/npm
  Watchman:
    version: 2024.12.02.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.16.2
    path: /Users/sotatek/.rbenv/shims/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.2
      - iOS 17.2
      - macOS 14.2
      - tvOS 17.2
      - watchOS 10.2
  Android SDK:
    API Levels:
      - "31"
      - "33"
      - "33"
      - "33"
      - "34"
    Build Tools:
      - 30.0.3
      - 33.0.1
      - 34.0.0
    System Images:
      - android-29 | Google APIs ARM 64 v8a
      - android-29 | Google Play ARM 64 v8a
      - android-34 | Google APIs ARM 64 v8a
      - android-UpsideDownCakePrivacySandbox | Google Play ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2023.1 AI-231.9392.1.2311.11330709
  Xcode:
    version: 15.1/15C65
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.10
    path: /usr/bin/javac
  Ruby:
    version: 3.3.6
    path: /Users/sotatek/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.73.1
    wanted: 0.73.1
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

Stacktrace or Logs

Crashed: null pointer dereference #1
SIGSEGV 0x0000000000000008
0 libfbjni.so (Missing BuildId 957a087554a7dd659c148d0560674b789d2844d0)  
1 libfbjni.so (Missing BuildId 957a087554a7dd659c148d0560674b789d2844d0)  
2 (Missing)  
3 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
4 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
5 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
6 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
7 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
8 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
9 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
10 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)  
11 libc.so (Missing BuildId 6d463132a910e8cedcfbd9e51b09adce)  
12 libc.so (Missing BuildId 6d463132a910e8cedcfbd9e51b09adce)  
13 libc.so (Missing BuildId 6d463132a910e8cedcfbd9e51b09adce)  
14 libc.so (Missing BuildId 6d463132a910e8cedcfbd9e51b09adce)  
15 libart.so (Missing BuildId c35c9ebf7bb06435e4b31977d87bd5d5)

Reproducer

we don't know how to reproduce.

Screenshots and Videos

No response

@react-native-bot react-native-bot added the Type: Unsupported Version Issues reported to a version of React Native that is no longer supported label Jan 20, 2025
@react-native-bot
Copy link
Collaborator

Warning

Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native.

Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

@react-native-bot react-native-bot added Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Platform: Android Android applications. and removed Needs: Triage 🔍 labels Jan 20, 2025
@react-native-bot
Copy link
Collaborator

Warning

Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:

@react-native-bot
Copy link
Collaborator

Warning

Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native.

Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

@cortinico
Copy link
Contributor

I don't know since it's reported from firebase crashlytics

Not sure how we're supposed to help you here then. We would need a stable reproducer as otherwise this is impossible to debug in any form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Platform: Android Android applications. Type: Unsupported Version Issues reported to a version of React Native that is no longer supported
Projects
None yet
Development

No branches or pull requests

3 participants