When I run the program, I receive the following message:
v.in.ascii 'input=/Users/davidkindem/Documents/GRGH&M/GPS Waypoints/JunctionPoints.txt' output=JunctionPoints format=point fs=| skip=0 x=1 y=2 z=0 cat=0
v.in.ascii(363) malloc: *** Deallocation of a pointer not malloced: 0x15016f0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
The layer is created, but will not display.
I've imported sites before (though not recently), using the same steps. Can anyone point me in the right direction?
Did you make sure that you have Unix line feeds at the end of each line? I
use TextWrangler to do this. nedit (for x11) also works for this.
Michael
______________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA
When I run the program, I receive the following message:
v.in.ascii 'input=/Users/davidkindem/Documents/GRGH&M/GPS Waypoints/
JunctionPoints.txt' output=JunctionPoints format=point fs=| skip=0
x=1 y=2 z=0 cat=0
v.in.ascii(363) malloc: *** Deallocation of a pointer not malloced:
0x15016f0; This could be a double free(), or free() called with the
middle of an allocated block; Try setting environment variable
MallocHelp to see tools to help debug
The layer is created, but will not display.
I've imported sites before (though not recently), using the same
steps. Can anyone point me in the right direction?
Did you make sure that you have Unix line feeds at the end of each
line? I use TextWrangler to do this. nedit (for x11) also works for
this.
Note v.in.ascii uses G_getl2() now in the GRASS 6.1 development version.
This means dos, unix, and mac os9 newline formats are all understood
correctly. (Please report any problems.)
I continue to get the malloc error with any text file i create. It's been a while since I used v.in.ascii, so I tried recreating a sites layer with a text file that worked a few months ago, and get the malloc error there, too.
Dave
On Dec 6, 2005, at 4:25 AM, Hamish wrote:
Did you make sure that you have Unix line feeds at the end of each
line? I use TextWrangler to do this. nedit (for x11) also works for
this.
Note v.in.ascii uses G_getl2() now in the GRASS 6.1 development version.
This means dos, unix, and mac os9 newline formats are all understood
correctly. (Please report any problems.)