-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
Hi,
I am running Pymunk on a RaspberryPi 5.
With the setting not Threaded every thing works as expected.
When trying to use threaded=True, things stop working.
the setting:
self._space = pymunk.Space()
self._space.threaded = True
self._space.threads = 2I am running Raspios-Trixie-armhf-lite
I am Importing these libraries:
import os
import math
import random
import numpy as np
import skimage as ski
import pymunk
from gpiozero import LED, Buttoni get three variations of errors:
1 - it just freezes and does not show any error (i kill the python process)
2 - Fatal glibc error: pthread_mutex_lock.c:450 (__pthread_mutex_lock_full): assertion failed: e != ESRCH || !robust
3 - Segemntation Fault
Metadata
Metadata
Assignees
Labels
No labels