Skip to content
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

panic in the TestRenameTableIntermediateState #43825

Closed
Tracked by #41316
hawkingrei opened this issue May 15, 2023 · 0 comments · Fixed by #43832
Closed
Tracked by #41316

panic in the TestRenameTableIntermediateState #43825

hawkingrei opened this issue May 15, 2023 · 0 comments · Fixed by #43832
Labels
component/test severity/moderate type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

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)

panic: runtime error: invalid memory address or nil pointer dereference

[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x4ac79d1]


goroutine 383949 [running]:

github.com/pingcap/tidb/ddl_test.TestRenameTableIntermediateState.func1(0xc09119a160?)

	ddl/table_test.go:559 +0xb1

github.com/pingcap/tidb/ddl/internal/callback.(*TestDDLCallback).OnJobUpdated(0xc090cf7080, 0xc09119a160?)

	ddl/internal/callback/callback.go:122 +0x1ea

github.com/pingcap/tidb/ddl.(*ddl).delivery2worker.func1()

	ddl/job_table.go:451 +0xdef

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

--

https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftidb%2Fghpr_unit_test/detail/ghpr_unit_test/24468/pipeline

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added type/bug The issue is confirmed as a bug. component/test labels May 15, 2023
@tangenta tangenta removed the type/bug The issue is confirmed as a bug. label May 15, 2023
@hawkingrei hawkingrei added severity/moderate type/bug The issue is confirmed as a bug. labels May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants