[GH-ISSUE #215] Got panic in uuid.Parse #750

Closed
opened 2026-03-15 21:28:18 +03:00 by kerem · 0 comments
Owner

Originally created by @hieunguyen1809 on GitHub (Feb 20, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/215

Hi guys, today I found that my service suddenly panic with this error. I'm using asynq version 0.18.6

panic: uuid: Parse(): invalid UUID length: 0
goroutine 32 [running]:
github.com/google/uuid.MustParse(0x0, 0x0, 0x0, 0x0)
	/go/pkg/mod/github.com/google/uuid@v1.3.0/uuid.go:163 +0x125
github.com/hibiken/asynq/internal/base.DecodeMessage(0x1ce0618, 0x0, 0x0, 0x1ce0618, 0x0, 0x0)
	/go/pkg/mod/github.com/hibiken/asynq@v0.18.6/internal/base/base.go:264 +0x105
github.com/hibiken/asynq/internal/rdb.(*RDB).ListDeadlineExceeded(0xc0000301c0, 0xc07cb23f512ab159, 0xfffffff90cdcfcda, 0x1ca8b40, 0xc0008441c0, 0x3, 0x4, 0x0, 0x0, 0x0, ...)
	/go/pkg/mod/github.com/hibiken/asynq@v0.18.6/internal/rdb/rdb.go:687 +0x42a
github.com/hibiken/asynq.(*recoverer).recover(0xc000828410)
	/go/pkg/mod/github.com/hibiken/asynq@v0.18.6/recoverer.go:82 +0x8d
github.com/hibiken/asynq.(*recoverer).start.func1(0xc000364250, 0xc000828410)
	/go/pkg/mod/github.com/hibiken/asynq@v0.18.6/recoverer.go:63 +0x6e
created by github.com/hibiken/asynq.(*recoverer).start
	/go/pkg/mod/github.com/hibiken/asynq@v0.18.6/recoverer.go:61 +0x65
Originally created by @hieunguyen1809 on GitHub (Feb 20, 2022). Original GitHub issue: https://github.com/hibiken/asynqmon/issues/215 Hi guys, today I found that my service suddenly panic with this error. I'm using asynq version 0.18.6 ``` panic: uuid: Parse(): invalid UUID length: 0 goroutine 32 [running]: github.com/google/uuid.MustParse(0x0, 0x0, 0x0, 0x0) /go/pkg/mod/github.com/google/uuid@v1.3.0/uuid.go:163 +0x125 github.com/hibiken/asynq/internal/base.DecodeMessage(0x1ce0618, 0x0, 0x0, 0x1ce0618, 0x0, 0x0) /go/pkg/mod/github.com/hibiken/asynq@v0.18.6/internal/base/base.go:264 +0x105 github.com/hibiken/asynq/internal/rdb.(*RDB).ListDeadlineExceeded(0xc0000301c0, 0xc07cb23f512ab159, 0xfffffff90cdcfcda, 0x1ca8b40, 0xc0008441c0, 0x3, 0x4, 0x0, 0x0, 0x0, ...) /go/pkg/mod/github.com/hibiken/asynq@v0.18.6/internal/rdb/rdb.go:687 +0x42a github.com/hibiken/asynq.(*recoverer).recover(0xc000828410) /go/pkg/mod/github.com/hibiken/asynq@v0.18.6/recoverer.go:82 +0x8d github.com/hibiken/asynq.(*recoverer).start.func1(0xc000364250, 0xc000828410) /go/pkg/mod/github.com/hibiken/asynq@v0.18.6/recoverer.go:63 +0x6e created by github.com/hibiken/asynq.(*recoverer).start /go/pkg/mod/github.com/hibiken/asynq@v0.18.6/recoverer.go:61 +0x65 ```
kerem closed this issue 2026-03-15 21:28:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#750
No description provided.