Opened 19 months ago
Closed 19 months ago
#34509 closed Bug (invalid)
Celery task throwing error
Reported by: | Rakshith Aloori | Owned by: | nobody |
---|---|---|---|
Component: | Utilities | Version: | 4.2 |
Severity: | Normal | Keywords: | celery |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A celery task is throwing the below error with Django 4.2 but downgrading to Django 4.1 fixes the issue.
[2023-04-22 09:38:48,978: ERROR/MainProcess] Process 'ForkPoolWorker-8' pid:9717 exited with 'signal 11 (SIGSEGV)'
[2023-04-22 09:38:48,994: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 11 (SIGSEGV) Job: 0.')
Traceback (most recent call last):
File "/Users/rick/django/venv/lib/python3.9/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost
raise WorkerLostError(
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 11 (SIGSEGV) Job: 0.
Thanks for the ticket, however it's not an issue tracker for Celery.