-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description of defect
Traceback (most recent call last):
File "mbed-os/tools/debug_tools/crash_log_parser/crash_log_parser.py", line 199, in <module>
elfhelper = ElfHelper(args.elffile, args.mapfile)
File "mbed-os/tools/debug_tools/crash_log_parser/crash_log_parser.py", line 38, in __init__
self.matches = _PTN.findall(op)
TypeError: cannot use a string pattern on a bytes-like object
Target(s) affected by this defect ?
Toolchain(s) (name and version) displaying this defect ?
What version of Mbed-os are you using (tag or sha) ?
Mbed OS 5.15.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Python 3.6.8
Works with Python2.