id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10903,planar_face_traversal function,dumnas@…,Jeremiah Willcock,"Visual Studio 'Release' Configuration. In function void planar_face_traversal(const Graph& g, PlanarEmbedding embedding, Visitor& visitor, EdgeIndexMap em ) In the for loop for(boost::tie(fi,fi_end) = edges(g); fi != fi_end; ++fi) as soon as it executes the line edge_t e(*fi); the variable 'g' becomes null at runtime. This is true for VS 2010, 2012, 2013. For Debug configuration, it does not occur, but as soon as the code is put 'release' the problem is consistent. It looks like a Visual Studio bug, but I am not sure how to claim a bug report to Microsoft.",Bugs,new,To Be Determined,graph,Boost 1.57.0,Problem,,Visual Studio 2013 'Release',