Opened 11 years ago
Closed 11 years ago
#2181 closed defect (fixed)
v.centerpoint: Error in `v.centerpoint': realloc(): invalid next size
Reported by: | mlennert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Addons | Version: | svn-trunk |
Keywords: | v.centerpoint realloc | Cc: | |
CPU: | Unspecified | Platform: | Linux |
Description
With a freshly compiled grass_trunk and freshly checked out v.centerpoint, in the NC dataset, I get the following error when I run
v.centerpoint --overwrite input=boundary_county@PERMANENT output=bc_centroids acenter=median
Error in `v.centerpoint': realloc(): invalid next size: 0x000000000159aad0
and the same with bmedian:
v.centerpoint --overwrite input=boundary_county@PERMANENT output=bc_centroids acenter=bmedian
Error in `v.centerpoint': realloc(): invalid next size: 0x00000000023dbad0
I do not get the prompt back in the terminal and the v.centerpoint process is shown as 'S' in top. I have to Ctrl-C to get the prompt back.
Change History (3)
comment:1 by , 11 years ago
Component: | Default → Addons |
---|
follow-up: 3 comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
Please try r58842.