- Notifications
You must be signed in to change notification settings - Fork447
Open
Description
Describe the bug
!epthook ntopenprocess script {test = 3;printf("[1] %d, %d\n",test, $core);}gevent c all!epthook ntopenprocess script {test = 5;printf("[2] %d, %d\n",test, $core);}gThe above commands cause the second event disable, sometimes cause debuggee to freeze.
!epthook ntopenprocess script {test = 3;printf("[1] %d, %d\n",test, $core);}gevent c allg!epthook ntopenprocess script {test = 5;printf("[2] %d, %d\n",test, $core);}gIf useg afterevent c all, there is no problem.
I don't know when this bug existed, but I believe this bug didn't exist before.
