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!
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x448b259] goroutine 183764 [running]: github.com/pingcap/tidb/ddl.(*reorgCtx).isReorgCanceled(...) ddl/reorg.go:113 github.com/pingcap/tidb/ddl.(*reorgCtx).IsReorgCanceled(...) ddl/ddl_test.go:62 github.com/pingcap/tidb/ddl_test.TestUsingReorgCtx.func2() ddl/ddl_worker_test.go:334 +0xd9 github.com/pingcap/tidb/util.(*WaitGroupWrapper).Run.func1() util/wait_group_wrapper.go:154 +0x6b created by github.com/pingcap/tidb/util.(*WaitGroupWrapper).Run util/wait_group_wrapper.go:152 +0x8d -- Coverage runner: Not collecting coverage for failed test.
The text was updated successfully, but these errors were encountered:
reorgCtx
ddl: make reorgCtx safer to use (#41421)
a56fa8e
close #41418
ddl: make reorgCtx safer to use (pingcap#41421)
b4220ae
close pingcap#41418
e87e9ee
634d0c1
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: