Skip Menu |

This queue is for tickets about the Math-Geometry-Planar CPAN distribution.

Report information
The Basics
Id: 46350
Status: new
Priority: 0/
Queue: Math-Geometry-Planar

People
Owner: Nobody in particular
Requestors: wim.vereecken [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.16
Fixed in: (no value)



Subject: Bug in Planar.pm (convert2gpc)
convert2gpc segfaults due to an error at line 1927 (version 1.16): l.1927: my $vlist = new_gpc_vertex_list(); Probably this should be l.1927: my $vlist_arr = gpc_vertex_list_array(scalar(@polygons)); The error occurs at l.1946, as gpc_vertex_list_set expects an array of vlists instead of a single list. Regards, Wim