Subject: [Boost-bugs] [Boost C++ Libraries] #8681: read_graphviz throws exception with file that dot program reads successfully
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-10 01:27:21
#8681: read_graphviz throws exception with file that dot program reads
successfully
-------------------------+------------------------------
Reporter: anonymous | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.49.0
Severity: Showstopper | Keywords: read_graphviz
-------------------------+------------------------------
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
}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8681> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC