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

Tracing Failed Cause: Could not start trace Cause: Process returned error Cause: exit status 255 #3917

Open
tjlog opened this issue Jun 13, 2023 · 0 comments

Comments

@tjlog
Copy link

tjlog commented Jun 13, 2023

GAPID Version: 1.6.1:338bb67b0fe291f56f31d69f11ea1a45ed7cfeb6
OS: windows 10 amd64

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.

com.google.gapid.server.Client$InternalServerErrorException: Tracing Failed
Cause: Could not start trace
Cause: Process returned error
Cause: exit status 255

at com.google.gapid.server.Client.throwIfError(Client.java:312)

at com.google.gapid.server.Client.lambda$streamTrace$52(Client.java:286)

at com.google.gapid.server.GapidClientGrpc$StreamHandler.onNext(GapidClientGrpc.java:224)

at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onMessage(ClientCalls.java:421)

at io.grpc.ForwardingClientCallListener.onMessage(ForwardingClientCallListener.java:33)

at io.grpc.ForwardingClientCallListener.onMessage(ForwardingClientCallListener.java:33)

at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1MessagesAvailable.runInContext(ClientCallImpl.java:519)

at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)

at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)

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: com.google.gapid.server.Client$Stack: For request: RPC->streamTrace()

at com.google.gapid.server.Client.streamTrace(Client.java:283)

at com.google.gapid.server.Tracer.trace(Tracer.java:41)

at com.google.gapid.views.TracerDialog.showTracingDialog(TracerDialog.java:149)

at com.google.gapid.LoadingScreen.lambda$createOptions$0(LoadingScreen.java:114)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)

at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4145)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1055)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)

at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1096)

at org.eclipse.swt.widgets.Link.WM_LBUTTONUP(Link.java:1014)

at org.eclipse.swt.widgets.Control.windowProc(Control.java:4805)

at org.eclipse.swt.widgets.Display.windowProc(Display.java:4784)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2309)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3559)

at org.eclipse.jface.window.Window.runEventLoop(Window.java:821)

at org.eclipse.jface.window.Window.open(Window.java:797)

at com.google.gapid.Main$UI.show(Main.java:119)

at com.google.gapid.Main.main(Main.java:68)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant