boost::filesystem::canonical error ?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all,
I am using matlab R2015a and I am using different codes in different paths, so I used addpath. However, when it comes to the next iteration or the path changes, Matlab gives me an error "boost::filesystem::canonical"
I was looking in the forum, but I can not find a solution yet.
Thanks
2 commentaires
Balam Willemsen
le 2 Août 2016
Were you by any chance using the Parallel Computing Toolbox? I have seen boost::filesystem::canonical when a parallel pool is left open by mistake (e.g. when one of the workers encounters an error).
Responding here even though the question was from a few months back so that Google can find the answer for me next time it happens! ;)
Balam
Thomas Pfau
le 5 Fév 2018
Even though this is quite old, I'm wondering, whether anyone found a solution to this issue. I'm experiencing exactly this behaviour in 2015b on a piece of code that works fine with 2014b and 2016b. Closing the pool and reopening it doesn't change the behavior. I'm a bit at a loss here, since this is not thrown as an error but just stops execution completely....
Réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!