. However, when I try to symbolize the trace I get an error:
I am giving below command in cmd promt.
python C:\Users\Admin\Desktop\Memory\catapult-master\tracing\tracing\extras\symbolizer\symbolize_trace.py --addr2line-executable C:\Users\Admin\Desktop\Memory\gperftools-master.tar\gperftools-master\Debug\addr2line-pdb.exe C:\Users\Admin\Desktop\Memory\Dumps\Dump5.gz
C:\Users\Admin>python C:\Users\Admin\Desktop\Memory\catapult-master\tracing\trac
ing\extras\symbolizer\symbolize_trace.py --addr2line-executable C:\Users\Admin\D
esktop\Memory\gperftools-master.tar\gperftools-master\Debug\addr2line-pdb.exe C:
\Users\Admin\Desktop\Memory\Dumps\Dump5.gz
Reading trace file...
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\Memory\catapult-master\tracing\tracing\extras\sym
bolizer\symbolize_trace.py", line 1884, in <module>
main(sys.argv[1:])
File "C:\Users\Admin\Desktop\Memory\catapult-master\tracing\tracing\extras\sym
bolizer\symbolize_trace.py", line 1814, in main
trace = Trace(json.load(trace_file), options.frame_as_object_type)
File "C:\Users\Admin\Desktop\Memory\catapult-master\tracing\tracing\extras\sym
bolizer\symbolize_trace.py", line 1062, in __init__
pe.process)
File "C:\Users\Admin\Desktop\Memory\catapult-master\tracing\tracing\extras\sym
bolizer\symbolize_trace.py", line 375, in __init__
regions.sort()
TypeError: '<' not supported between instances of 'Region' and 'Region'
please help in resolving the issue.