Page 1 of 1

2.2beta2(v8) segfaults

Posted: Sat Jan 03, 2009 1:13 pm
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.

Posted: Sat Jan 03, 2009 6:29 pm
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.

Posted: Sat Jan 03, 2009 7:08 pm
by MtnViewJohn
2.2beta2 has a crash condition in paths that was first noticed in this post. It is fixed in beta3.

Posted: Sun Jan 04, 2009 4:13 am
by TorfusPolymorphus
Ah, thanks! Glad to hear that the issue's already fixed.

BTW, is there a bug tracker for CF?