boost::filesystem::canonical error ?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
Balam Willemsen
2016-8-2
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
2018-2-5
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....
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!