We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
make failpoint-enable cd executor go test -tags intest -run TestIndexMergeCoprGoroutinesLeak
no error
--- FAIL: TestIndexMergeCoprGoroutinesLeak (0.82s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x475f071] goroutine 40 [running]: testing.tRunner.func1.2({0x4cd7ac0, 0x7bb85e0}) /home/genius/project/go/src/testing/testing.go:1526 +0x24e testing.tRunner.func1() /home/genius/project/go/src/testing/testing.go:1529 +0x39f panic({0x4cd7ac0, 0x7bb85e0}) /home/genius/project/go/src/runtime/panic.go:884 +0x213 github.com/pingcap/tidb/executor_test.TestIndexMergeCoprGoroutinesLeak(0x18b2af9?) /home/genius/project/src/github.com/pingcap/tidb/executor/index_merge_reader_test.go:932 +0x291 testing.tRunner(0xc0005529c0, 0x54651b0) /home/genius/project/go/src/testing/testing.go:1576 +0x10b created by testing.(*T).Run /home/genius/project/go/src/testing/testing.go:1629 +0x3ea exit status 2 FAIL github.com/pingcap/tidb/executor 0.866s
master af62a5c
The text was updated successfully, but these errors were encountered:
can't reproduce
I remove tools/bin/failpoint-ctl and then make failpoint-enable again, the issue is gone.
make failpoint-enable
Sorry, something went wrong.
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
no error
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master af62a5c
The text was updated successfully, but these errors were encountered: