-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some trapCause may lost #2
Comments
I think that |
NOT an error, i think it may lost some states. |
Firstly, it still can be killed by -SIGKILL. Secondly, if progress A(which B's Parent Process) exited before it's PTRACE_EVENT_FORK, Progress B will be stopped forever. |
Though it is rarely, but can replay by "go tool dist test" cmd. [wuheng@localhost fptrace]$ ./fptrace -d a.json go tool dist test ##### Testing packages. goroutine 1 [running, locked to thread]: |
some trapCause may lost if "var suspended map[int]int" just record only one state.
The text was updated successfully, but these errors were encountered: