Skip to content
Snippets Groups Projects
Commit 7b309f9e authored by Phani Venkata Jayanth Kanakagiri's avatar Phani Venkata Jayanth Kanakagiri
Browse files

lrdp_v2: Fix for broken lsof.py

Fix for broken lsof.py

Change-Id: Ie119d6aee5704cced6f36ec3e38e50cc4c1d3abd
parent b5115415
No related branches found
No related tags found
Loading
......@@ -83,7 +83,8 @@ def parse_task(self, ramdump, task, lsof_info):
file, 'struct file', 'private_data')
look = ramdump.unwind_lookup(fop)
if look is None:
lsof_info.write(" look is none")
index = index + 1
continue
fop, offset = look
f_pathoffset = ramdump.field_offset(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment