boost::filesystem::canonical error ?
4 views (last 30 days)
Show older comments
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 Comments
Balam Willemsen
on 2 Aug 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
on 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....
Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!