Here you can discuss and share functionality improvements and helper programs to make Context Free better.
Moderators: MtnViewJohn, chris, mtnviewmark
-
TorfusPolymorphus
- Posts: 27
- Joined: Sun Dec 28, 2008 2:16 pm
-
Contact:
Post
by TorfusPolymorphus »
My 2.2beta(v8) segfaults when run on the following input file ("segfault.cfdg"):
Code: Select all
startshape test
path test {
1 * { } MOVETO { }
}
The output of the program is:
Code: Select all
$ cfdg segfault.cfdg output.png
Reading rules file segfault.cfdg
Segmentation fault
Removing the loop removes the segfault. I'm running cfdg on Gentoo Linux. Let me know if you need further information.
-
pakin
- Posts: 43
- Joined: Sat Apr 21, 2007 8:59 pm
- Location: United States
-
Contact:
Post
by pakin »
My 2.2beta(v8) segfaults when run on the following input file ("segfault.cfdg"):
It works for me in 2.2beta(v9) on Debian Etch.
-
MtnViewJohn
- Site Admin
- Posts: 882
- Joined: Fri May 06, 2005 2:26 pm
- Location: Mountain View, California
-
Contact:
Post
by MtnViewJohn »
2.2beta2 has a crash condition in paths that was first noticed in
this post. It is fixed in beta3.
-
TorfusPolymorphus
- Posts: 27
- Joined: Sun Dec 28, 2008 2:16 pm
-
Contact:
Post
by TorfusPolymorphus »
Ah, thanks! Glad to hear that the issue's already fixed.
BTW, is there a bug tracker for CF?