This bug was fixed in the package graphviz - 2.20.2-3ubuntu5
---
graphviz (2.20.2-3ubuntu5) karmic; urgency=low
* debian/patches/30_fix_dot2gxl_segfault:
- Fix a segfault in dot2gxl (LP: #376400)
-- Simon OlofssonMon, 14 Sep 2009 10:32:25 +0200
** Changed in: graphviz (Ub
The new version is in my PPA now. I tested it and it worked.
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
Daniel, thanks for your suggestions. I updated the branch according to them.
I'll upload a new version to my PPA soon.
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
This is the diff between our version and the current upstream version.
Maybe use this instead?
- if (val[0]) {
+ if (val && val[0]) {
Also: can you make use of
https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines or at
least document that the bug is fixed upstream and the patch droppe
** Changed in: graphviz (Ubuntu)
Status: Incomplete => Confirmed
** Changed in: graphviz (Ubuntu)
Assignee: Simon Olofsson (simono) => (unassigned)
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you ar
Hi Simon,
your PPA package did fine for me. Thank you very much for getting this fixed.
Yours
Stephan
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Stephan, a version of graphviz which fixes this issue is available in my PPA:
https://edge.launchpad.net/~simono/+archive/ppa
Please try it and report back, if it worked. Thanks!
I just tried it with your example file and it went all well.
** Changed in: graphviz (Ubuntu)
Status: In Progres
Stephan, I'll provide an updated deb in my PPA soon, it would be nice if
you could test it.
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
** Branch linked: lp:~simono/ubuntu/karmic/graphviz/fix-bug-376400
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
** Changed in: graphviz (Ubuntu)
Assignee: (unassigned) => Simon Olofsson (simono)
** Changed in: graphviz (Ubuntu)
Status: Confirmed => In Progress
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you a
A manual version-bump is not a solution for regular jaunty users. I hope
that koala will get the new version, which makes this obsolete.
I really would like to see this fixed.
** Attachment added: "fixes a segfault in dot2gxl"
http://launchpadlibrarian.net/31269684/dot2gxl-segfault.patch
--
This seems to be fixed in at least 2.24.0, available here:
http://www.graphviz.org/Download_linux_ubuntu.php
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
I can confirm the segfault.
** Changed in: graphviz (Ubuntu)
Status: New => Confirmed
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
** Tags added: apport-crash
--
dot2gxl gets segfault even with simple graph
https://bugs.launchpad.net/bugs/376400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
I included a patch which fixes it for me.
If 'val' is NULL then no index access is possible. val[0] throws the
segfault.
** Attachment added: "dot2gxl-segfault.patch"
http://launchpadlibrarian.net/26710533/dot2gxl-segfault.patch
--
dot2gxl gets segfault even with simple graph
https://bugs.la
15 matches
Mail list logo