Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/Volumes/workplace/m1n1/proxyclient/tools/run_guest.py", line 67, in <module>
- hv.run_script(i)
- File "/Volumes/workplace/m1n1/proxyclient/m1n1/hv.py", line 1417, in run_script
- new_locals = runpy.run_path(path, init_globals=self.shell_locals, run_name="<hv_script>")
- 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
- return _run_module_code(code, init_globals, run_name,
- 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
- _run_code(code, mod_globals, init_globals,
- 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
- exec(code, run_globals)
- File "hv/trace_isp.py", line 132, in <module>
- isp_dart_tracer.start()
- File "/Volumes/workplace/m1n1/proxyclient/m1n1/trace/dart.py", line 26, in start
- self.regs.TCR[i].val
- File "/Volumes/workplace/m1n1/proxyclient/m1n1/utils.py", line 737, in val
- return self.rd(self.addr)
- File "/Volumes/workplace/m1n1/proxyclient/m1n1/trace/__init__.py", line 31, in read
- data = self.u.read(addr, width)
- File "/Volumes/workplace/m1n1/proxyclient/m1n1/proxyutils.py", line 101, in read
- raise ProxyError("Exception occurred")
- m1n1.proxy.ProxyError: Exception occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement