id summary reporter owner description type status milestone component version severity resolution keywords cc 8681 read_graphviz throws exception with file that dot program reads successfully anonymous Jeremiah Willcock "program exhibiting behavior attached as boost-test.cpp. compiled on g++ (Debian 4.7.2-5) 4.7.2. compile with ""g++ -Wall -std=c++11 -O2 -lboost_system -lboost_graph -o boost-test boost-test.cpp"" dot file attached as test.dot, and pasted below: digraph ""flow_graph"" { graph [ ]; node [ shape = ""box"" ]; edge [ ]; ""0"" [ label = ""_WinMainCRTStartup:\lpush ebp\lmov ebp, esp\lsub esp, 18h\land esp, 0FFFFFFF0h\lmov [esp+18h+var_18], offset _main\lcall _cygwin_crt0\lmov [esp+18h+var_10], 0\lmov [esp+18h+var_14], 0\lmov [esp+18h+var_18], 0\lcall _cygwin_premain0\lmov [esp+18h+var_10], 0\lmov [esp+18h+var_14], 0\lmov [esp+18h+var_18], 0\lcall _cygwin_premain1\lmov [esp+18h+var_10], 0\lmov [esp+18h+var_14], 0\lmov [esp+18h+var_18], 0\lcall _cygwin_premain2\lmov [esp+18h+var_10], 0\lmov [esp+18h+var_14], 0\lmov [esp+18h+var_18], 0\lcall _cygwin_premain3\lleave\lretn\l"" ]; // node 0 } " Bugs closed To Be Determined graph Boost 1.49.0 Showstopper fixed read_graphviz