-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
When running buildscripts/mongosymb.py using python3, I receive the following error:
Traceback (most recent call last): File "buildscripts/mongosymb.py", line 204, in <module> main(sys.argv) File "buildscripts/mongosymb.py", line 199, in main dsym_hint=options.dsym_hint) File "buildscripts/mongosymb.py", line 105, in symbolize_frames symbolizer_process.stdin.write("CODE %(path)s 0x%(addr)X\n" % frame) TypeError: a bytes-like object is required, not 'str'
I am able to successfully run mongosymb with python2.