gearr icon indicating copy to clipboard operation
gearr copied to clipboard

Unhandled error when starting worker

Open pando85 opened this issue 1 year ago • 0 comments

INFO[0000] starting encode queue processor              
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x6b685e]

goroutine 36 [running]:
gearr/worker/task.(*RabbitMQClient).encodeQueueProcessor(0xc000002180, {0x857c20, 0xc000092500}, {0x7bfa8e, 0x5})
	/home/runner/work/gearr/gearr/worker/task/queue.go:301 +0x15e
created by gearr/worker/task.(*RabbitMQClient).eventProcessor in goroutine 13
	/home/runner/work/gearr/gearr/worker/task/queue.go:194 +0x4b9

pando85 avatar Feb 07 '24 08:02 pando85