[GRASS-dev] [bug #5264] (grass) v.digit - G_malloc out of memory error

guest wrote (Fri, Nov 10 2006 02:31:16):

trying to create a new vector file results in the following error:

v.digit -n map=testv2
New empty map created.
ERROR: G_malloc: out of memory

Hi, thanks for the report. v.digit works for me. Nobody seems to be confirming
this bug. So a few questions:

GRASS version exactly?

Linux?

region settings?

tcl/tk version (build time and run time, if different)?

When trying to edit an existing vector file, the following message appears:

v.digit map=filename
ERROR: Cannot open old vector filename4@PERMANENT on level 2

That's because v.digit crashes and leaves the vector without topology.

Thanks,
Maciek

-------------------------------------------- Managed by Request Tracker

On Fri, Nov 10, 2006 at 06:50:12PM +0100, Maciek Sieczka via RT wrote:
...

> When trying to edit an existing vector file, the following message appears:
>
> v.digit map=filename
> ERROR: Cannot open old vector filename4@PERMANENT on level 2

That's because v.digit crashes and leaves the vector without topology.

v.digit should be(come) friendly and run v.build (or the equivalent C stuff)
to reconstruct the topology.

Markus