-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
1.2.2
-
generic
-
generic
jvmdi_SetEventNotificationMode may be called simultaneously from multiple threads. It calls set_single_step_thread without mutex protection, which can cause the global variable "single_stepping" to be corrupted.