Advertisement
Guest User

Untitled

a guest
Apr 18th, 2022
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Volumes/workplace/m1n1/proxyclient/tools/run_guest.py", line 67, in <module>
  3. hv.run_script(i)
  4. File "/Volumes/workplace/m1n1/proxyclient/m1n1/hv.py", line 1417, in run_script
  5. new_locals = runpy.run_path(path, init_globals=self.shell_locals, run_name="<hv_script>")
  6. File "/usr/local/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 268, in run_path
  7. return _run_module_code(code, init_globals, run_name,
  8. File "/usr/local/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 97, in _run_module_code
  9. _run_code(code, mod_globals, init_globals,
  10. File "/usr/local/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code
  11. exec(code, run_globals)
  12. File "hv/trace_isp.py", line 132, in <module>
  13. isp_dart_tracer.start()
  14. File "/Volumes/workplace/m1n1/proxyclient/m1n1/trace/dart.py", line 26, in start
  15. self.regs.TCR[i].val
  16. File "/Volumes/workplace/m1n1/proxyclient/m1n1/utils.py", line 737, in val
  17. return self.rd(self.addr)
  18. File "/Volumes/workplace/m1n1/proxyclient/m1n1/trace/__init__.py", line 31, in read
  19. data = self.u.read(addr, width)
  20. File "/Volumes/workplace/m1n1/proxyclient/m1n1/proxyutils.py", line 101, in read
  21. raise ProxyError("Exception occurred")
  22. m1n1.proxy.ProxyError: Exception occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement