You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple script that calls async() to query and store data using sqlite. The script is able to queue the tasks without trouble but if I start manage.py qcluster Python immediately crashes with a segmentation fault. This occurs regardless of there being any tasks in the queue. I am using the Django ORM as a broker.
18:16:15 [Q] INFO Q Cluster-62794 starting.
18:16:15 [Q] INFO Process-1:1 ready for work at 62796
18:16:15 [Q] INFO Process-1:2 ready for work at 62797
18:16:15 [Q] INFO Process-1:3 ready for work at 62798
18:16:15 [Q] INFO Process-1 guarding cluster at 62795
18:16:15 [Q] INFO Process-1:4 ready for work at 62799
18:16:15 [Q] INFO Process-1:5 monitoring at 62800
18:16:15 [Q] INFO Q Cluster-62794 running.
18:16:15 [Q] INFO Process-1:6 pushing tasks at 62801
I have a simple script that calls async() to query and store data using sqlite. The script is able to queue the tasks without trouble but if I start
manage.py qcluster
Python immediately crashes with a segmentation fault. This occurs regardless of there being any tasks in the queue. I am using the Django ORM as a broker.Python - 2.7.10
Django - 1.9.7
django-q - 0.7.18
OSX - 10.12
qcluster output before crash
Probably less helpful OSx crash report
The text was updated successfully, but these errors were encountered: