-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
database/sql: segmentation violation #18719
Comments
@kardianos, anything suspicious or racy in the test? Otherwise, cc @aclements @randall77 @cherrymui. |
TestIssue18429 was designed to test the race condition in Tx.rollback. I don't think there is anything suspicious in the test itself. After looking at this for a bit, I think this may be an issue with |
I'm able to reproduce this issue on my box with a modified TestIssue18429 function. Not a runtime issue. |
I'm not sure why gobot didn't post it, but this should be resolved with https://go-review.googlesource.com/c/35550/ |
CL https://golang.org/cl/35550 mentions this issue. |
from builder log: https://build.golang.org/log/2c3b36d6c05318edc47728998463214689d2f2e2
Is this a runtime issue or is the driver.Conn actually nil?
The text was updated successfully, but these errors were encountered: