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

Unstable test TestColumnAdd #42429

Closed
MyonKeminta opened this issue Mar 21, 2023 · 1 comment
Closed

Unstable test TestColumnAdd #42429

MyonKeminta opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
component/ddl This issue is related to DDL of TiDB. component/test duplicate Issues or pull requests already exists. severity/major type/bug The issue is confirmed as a bug.

Comments

@MyonKeminta
Copy link
Contributor

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=0x47d1cd1]

goroutine 25373 [running]:
github.com/pingcap/tidb/ddl_test.checkAddPublic({0x5ba4120, 0xc004c6d710}, {0x0, 0x0}, {0x5b61b18?, 0xc000e63440?})
	ddl/column_change_test.go:318 +0x1b1
github.com/pingcap/tidb/ddl_test.TestColumnAdd.func1(0xc005034900)
	ddl/column_change_test.go:81 +0x226
github.com/pingcap/tidb/ddl/internal/callback.(*TestDDLCallback).OnJobUpdated(0xc005bf90e0, 0xc005034900?)
	ddl/internal/callback/callback.go:122 +0x1ea
github.com/pingcap/tidb/ddl.(*ddl).delivery2worker.func1()
	ddl/job_table.go:314 +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

4. What is your TiDB version? (Required)

master (8ba2035)

@MyonKeminta MyonKeminta added the type/bug The issue is confirmed as a bug. label Mar 21, 2023
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 labels Mar 22, 2023
@bb7133 bb7133 added component/ddl This issue is related to DDL of TiDB. and removed sig/sql-infra SIG: SQL Infra labels Oct 9, 2023
@D3Hunter D3Hunter removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-6.1 may-affects-6.5 labels Feb 21, 2024
@wjhuang2016
Copy link
Member

Duplicated with #49827

@wjhuang2016 wjhuang2016 added the duplicate Issues or pull requests already exists. label Feb 21, 2024
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 duplicate Issues or pull requests already exists. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

7 participants