We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After some runs of Orbit, I can not start it again until I reboot my system. The error message is the following:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' TcpEntity::TcpEntity() /usr/local/google/home/kuebler/Documents/develop/orbitprofiler/OrbitCore/TcpEntity.cpp(17) TID: 4018819904 TcpServer::TcpServer() /usr/local/google/home/kuebler/Documents/develop/orbitprofiler/OrbitCore/TcpServer.cpp(27) TID: 4018819904 virtual void TcpEntity::Start() /usr/local/google/home/kuebler/Documents/develop/orbitprofiler/OrbitCore/TcpEntity.cpp(31) TID: 4018819904 void TcpServer::Start(short unsigned int) /usr/local/google/home/kuebler/Documents/develop/orbitprofiler/OrbitCore/TcpServer.cpp(52) TID: 4018819904 terminate called after throwing an instance of 'std::system_error' what(): bind: Address already in use
The text was updated successfully, but these errors were encountered:
Okay, this happens in particular if you close Orbit (on Linux), while capturing. Afterwards "perf" remains open on the port used by Orbit.
Sorry, something went wrong.
fixes google#45: OnExit if still capturing -> stop it
f674cfe
Merge pull request #63 from florian-kuebler/hotfix/clean-up-on-exit
8bfaf97
Fixes #45: Stop Capturing on Exit
No branches or pull requests
After some runs of Orbit, I can not start it again until I reboot my system. The error message is the following:
The text was updated successfully, but these errors were encountered: