-
Notifications
You must be signed in to change notification settings - Fork 817
Closed
Labels
Description
Problem:
I tried to run gdb-dashboard on centos 6/7, but failed on both platforms.
Possible Reason:
It looks like centos 6's gdb uses python 2.6, which does not have subprocess.check_output supported, meanwhile centos 7 fails to work with the error as gdb module " 'module' object has no attribute 'COMPLETE_EXPRESSION' ".
Platform Information:
Centos 6's gdb links to python 2.7.6 and centos 6 links to python 2.6.6.