You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recently updated our app to use the 3.0.1 libraries. Since then I'm seeing lots of crashes stemming from
gpg::GetThreadDebugName() it looks like it's being spat out from
backtrace:
#00 pc 00000000003acc6c /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (ZNSt6__ndk16__treeINS_12__value_typeINS_11__thread_idENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEENS_19__map_value_compareIS2_S9_NS_4lessIS2_EELb1EEENS6_IS9_EEE4findIS2_EENS_15__tree_iteratorIS9_PNS_11__tree_nodeIS9_PvEEiEERKT+11) #1 pc 00000000003ac9d7 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg18GetThreadDebugNameEv+22) #2 pc 000000000036f2db /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #3 pc 000000000036f679 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #4 pc 000000000036f63f /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #5 pc 000000000036f26f /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #6 pc 000000000036f1d3 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg9GetJNIEnvEv+2) #7 pc 000000000036e5df /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZNK3gpg13JavaReference11CallBooleanEPKcS2_z+18) #8 pc 000000000036ec1f /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZNK3gpg13JavaReference11CallBooleanEPKc+6) #9 pc 00000000003541e5 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg23AndroidGameServicesImpl15ConnectBlockingEv+152) #10 pc 0000000000396053 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg16GameServicesImpl23ResolveAuthenticationIdEy+286) #11 pc 0000000000350f85 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #12 pc 00000000003980fd /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #13 pc 000000000039d773 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so #14 pc 000000000039d303 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg14OperationQueue4Impl7RunLoopENS_16InternalCallbackIJNS_8LogLevelERKNSt6__ndk112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEE+350) #15 pc 000000000039d673 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (ZNSt6__ndk114__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14default_deleteIS3_EEEEMN3gpg14OperationQueue4ImplEFvNS7_16InternalCallbackIJNS7_8LogLevelERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEEPS9_SK_EEEEEPvSP+66) #16 pc 0000000000047f83 /system/lib/libc.so (_ZL15__pthread_startPv+22) #17 pc 000000000001a151 /system/lib/libc.so (__start_thread+6)
The text was updated successfully, but these errors were encountered:
Hi,
I recently updated our app to use the 3.0.1 libraries. Since then I'm seeing lots of crashes stemming from
gpg::GetThreadDebugName() it looks like it's being spat out from
gpg::OperationQueue4Impl7RunLoopENS_16InternalCallbackIJNS_8LogLevel
Can anyone shed any light on this please?
Many thanks,
Steve.
backtrace:
#00 pc 00000000003acc6c /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (ZNSt6__ndk16__treeINS_12__value_typeINS_11__thread_idENS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEENS_19__map_value_compareIS2_S9_NS_4lessIS2_EELb1EEENS6_IS9_EEE4findIS2_EENS_15__tree_iteratorIS9_PNS_11__tree_nodeIS9_PvEEiEERKT+11)
#1 pc 00000000003ac9d7 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg18GetThreadDebugNameEv+22)
#2 pc 000000000036f2db /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#3 pc 000000000036f679 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#4 pc 000000000036f63f /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#5 pc 000000000036f26f /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#6 pc 000000000036f1d3 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg9GetJNIEnvEv+2)
#7 pc 000000000036e5df /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZNK3gpg13JavaReference11CallBooleanEPKcS2_z+18)
#8 pc 000000000036ec1f /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZNK3gpg13JavaReference11CallBooleanEPKc+6)
#9 pc 00000000003541e5 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg23AndroidGameServicesImpl15ConnectBlockingEv+152)
#10 pc 0000000000396053 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg16GameServicesImpl23ResolveAuthenticationIdEy+286)
#11 pc 0000000000350f85 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#12 pc 00000000003980fd /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#13 pc 000000000039d773 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so
#14 pc 000000000039d303 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (_ZN3gpg14OperationQueue4Impl7RunLoopENS_16InternalCallbackIJNS_8LogLevelERKNSt6__ndk112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEE+350)
#15 pc 000000000039d673 /data/app/com.rubicon.dev.yachty-1/lib/arm/libapp.so (ZNSt6__ndk114__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14default_deleteIS3_EEEEMN3gpg14OperationQueue4ImplEFvNS7_16InternalCallbackIJNS7_8LogLevelERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEEEEPS9_SK_EEEEEPvSP+66)
#16 pc 0000000000047f83 /system/lib/libc.so (_ZL15__pthread_startPv+22)
#17 pc 000000000001a151 /system/lib/libc.so (__start_thread+6)
The text was updated successfully, but these errors were encountered: