|
Boost Users : |
Subject: [Boost-users] [boost-graph]remove_vertex gives segmentation fault
From: Suresh Kumar (suresh.amritapuri_at_[hidden])
Date: 2009-12-22 16:28:46
Hi,
I get segmentation fault when I call remove_vertex in boost graph. The graph
is defined as
adjacency_list<listS, listS, undirectedS, Cluster, Cluster> Graph;
clear_vertex(leaf,g);
remove_vertex(leaf,g);
I call clear_vertex() and then remove_vertex(). remove_vertex gives a
segmentation violation. How do I go about in debugging this?
Thanks
suresh
-- R. Suresh Kumar PhD Student, Vislab #216, Engineering II Bldg University of California, Riverside, CA 92521
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net