-
Notifications
You must be signed in to change notification settings - Fork 261
[Error:38]Function not implemented. multiprocessing in graphene #2689
Comments
From what I understand, Python's Gramine currently doesn't support semaphores at all. So this example unfortunately cannot run in Gramine. |
You can actually add If you see some system call like |
i got it, so is there any workaround to deal with this problem? |
The only workaround I can think of is: don't use |
Can you debug your program using gdb? You simply build all Gramine in debug mode and then run The debugger should point you to the place in code / assembly instruction where SIGFPE ( |
Sorry for not being able to check the message due to some things in the past two days, i will try GBD immediately. |
I run a pytorch program in graphene, but here threw an error when it comes to multi-process communication.
Sorry I can’t provide the relevant code. So i typed a simple example to simulate this situation.
when i run this py in graphene, same error was thrown.
This seems to be related to Sem_lock.
So I want to confirm the problems of multi-process in graphene and how to solve this bug?
Thank you for your attention and look forward to your reply. T_T
The text was updated successfully, but these errors were encountered: