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 TestColumnAdd #49827

Closed
Tracked by #41316
hawkingrei opened this issue Dec 27, 2023 · 1 comment · Fixed by #49891
Closed
Tracked by #41316

panic in the TestColumnAdd #49827

hawkingrei opened this issue Dec 27, 2023 · 1 comment · Fixed by #49891
Labels
component/ddl This issue is related to DDL of TiDB. component/test severity/minor type/bug This issue is 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=0x90 pc=0x73c51f6]
goroutine 39441 [running]:
github.com/pingcap/tidb/pkg/ddl_test.checkAddPublic({0x9d50a08, 0xc00881bef0}, {0x0, 0x0}, {0x9d0ce28?, 0xc007461ce0?})
	pkg/ddl/column_change_test.go:316 +0x1d6
github.com/pingcap/tidb/pkg/ddl_test.TestColumnAdd.func1(0xc00851fb00)
	pkg/ddl/column_change_test.go:80 +0x286
github.com/pingcap/tidb/pkg/ddl/util/callback.(*TestDDLCallback).OnJobUpdated(0xc0087789a0, 0xc00851fb00?)
	pkg/ddl/util/callback/callback.go:124 +0x1dd
github.com/pingcap/tidb/pkg/ddl.(*ddl).delivery2worker.func1()
	pkg/ddl/job_table.go:439 +0x171b
github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1()
	pkg/util/wait_group_wrapper.go:157 +0x87
created by github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run in goroutine 38134
	pkg/util/wait_group_wrapper.go:155 +0xe5 

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added the type/bug This issue is a bug. label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ddl This issue is related to DDL of TiDB. component/test severity/minor type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants