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 disttask/framework/scheduler.(*Manager).startScheduler #49941

Closed
Tracked by #41316
hawkingrei opened this issue Dec 30, 2023 · 2 comments
Closed
Tracked by #41316

panic in the disttask/framework/scheduler.(*Manager).startScheduler #49941

hawkingrei opened this issue Dec 30, 2023 · 2 comments
Assignees
Labels
component/ddl This issue is related to DDL of TiDB. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 may-affects-7.5 severity/major 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=0x18 pc=0x678e332]
goroutine 39534 [running]:
github.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler(0xc00832c360, 0xc00953bee0, {0x0, 0x0})
	pkg/disttask/framework/scheduler/scheduler_manager.go:267 +0x232
github.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop(0xc00832c360)
	pkg/disttask/framework/scheduler/scheduler_manager.go:219 +0x10ba
github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1()
	pkg/util/wait_group_wrapper.go:157 +0x59
created by github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run in goroutine 36840
	pkg/util/wait_group_wrapper.go:155 +0x7c
-- 

https://tiprow.hawkingrei.com/view/gs/pingcapprow/logs/coverage/1740922507537420288#1:build-log.txt%3A3416

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added the type/bug This issue is a bug. label Dec 30, 2023
@jebter jebter added severity/major component/ddl This issue is related to DDL of TiDB. labels Jan 2, 2024
@ywqzzy
Copy link
Contributor

ywqzzy commented Jan 2, 2024

/assign ywqzzy

@D3Hunter
Copy link
Contributor

D3Hunter commented Jan 2, 2024

root cause duplicate with #49869

@D3Hunter D3Hunter closed this as completed Jan 2, 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. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 may-affects-7.5 severity/major type/bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

4 participants