简体   繁体   中英

Unknown crash with little stack trace

I have been working on a new app that syncs tickets with a database periodically. However for the last few day's have been trying to track down the following error but currently I am not even sure where i should be looking.

The problem occurs at random and on multiple devices. Also using realm.io for the local database (not sure if that is relevant to the problem but have never seen this issue before I started using Realm)

E/art: Tried to mark 0x469d469c not contained by any spaces
E/art: Attempting see if it's a bad root
E/art: Found invalid root: 0x469d469c 
E/art: Type=RootThreadObject thread_id=1179862610
E/art: Found invalid root: 0x468b468a 
E/art: Type=RootNativeStack thread_id=1179862610
E/art: Found invalid root: 0x46a546a4 
E/art: Type=RootVMInternal thread_id=0
E/art: Found invalid root: 0x46a746a6 
E/art: Type=RootVMInternal thread_id=0
E/art: Found invalid root: 0x46b346b2 
E/art: Type=RootNativeStack thread_id=1179862610

Any ideas?

此错误位于与realm.io .so文件相关的本机库中,或者可能是在您的应用中使用本机代码的其他库中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM