-
Notifications
You must be signed in to change notification settings - Fork 146
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
Module did not self-register #165
Comments
Hi Eric, this doesn't ring a bell for me. That it only happens when working with multiple workers sounds odd, since these are isolated processes. Would be great if you can create a minimal example demonstrating the issue so we can do some digging. |
Thanks. I created a project to illustrate the bug. Edit |
👍 I'll see if I have some time to look into it tomorrow. |
Thank you, but there's no need--looks like the issue is with |
Ah, ok 👍 |
I'm running into a bug while using svg2img inside of a worker to convert svgs to png images. If I convert one image at a time using workerpool, everything works fine. But if I try to convert two or more in parallel, I am getting this error:
I have no idea if this is a bug with workerpool, svg2img, or one of its dependencies. The puzzling thing is that it works when a single child thread runs, but not when multiple child threads are running. I will try to produce a minimal working example and post the code here.
The text was updated successfully, but these errors were encountered: