ROCm / ROCgdb

This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.
https://rocm.docs.amd.com/projects/ROCgdb/en/latest/
GNU General Public License v2.0
50 stars 9 forks source link

Could not attach to process #3

Closed jpsamaroo closed 3 years ago

jpsamaroo commented 4 years ago

When attempting to debug an executable with ROCgdb, I get the following error:

warning: Could not attach to process 72409
warning: amd_dbgapi_code_object_list failed (-14)

This happens whether I run with my user or with root, and regular gdb works fine on my system for both users.

jpsamaroo commented 3 years ago

This doesn't appear to be an issue any longer.