Skip to content
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

PrivateSyncTest$privateSync instrumented test is failing on API 23 #584

Open
sdsantos opened this issue May 17, 2023 · 0 comments
Open

PrivateSyncTest$privateSync instrumented test is failing on API 23 #584

sdsantos opened this issue May 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sdsantos
Copy link
Collaborator

Functionality is working on the actual app, but the instrumented test is failing on API 23 and lower. The error stack trace is:

java.lang.NoSuchMethodError: No virtual method getAndSetObject(Ljava/lang/Object;JLjava/lang/Object;)Ljava/lang/Object; in class Lsun/misc/Unsafe; or its super classes (declaration of 'sun.misc.Unsafe' appears in /system/framework/core-libart.jar)
at com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper.gasWaiters(AbstractFuture.java:1394)
at com.google.common.util.concurrent.AbstractFuture.releaseWaiters(AbstractFuture.java:1110)
at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1000)
at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:783)
at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:49)
at io.grpc.internal.ServerImpl$ServerTransportListenerImpl$1MethodLookup.runInternal(ServerImpl.java:559)
at io.grpc.internal.ServerImpl$ServerTransportListenerImpl$1MethodLookup.runInContext(ServerImpl.java:529)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
@sdsantos sdsantos added the bug Something isn't working label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant