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
The pid could be invalid or it doesn't exist, or chericat (the user who runs it) does not have enough privilege to attach the target process. When this happens, currently chericat would fail an assertion and abort which looks like a crash:
$ bin/chericat -p 12355 -v
Assertion failed: (freep != NULL), function scan_mem, file ./src/mem_scan.c, line 63.
Abort trap (core dumped)
This is way too dramatic, instead chericat should simply exit with a useful message to tell the user why it cannot run.
The text was updated successfully, but these errors were encountered:
The pid could be invalid or it doesn't exist, or chericat (the user who runs it) does not have enough privilege to attach the target process. When this happens, currently chericat would fail an assertion and abort which looks like a crash:
$ bin/chericat -p 12355 -v
Assertion failed: (freep != NULL), function scan_mem, file ./src/mem_scan.c, line 63.
Abort trap (core dumped)
This is way too dramatic, instead chericat should simply exit with a useful message to tell the user why it cannot run.
The text was updated successfully, but these errors were encountered: