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.

sentry crash by [sentry_get_modules_list]

See original GitHub issue

Platform:

  • Android -> min_sdk = 21 target_sdk = 30 build_tools = “30.0.2”

  • Java -> JavaVersion.VERSION_1_8

  • Kotlin -> 1.5.0

  • NDK -> 21.3.6528143

IDE:

  • Android Studio -> 4.2.1

Build system:

  • Gradle -> 6.5.1

Android Gradle Plugin:

  • Yes -> com.android.tools.build:gradle:4.0.1

Sentry Android Gradle Plugin:

  • Yes -> 2.0.0

Proguard/R8:

  • Enabled

Platform installed with:

  • Maven Central

The version of the SDK: 5.0.1


I have the following issue:

sentry native crash from sentry dashboard issue, original crash info as follow:

OS Version: Android 10 (NOP-AN01P 2.0.0.116(C786E115R6P2))
Report Version: 104

Exception Type: Unknown (SIGSEGV)

Application Specific Information:
Segfault

Thread 0 Crashed:
0   libsentry.so                    0xc04c6adc          sentry_get_modules_list
1   libsentry.so                    0xc04c24d7          <unknown> + 3226215639
2   libsentry.so                    0xc04bf8dd          <unknown> + 3226204381
3   libsentry.so                    0xc04c70b7          <unknown> + 3226235063
4   libsentry.so                    0xc04c6ecd          <unknown> + 3226234573
5   libc.so                         0xf268ea90          <unknown> + 4066962064
6   libc.so                         0xf26944fe          abort
7   liblog.so                       0xef6edb2f          __android_log_assert
8   libandroid_runtime.so           0xf065fe33          android::bitmap::toBitmap
9   libandroid_runtime.so           0xf062037b          <unknown> + 4032955259
10  boot-framework.oat              0x7098e181          <unknown> + 1889067393



EOF

sentry gradle plugin config :

sentry {

    autoUpload = true

    uploadNativeSymbols = true

    includeNativeSources = false
}

more crash info: image image

Steps to reproduce:

  • None

Actual result:

  • Actual

Expected result:

  • Result

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Abbondanzocommented, Sep 14, 2021

It looks like this was fixed in #1651

0reactions
marandanetocommented, Sep 14, 2021

Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. There’s a large chance that this issue has been solved since. Please do not hesitate to ping me if it is still relevant, and I will happily reopen and work on it. Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mobile Crash Reporting | Sentry
Mobile crash reporting, errors, releases, tags, and devices in a single view, for a holistic overview of your application's health.
Read more >
How to Resolve Background Crash from Sentry
You can check the stack trace to see where exactly the crash happens in the code. Navigate to the location where it happens...
Read more >
Sentry SDK for C, C++ and native applications. - GitHub
Official Sentry SDK for C/C++. The Sentry Native SDK is an error and crash reporting client for native applications, optimized for C and...
Read more >
Using Sentry causes strange crash on start - Stack Overflow
I'm trying to use Sentry in my Expo managed workflow. ... For some reason, calling Sentry.init() is leading to a crash on load....
Read more >
Health | Sentry Documentation
Monitor the health of releases by observing user adoption, usage of the application, percentage of crashes , and session data . Release health...
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