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
Traceback (most recent call last):
File "/usr/local/bin/vprof", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/vprof/__main__.py", line 83, in main
program_stats = runner.run_profilers(source, config, verbose=True)
File "/usr/local/lib/python3.9/site-packages/vprof/runner.py", line 73, in run_profilers
run_stats[option] = curr_profiler.run()
File "/usr/local/lib/python3.9/site-packages/vprof/base_profiler.py", line 172, in run
return self.profile()
File "/usr/local/lib/python3.9/site-packages/vprof/flame_graph.py", line 167, in profile_module
return base_profiler.run_in_separate_process(self._profile_module)
File "/usr/local/lib/python3.9/site-packages/vprof/base_profiler.py", line 79, in run_in_separate_process
raise exc
termios.error: (19, 'Operation not supported by device')
Traceback (most recent call last):
File "/usr/local/bin/vprof", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/vprof/__main__.py", line 83, in main
program_stats = runner.run_profilers(source, config, verbose=True)
File "/usr/local/lib/python3.9/site-packages/vprof/runner.py", line 73, in run_profilers
run_stats[option] = curr_profiler.run()
File "/usr/local/lib/python3.9/site-packages/vprof/base_profiler.py", line 172, in run
return self.profile()
File "/usr/local/lib/python3.9/site-packages/vprof/flame_graph.py", line 167, in profile_module
return base_profiler.run_in_separate_process(self._profile_module)
File "/usr/local/lib/python3.9/site-packages/vprof/base_profiler.py", line 79, in run_in_separate_process
raise exc
termios.error: (19, 'Operation not supported by device')
Expected results
(without profiler)
(side note: ctrl+z to quit Test.py)
Version and platform
vprof 0.38
MacOs 10.14.6
The text was updated successfully, but these errors were encountered:
Description
Profiling a CLI script results in this error:
How to reproduce
run
vprof -c ch Test.py
inside this folder.Actual results
This happens after a while
Expected results
(without profiler)
(side note: ctrl+z to quit Test.py)
Version and platform
vprof 0.38
MacOs 10.14.6
The text was updated successfully, but these errors were encountered: