Hi ,
While running below command I got error like "Error: No results to report"
memory_analyzer run process_id
so i ran below command
memory_analyzer run --debug process_id
I got below error
gdb.error: Error occurred in Python command : No symbol table is loaded use the "file" command
so i have done few changes and kept few prints and i found PID value is printed as 0
and i replace the file_command to file then it ran it shown below error
No such file or directory
then i hard coded the PID insted 0, then i ran again and got it is not executable file
If possible can you resolve it,
Thanks in advance
Hi ,
While running below command I got error like "Error: No results to report"
so i ran below command
I got below error
gdb.error: Error occurred in Python command : No symbol table is loaded use the "file" command
so i have done few changes and kept few prints and i found PID value is printed as 0
and i replace the file_command to file then it ran it shown below error
No such file or directory
then i hard coded the PID insted 0, then i ran again and got it is not executable file
If possible can you resolve it,
Thanks in advance