Re: error : mutex already locked by thread

2023-01-05 Thread Damien Mattei
sorry for the inconvenience in fact the code compile,the message is only displayed at compile time when using and uncommenting (parallel vector) used later here: (parallel-vector-map function-unify-minterms-list-index minterms-vector) which cause a crash of the code: scheme@(guile-user)> (logic-

error : mutex already locked by thread

2023-01-05 Thread Damien Mattei
Hi, i have an error i never seen, without a line in code , the code worked on Mac OS and on Linux , i did a fresh install of Linux and Guile and now i have this error that seems unrelated with my code ( that did not changed) : In procedure lock-mutex: mutex already locked by thread any idea? G