google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

The gapis server has exited with an error code of: -42 #3856

Closed Asmot closed 3 years ago

Asmot commented 3 years ago

GAPID Version: 1.6.1:338bb67b0fe291f56f31d69f11ea1a45ed7cfeb6 OS: mac os x x86_64

Please provide detailed steps that led to the error and copy-paste the stack trace. Extra details from the logs and the trace file would be extra helpful.

Asmot commented 3 years ago

com.google.gapid.Server$GapisInitException: Failed to initialize the graphics debugger at com.google.gapid.Server.connect(Server.java:84) at com.google.gapid.Main$UI.startup(Main.java:135) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.util.concurrent.TimeoutException: Waited 3000000000 nanoseconds (plus 1265565 nanoseconds delay) for com.google.common.util.concurrent.SettableFuture@3a55e469[status=PENDING, info=[setFuture=[com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture@4f02e8a9[status=PENDING, info=[inputFuture=[io.grpc.stub.ClientCalls$GrpcFuture@7004108a[status=PENDING, info=[GrpcFuture{clientCall=HeaderAttachingClientCall{delegate={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=service.Gapid/GetServerInfo, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=false, requestMarshaller=io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@1d2b0356, responseMarshaller=io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@8c8da36}}}}}}]]], function=[com.google.gapid.server.Client$$Lambda$64/266217217@50572c26]]]]]] at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:494) at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:97) at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:242) at com.google.gapid.rpc.Rpc.get(Rpc.java:54) at com.google.gapid.Server.fetchServerInfo(Server.java:132) at com.google.gapid.Server.connect(Server.java:76) ... 8 more

hevrard commented 3 years ago

Thanks for reporting, you might want to try the latest GAPID dev-release: https://github.com/google/gapid-dev-releases/releases

Note that most of the GAPID team now works on AGI, so unfortunately we don't have the bandwidth to address GAPID issues.