-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
The path variable does not seem to get passed to EMList properly for some reason. Python really isn't my language of choice, so I don't really know how to fix it. I've tried to set the path variable with tempfile.gettempdir(). I can see that storage_path is set as a global variable and is set with tempfile.gettempdir(), so I thought doing that might remedy the problem, but it didn't.
0:084> !py C:\\Users\\aaa\\AppData\\Local\\Temp\\shadow\\pykd_driver.py jechunks
Traceback (most recent call last):
File "C:\\Users\\aaa\\AppData\\Local\\Temp\\shadow\\pykd_driver.py", line 59, in <module>
shadow.dump_chunks()
File "C:\Users\aaa\AppData\Local\Temp\shadow\shadow.py", line 1344, in dump_chunks
jeheap = load_jeheap(path)
File "C:\Users\aaa\AppData\Local\Temp\shadow\shadow.py", line 151, in load_jeheap
return jemalloc.jemalloc(path=path)
File "C:\Users\aaa\AppData\Local\Temp\shadow\jemalloc.py", line 34, in __init__
self.chunks = EMList(")/chunks" 7ffad203502bath) <<<<<<<<<<<<<<<< An address. ????????
RuntimeError: Cannot open EMList
Metadata
Metadata
Assignees
Labels
No labels