Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1638 Discussions

Is gdb available on devcloud?

Victor_E_1
Beginner
775 Views

My dpc++ code segfaults. Surprise.

Is gdb or another commandline debugger available?

0 Kudos
1 Solution
AthiraM_Intel
Moderator
744 Views

Hi,


Thanks for reaching out to us.


Regarding the segmentation fault, please make sure that you are trying the sample from compute node.

You can login to the compute node using the below command

qsub -I

If you are already in the compute node and facing the issue, please share the steps to reproduce the issue.


Regarding gdb, you can use gdb-oneapi which is pre-installed in DevCloud. You can use it by using the command 

gdb-oneapi


If you are facing any issue, please let us know.


Thanks



View solution in original post

2 Replies
AthiraM_Intel
Moderator
745 Views

Hi,


Thanks for reaching out to us.


Regarding the segmentation fault, please make sure that you are trying the sample from compute node.

You can login to the compute node using the below command

qsub -I

If you are already in the compute node and facing the issue, please share the steps to reproduce the issue.


Regarding gdb, you can use gdb-oneapi which is pre-installed in DevCloud. You can use it by using the command 

gdb-oneapi


If you are facing any issue, please let us know.


Thanks



AthiraM_Intel
Moderator
724 Views

Hi,


We would discontinue monitoring this issue as the solution provided is accepted as the solution. Please raise a new thread if you have further issues.


Thanks.


0 Kudos
Reply