-
Notifications
You must be signed in to change notification settings - Fork 188
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
libMAPSJNI.so Crash #69
Comments
@LaurentiuSimionescu Do you have steps to reproduce? What version of SDK do you use?
Without that there is no big chances that we will fix that crash. |
@NazarKacharaba Unfortunately I don't have any steps to reproduce. I would suggest you guys to return a specific error in the callback of OnEngineInitListener, sometimes I got UNKNOWN error. Getting this is a huge pain to developers being on a tight deadline, there are no ways to debug, the only way of fixing it is to re-implement the sdk. |
Hey @NazarKacharaba, I am facing the same issue. Posting the stack trace below: Build fingerprint: 'xiaomi/whyred/whyred:8.1.0/OPM1.171019.011/V9.6.3.0.OEIMIFD:user/release-keys' backtrace: |
Hi @LaurentiuSimionescu, |
@royalGriffin22 what version of the SDK do you use? |
@NazarKacharaba Android_SDK_Premium_v3.8.0.104 |
Seems like we have exactly the same problem, on Android SDK Premium 3.9.0.99
Is anybody found the solution for this problem? |
We are looking into this issue, but without steps to reproduce it is hard to pinpoint what is causing this native crash. |
@NazarKacharaba step to reproduce - just try to open example application on Samsung Galaxy S9 (starlte), Android 8.0 |
We tried to reproduce on Samsung Galaxy S9 using your app as well, but we could not. Is there any progress on your side regarding this? |
@starand nope, we still have the same problems with our clients. Crash logs is always with 2-3 lines on HERE library and nothing more. From clients side this looks like application crash immediately after launch map. Did you try to reproduce without WiFi connection and with poor cellular network conditions? |
@krezzoid is it still the case? Did you try SDK 3.12? |
hi @starand |
About 1st of Oct. |
SDK 3.13 is currently available. We fixed majority of crashes there. Please create new issue if you see any crash and attach crash call-stack. |
@starand thanks, now everything works well |
Device : samsung s8
A/libc: Fatal signal 11 (SIGSEGV), code 2, fault addr 0xd5002ae4 in tid 23315 (RDMRenderDb0-0)
10-11 11:17:01.621 23780-23780/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-11 11:17:01.621 23780-23780/? A/DEBUG: Build fingerprint: 'samsung/dreamqlteue/dreamqlteue:7.0/NRD90M/G950U1UEU1AQE3:user/release-keys'
10-11 11:17:01.621 23780-23780/? A/DEBUG: Revision: '12'
10-11 11:17:01.622 23780-23780/? A/DEBUG: ABI: 'arm'
10-11 11:17:01.622 23780-23780/? A/DEBUG: pid: 23191, tid: 23315, name: RDMRenderDb0-0 >>> packagename <<<
10-11 11:17:01.622 23780-23780/? A/DEBUG: signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xd5002ae4
10-11 11:17:01.622 23780-23780/? A/DEBUG: r0 b5002ae0 r1 ee0049b4 r2 d5002adc r3 00000002
10-11 11:17:01.622 23780-23780/? A/DEBUG: r4 f44f6988 r5 f44f698a r6 ffffffe1 r7 00000000
10-11 11:17:01.622 23780-23780/? A/DEBUG: r8 00000000 r9 00000004 sl ebd80b3c fp fffffff0
10-11 11:17:01.622 23780-23780/? A/DEBUG: ip 07ffffff sp bb8ff088 lr edfc7021 pc edfc7184 cpsr 200f0030
10-11 11:17:01.633 23780-23780/? A/DEBUG: backtrace:
10-11 11:17:01.633 23780-23780/? A/DEBUG: #00 pc 00055184 /system/lib/libc.so (arena_run_reg_alloc+111)
10-11 11:17:01.633 23780-23780/? A/DEBUG: #1 pc 0005501d /system/lib/libc.so (je_arena_tcache_fill_small+172)
10-11 11:17:01.633 23780-23780/? A/DEBUG: #2 pc 0006fccd /system/lib/libc.so (je_tcache_alloc_small_hard+16)
10-11 11:17:01.634 23780-23780/? A/DEBUG: #3 pc 000643c5 /system/lib/libc.so (je_malloc+852)
/lib/arm/libgnustl_shared.so (_Znwj+20)
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
/lib/arm/libMAPSJNI.so
The text was updated successfully, but these errors were encountered: