You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you install procdump via package manager dependencies ensure that gdb is installed. However if you build procdump and gdb is not installed it will loop forever with the below output:
Press Ctrl-C to end monitoring without terminating the process.
[18:16:32 - INFO]: Timed:
[18:16:42 - INFO]: Timed:
[18:16:52 - INFO]: Timed:
[18:17:02 - INFO]: Timed:
[18:17:12 - INFO]: Timed:
[18:17:22 - INFO]: Timed:
[18:17:32 - INFO]: Timed:
Need to add check and exit gracefully if gdb is not installed (for non .net core 3 processes).
The text was updated successfully, but these errors were encountered:
If you install procdump via package manager dependencies ensure that gdb is installed. However if you build procdump and gdb is not installed it will loop forever with the below output:
Press Ctrl-C to end monitoring without terminating the process.
[18:16:32 - INFO]: Timed:
[18:16:42 - INFO]: Timed:
[18:16:52 - INFO]: Timed:
[18:17:02 - INFO]: Timed:
[18:17:12 - INFO]: Timed:
[18:17:22 - INFO]: Timed:
[18:17:32 - INFO]: Timed:
Need to add check and exit gracefully if gdb is not installed (for non .net core 3 processes).
The text was updated successfully, but these errors were encountered: