Re: [GRASS-user] v.random segfault

2020-11-24 Thread Eric Patton
On 20/11/21 04:31PM, Markus Neteler wrote: > > Hi Eric, > > The ticket has been fixed by Māris and backported (for the upcoming > 7.8.5). Can you confirm that it is fixed? > > Markus Hi Markus, sorry for the delay in responding. I can confirm the backport is now working correctly in

Re: [GRASS-user] v.random segfault

2020-11-21 Thread Markus Neteler
On Fri, Oct 16, 2020 at 2:13 PM Eric Patton wrote: > On 20/10/16 12:10PM, Maris Nartiss wrote: > > > > Hello Eric, > > it is hard to say if I hit your bug or another one, but I managed to > > reproduce crash and already reported it to the bug tracker: > >

Re: [GRASS-user] v.random segfault

2020-10-16 Thread Eric Patton
On 20/10/16 12:10PM, Maris Nartiss wrote: > > Hello Eric, > it is hard to say if I hit your bug or another one, but I managed to > reproduce crash and already reported it to the bug tracker: > https://github.com/OSGeo/grass/issues/1024 > > The problem seems to be with specifying parameter

Re: [GRASS-user] v.random segfault

2020-10-16 Thread Maris Nartiss
Hello Eric, it is hard to say if I hit your bug or another one, but I managed to reproduce crash and already reported it to the bug tracker: https://github.com/OSGeo/grass/issues/1024 The problem seems to be with specifying parameter "restrict". If you really need it, just wait for a fix as it

[GRASS-user] v.random segfault

2020-10-15 Thread Eric Patton
Hi guys, I have encountered an error using v.random. It segfaults whenever I try to create some random points. > gdb v.random (gdb) run output=test_points npoints=6 restrict=test column=Depth --v --o Starting program: /usr/local/grass78/bin/v.random output=test_points npoints=6 restrict=test