tiup playground启动失败 ‘panic: runtime error: invalid memory address or nil pointer dereference’

【 TiDB 使用环境】测试调研,单机部署

【 TiDB 版本】v6.1.0

【遇到的问题】

安装tiup,执行 source ${your_shell_profile}之后,运行tiup playground的时候报错

tiup is checking updates for component playground ...
Starting component `playground`: /home/srtian/.tiup/components/playground/v1.10.2/tiup-playground
Using the version v6.1.0 for version constraint "".
		
If you'd like to use a TiDB version other than v6.1.0, cancel and retry with the following arguments:
	Specify version manually:   tiup playground <version>
	Specify version range:      tiup playground ^5
	The nightly version:        tiup playground nightly

Playground Bootstrapping...
Start pd instance:v6.1.0
Start tikv instance:v6.1.0
Start tidb instance:v6.1.0
Waiting for tidb instances ready
127.0.0.1:4000 ... Done
Force prometheus(762385) to quit...
prometheus quit
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xe640c4]

goroutine 1 [running]:
main.(*Playground).terminate(0xc000390000, 0x9)
	github.com/pingcap/tiup/components/playground/playground.go:990 +0x364
main.execute.func3(0xc0004f4000?, {0x1981f20, 0x0, 0x0?})
	github.com/pingcap/tiup/components/playground/main.go:291 +0x912
github.com/spf13/cobra.(*Command).execute(0xc0004f4000, {0xc00003a240, 0x0, 0x0})
	github.com/spf13/cobra@v1.4.0/command.go:856 +0x67c
github.com/spf13/cobra.(*Command).ExecuteC(0xc0004f4000)
	github.com/spf13/cobra@v1.4.0/command.go:974 +0x3b4
github.com/spf13/cobra.(*Command).Execute(...)
	github.com/spf13/cobra@v1.4.0/command.go:902
main.execute()
	github.com/pingcap/tiup/components/playground/main.go:352 +0x1032
main.main()
	github.com/pingcap/tiup/components/playground/main.go:629 +0x3f

请问有没有大佬知道原因呀qwq

这几个注意事项都满足么?

参考下面的FAQ,有没有可能是本机硬件配置跑不起来一套TiDB集群?

我昨天是可以跑起来的,结果今天打开一看就跑不了了w

这个命令每次启动都是一个新的集群。不会保留。

/home/srtian/.tiup/data 路径下的数据清理掉,退出当前用户,重新登录,再重新启动试下。

哇感谢感谢

该主题在最后一个回复创建后60天后自动关闭。不再允许新的回复。