Hi get this Python traceback when running gdb in cauldron: --- $ gdb Traceback (most recent call last): File "/usr/share/gdb/python/gdb/__init__.py", line 144, in auto_load_packages __import__(modname) File "/usr/share/gdb/python/gdb/command/pahole.py", line 58 print (' /* %3d %3d */' % (int (bitpos / 8), int (fieldsize / 8)), end = "") ^ SyntaxError: invalid syntax --- (and then it starts and work apparently fine) I guess it might need to run with python3 instead of python2?
CC: (none) => zen25000
Works fine now.
Resolution: (none) => OLDStatus: NEW => RESOLVED