On Thu, Nov 10, 2005 at 01:23:32PM -0600, bfdi533 wrote:
Well, I have finally made some progress and have tried my first run. I
encountered an Out of Memory error so checked into .../doc/debugging.txt
and set the DEBUG level so I can see better what is happening.Here is the end of what I get now:
D1/3: V1_open_new_nat(): name = gshhs_c
D1/3: Vect_get_thresh(): thresh = 0.000000
D1/3: dig__write_head()
D1/3: write coor size (0) to head
D2/3: coor body offset 14
D3/3: dig_init_plus()
D1/3: dig_spidx_init()
D3/3: dig_cidx_init()
Swapping Enabled
D3/3: Vect_write_line(): name = gshhs_c, format = 0, level = 1
D3/3: Vect_write_line(): name = gshhs_c, format = 0, level = 1
D3/3: Vect_write_line(): name = gshhs_c, format = 0, level = 1
Out of Memory.Any ideas on where I should go to track this down?
I CC to the developer's list. It probably originates from
grep 'Out of Memory' lib/vector/diglib/allocation.c
fprintf (stderr, "Out of Memory.\n");
fprintf (stderr, "\nOut of Memory on realloc.\n");
in function dig_falloc().
Maybe someone in the list has an idea.
Markus