-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unrelated tests failing in geth CI #130
Comments
Note that the |
A further crash:
which happens to multiple tests. This one is probably the same, but the stack trace happens in a different process:
|
Progress has been made, but this test is still failing:
|
This is because there is no boundary check when copying the source code. |
See [this build failure]https://ci.appveyor.com/project/ethereum/go-ethereum/builds/41512143/job/ef4490waxtngwnpy)
For instance, we have the following issues:
Other tests point to an uninitialized
AccessWitness
The text was updated successfully, but these errors were encountered: