[GRASS-user] Re: Can't digitize...[please help]

------------------------------

Message: 3
Date: Sat, 30 May 2009 02:13:56 -0700 (PDT)
From: yazid bekti <yazidbekti@yahoo.com>
Subject: [GRASS-user] Can't digitize...[please help]
To: Markus Neteler <neteler@osgeo.org>, Hamish <hamish_b@yahoo.com>
Cc: grass <grass-user@lists.osgeo.org>
Message-ID: <832044.47915.qm@web45501.mail.sp1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello, Im trying to edit vector file (deleting small patch) using v.digit....but what happen is (after 20 minute loading) :
v.digit(815,0xa072d720) malloc: *** mmap(size=16384) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
unable to alloc 228 bytes
and v.digit just closed by it selfi'm using 6.3 grass.
any information will be very helpfull.
yazid

What output do you get from:

g.region -p

?

Regards,
Richard

On Mon, Jun 1, 2009 at 3:30 AM, Richard Chirgwin
<rchirgwin@ozemail.com.au> wrote:

From: yazid bekti <yazidbekti@yahoo.com>
Hello, Im trying to edit vector file (deleting small patch) using v.digit....but what happen is (after 20 minute loading) :
v.digit(815,0xa072d720) malloc: *** mmap(size=16384) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
unable to alloc 228 bytes
and v.digit just closed by it selfi'm using 6.3 grass.
any information will be very helpfull.
yazid

What output do you get from:

g.region -p

Additionally (just the number of areas, lines, points etc):

v.info <youmap>
?

Markus