boost::filesystem::canonical error ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Balam Willemsen
el 2 de Ag. de 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
el 5 de Feb. de 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....
Respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!