mrproliu opened a new pull request, #228: URL: https://github.com/apache/skywalking-go/pull/228
Since the Go agent adds a new goroutine to the tracing snapshot during `new_proc1`, it uses a defer statement to perform the unlock operation. However, because `new_proc1` returns a new goroutine, it differs from the one executing the defer statement, which leads to a fatal error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org