+++ This bug was initially created as a clone of Bug #316307 +++ kgraphviewer 2.1.1 archlinux x86_64 sampla data attached bug 316307 Reproducible: Always Steps to Reproduce: open attached data and Actual Results: program crash Expected Results: show graph bug 316307 comment 14
Potentially an ABI/API break in Graphviz, I'm unsure yet but couldn't find an easy fix yet :(
the qwt is a good alternative to graphviz http://qwt.sourceforge.net/
Huh? Since when can Qwt do graphs like this: http://graphviz.org/Gallery.php ? I cannot find anything like that in the qwt gallery.
Shure it can't :( But possible it's not required for valgrind analyzer. Anyway I understood now what happens. tnx
That is not a kgraphviewer bug. Previous kgraphviewer versions supported only libgraph. Unfortunately graphviz introduced a libcgraph with functions that have the same name but different behaviour, which is about as bad an idea as it gets. If like in bug 316307 both end up being loaded by some program it results in a huge mess and random crashes. This should now be kind of fixed due to kgraphviewer git linking against and using libcgraph itself.
Unless someone can still reproduce such an issue I'll assume that this has been fixed by the new cgraph support.