Cyril Verluise
09/25/2023, 2:27 PMsegmentation fault kedro run
/Users/cyril_verluise/opt/anaconda3/envs/my-project/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
and the pipeline is interrupted.
What is strange is that, if I run the "current" node when the pipeline stops in isolat, everything goes well. Note also that I'm not implementing multiprocessing myself.
Any idea? I'll keep googling on my side, just in case anyone has already seen that before.
Set up
kedro 0.18.13Nok Lam Chan
09/25/2023, 2:29 PMCyril Verluise
09/25/2023, 2:34 PMis this the libraries that you are usingmight be the case
Nok Lam Chan
09/25/2023, 2:54 PMParallelRunner
Juan Luis
09/25/2023, 2:55 PMNok Lam Chan
09/25/2023, 3:20 PMsettings.py?
ShelveStore
?Cyril Verluise
09/25/2023, 3:22 PMsegmentation fault kedro run
Nok Lam Chan
09/25/2023, 3:26 PMCyril Verluise
09/25/2023, 3:27 PMNok Lam Chan
09/25/2023, 3:27 PMCyril Verluise
09/25/2023, 3:28 PMcan you remove the tqdm from your codeyes, I did. It did not fix the issue - only changed the error message
Nok Lam Chan
09/25/2023, 3:32 PMAll nodes work fine in isolation.With or without Kedro?
Cyril Verluise
09/25/2023, 3:34 PMNok Lam Chan
09/25/2023, 3:34 PMCyril Verluise
09/25/2023, 3:37 PMNok Lam Chan
09/25/2023, 3:41 PMCyril Verluise
09/25/2023, 3:44 PMNok Lam Chan
09/25/2023, 4:06 PMCyril Verluise
09/25/2023, 4:10 PM