jdk.internal.misc.Unsafe.park

已查看 11 次
跳至第一个未读帖子

Adnan Naeem

未读,
2023年1月3日 02:14:212023/1/3
收件人 Hazelcast
We getting this crash on firebase crashlytics and we are unable to trace this issue in our code seems like an android internal issue and is only happening on some of the versions of Android 12 below this and above its working fine. 

Fatal Exception: java.lang.NoClassDefFoundError: Class is not found using the boot class loader; no stack trace available

awaitEvenIfOnMainThread task continuation executor1:
       at jdk.internal.misc.Unsafe.park(Unsafe.java)
       at java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
       at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
       at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
       at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1063)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1123)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
       at com.google.firebase.crashlytics.internal.common.ExecutorUtils$1$1.onRun(ExecutorUtils.java:64)
       at com.google.firebase.crashlytics.internal.common.BackgroundPriorityRunnable.run(BackgroundPriorityRunnable.java:27)
       at java.lang.Thread.run(Thread.java:1012)
回复全部
回复作者
转发
0 个新帖子