tools/memleak: fix print_outstanding_combined function
Traceback (most recent call last):
File "/share/bcc/tools/memleak", line 568, in <module>
print_outstanding_combined()
File "share/bcc/tools/memleak", line 541, in print_outstanding_combined
trace = "\n\t\t".join(trace)
TypeError: sequence item 0: expected str instance, bytes found
fix this.
could you add a commit message to the patch and description in the github to describe what command line you are using and which python major version (python2 or python3) you are using?
could you add a commit message to the patch and description in the github to describe what command line you are using and which python major version (python2 or python3) you are using?
@yonghong-song ok
python --version
Python 3.7.9
memleak --combined-only 10
Attaching to kernel allocators, Ctrl+C to quit.
Traceback (most recent call last):
File "/share/bcc/tools/memleak", line 568, in
the error just like the output.
can review this @yonghong-song