boost::filesystem::canonical error ?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Balam Willemsen
il 2 Ago 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
il 5 Feb 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....
Risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!