-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
(Just record, haven't got time to look into it)
2025/10/29 13:57:19 .../actions/notifier_helper.go:165:notify() [W] Ref of event "workflow_run" is empty, will fall back to the default branch
2025/10/29 13:57:19 .../queue/workerqueue.go:250:NewWorkerPoolQueueWithContext.1.1() [E] Recovered from panic in queue "mail" handler: runtime error: index out of range [0] with length 0
/Users/xiaoguang/go/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:115 (0x10450f48f)
goPanicIndex: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
/Users/xiaoguang/work/gitea/services/mailer/sender/sender.go:33 (0x1069e9b9b)
send: if err := sender.Send(froms[0].Address, to, m); err != nil {
/Users/xiaoguang/work/gitea/services/mailer/mailer.go:52 (0x106a020e7)
NewContext.func1: if err := sender_service.Send(sender, msg); err != nil {
/Users/xiaoguang/work/gitea/modules/queue/workerqueue.go:254 (0x1066b3ed3)
NewWorkerPoolQueueWithContext[...].func1: return w.origHandler(t...)
/Users/xiaoguang/work/gitea/modules/queue/workergroup.go:103 (0x1066b2643)
(*WorkerPoolQueue[...]).doWorkerHandle: unhandled := q.safeHandler(batch...)
/Users/xiaoguang/work/gitea/modules/queue/workergroup.go:179 (0x1066b1fe7)
(*WorkerPoolQueue[...]).doStartNewWorker.func1: q.doWorkerHandle(batch)
/Users/xiaoguang/go/pkg/mod/golang.org/[email protected]/src/sync/waitgroup.go:239 (0x104561e4f)
(*WaitGroup).Go.func1: f()
/Users/xiaoguang/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_arm64.s:1268 (0x10454eed3)
goexit: MOVD R0, R0 // NOP