We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: runtime error: index out of range [6425] with length 2354 goroutine 28853 [running]: runtime/debug.Stack() D:/sdk/go/src/runtime/debug/stack.go:24 +0x65 runtime/debug.PrintStack() D:/sdk/go/src/runtime/debug/stack.go:16 +0x19 github.com/xxl-job/xxl-job-executor-go.(*Task).Run.func1(0xc00216bc30) D:/sdk/go/work/pkg/mod/github.com/xxl-job/[email protected]/task.go:31 +0x1a5 panic({0x1326f20, 0xc00f351c08}) D:/sdk/go/src/runtime/panic.go:838 +0x207 github.com/shakinm/xlsReader/xls/record.(*LabelSSt).GetString(0x12a4ac0?) D:/sdk/go/work/pkg/mod/github.com/shakinm/[email protected]/xls/record/labelSst.go:43 +0x4b
The text was updated successfully, but these errors were encountered:
I have the same issue. Did you find a solution? It seems all Go XLS libraries have some kind of issue that panics.
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: index out of range [6425] with length 2354
goroutine 28853 [running]:
runtime/debug.Stack()
D:/sdk/go/src/runtime/debug/stack.go:24 +0x65
runtime/debug.PrintStack()
D:/sdk/go/src/runtime/debug/stack.go:16 +0x19
github.com/xxl-job/xxl-job-executor-go.(*Task).Run.func1(0xc00216bc30)
D:/sdk/go/work/pkg/mod/github.com/xxl-job/[email protected]/task.go:31 +0x1a5
panic({0x1326f20, 0xc00f351c08})
D:/sdk/go/src/runtime/panic.go:838 +0x207
github.com/shakinm/xlsReader/xls/record.(*LabelSSt).GetString(0x12a4ac0?)
D:/sdk/go/work/pkg/mod/github.com/shakinm/[email protected]/xls/record/labelSst.go:43 +0x4b
The text was updated successfully, but these errors were encountered: