Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiprocessing Problems on Mac with HippoUnit #76

Open
marvinmarz opened this issue Mar 27, 2024 · 0 comments
Open

Multiprocessing Problems on Mac with HippoUnit #76

marvinmarz opened this issue Mar 27, 2024 · 0 comments

Comments

@marvinmarz
Copy link

Hi guys,

when I am trying to run a test battery with HippoUnit I receive this error on Mac:

fatal IO error 0 (Undefined error: 0) on X server "/private/tmp/com.apple.launchd.CvaJuL8ePN/org.xquartz:0"
after 19 requests (19 known processed) with 0 events remaining.

It also tells me:

Application Specific Information:
*** multi-threaded process forked ***
crashed on child side of fork pre-exec

The problem seems to start with the respective test, i.e., SomaticFeaturesTest, and crashes with the multiprocessing pool.map() function. I expect that there could be some incompatibility issue between multiprocessing and XQuartz on Mac. Is this problem known or is there some platform problem with Mac and XQuartz? I would be most grateful for any ideas on how to fix this problem.

I am using PyCharm with Python 3.11.

Best,
Marvin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant