Summary: | crash on data opening - detailed snapshot analyze | ||
---|---|---|---|
Product: | [Applications] kgraphviewer | Reporter: | Ivan <dront78> |
Component: | general | Assignee: | Gaël de Chalendar (aka Kleag) <kleagg> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bastian.beischer, cfeck, kde, mail |
Priority: | VHI | ||
Version: | 2.1.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | http://commits.kde.org/kgraphviewer/d89f4aabece1f5fa55194a4f2eeaac664789ae80 | |
Sentry Crash Report: |
Description
Ivan
2013-03-18 05:36:20 UTC
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. |