You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(web) PS F:\***> viztracer .\test.py
Total Entries: 1000002
Use the following command to open the report:
vizviewer F:\***\result.json
(web) PS F:\***> vizviewer .\result.json -p 9901# 此处9901是一个被占用的端口,换成其他端口就不会报错
Exception in thread Thread-1:
Traceback (most recent call last):
File "F:\ProgramData\Miniconda3\envs\web\lib\threading.py", line 973,in _bootstrap_inner
self.run()
File "F:\ProgramData\Miniconda3\envs\web\lib\site-packages\viztracer\viewer.py", line 301,in run
self.retcode = self.view()
File "F:\ProgramData\Miniconda3\envs\web\lib\site-packages\viztracer\viewer.py", line 341,in view
with VizViewerTCPServer(('0.0.0.0', self.port), Handler) as self.httpd:
File "F:\ProgramData\Miniconda3\envs\web\lib\socketserver.py", line 452,in __init__
self.server_bind()
File "F:\ProgramData\Miniconda3\envs\web\lib\socketserver.py", line 466,in server_bind
self.socket.bind(self.server_address)
OSError: [WinError10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试。
# 此时程序卡住了,无论怎么按Ctrl+C都不会退出
程序卡住了,无论怎么按Ctrl+C都不会退出。这也许是一个BUG
The text was updated successfully, but these errors were encountered:
系统软件版本:
Windows 11 22H2
BUG:
程序卡住了,无论怎么按Ctrl+C都不会退出。这也许是一个BUG
The text was updated successfully, but these errors were encountered: