Skip to content

Treaded Issue #298

Description

@brainlessboy

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 = 2

I 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, Button

i 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions