Wed, Jul 26 2006
19:50:25
|
|
Request created by guest
|
|
Subject: d.path segfaults after choosing first node
Platform: GNU/Linux/x86
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs_head_20060724
d.path segfaults after chosing the first node.
debug output:
[...]
D3/3: dig_spidx_add_line(): line = 20849
D3/3: dig_spidx_add_line(): line = 20850
D3/3: dig_spidx_add_line(): line = 20851
D3/3: dig_spidx_add_line(): line = 20852
D3/3: Spatial index was built
D3/3: dig_select_nodes()
D3/3: 29 nodes selected
D3/3: 29 nodes in box
D3/3: nearest node 392 in distance 9.662799
Node 392: 147162.820000 168433.076000
D1/3: box
Erreur de segmentation |
|
Wed, Jul 26 2006
21:56:45
|
|
Area changed to grass6 by msieczka
|
|
Fri, Jul 28 2006
15:58:26
|
|
Mail sent by mneteler
|
|
Moritz,
it works just fine for me. Probably you need to do
a full recompile (make distclean)?
v.net input=roads output=myroads2
d.vect myroads2
d.path myroads2
# works.
Note that there is a map 'roads_net' in the recent Spearfish
packages, which was already made by v.net.
Markus |
|
Mon, Jul 31 2006
11:19:13
|
|
Mail sent by mlennert@club.worldonline.be
|
|
Return-Path |
<mlennert@club.worldonline.be>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Message-ID |
<44CDCB13.7050502@club.worldonline.be>
|
Date |
Mon, 31 Jul 2006 11:19:15 +0200
|
From |
Moritz Lennert <mlennert@club.worldonline.be>
|
User-Agent |
Thunderbird 1.5.0.4 (X11/20060713)
|
MIME-Version |
1.0
|
To |
Markus Neteler via RT <grass-bugs@intevation.de>
|
Cc |
grass-dev@grass.itc.it
|
Subject |
Re: [GRASS-dev] [bug #4906] (grass) d.path segfaults after choosing first node
|
References |
<20060728135826.A7A4D1005DA@lists.intevation.de>
|
In-Reply-To |
<20060728135826.A7A4D1005DA@lists.intevation.de>
|
Content-Type |
text/plain; charset=ISO-8859-15; format=flowed
|
Content-Transfer-Encoding |
7bit
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-4.017 tagged_above=-999 required=3 tests=[AWL=0.983, BAYES_00=-5]
|
X-Spam-Level |
|
Markus Neteler via RT wrote:
> Moritz,
>
> it works just fine for me. Probably you need to do
> a full recompile (make distclean)?
Yep, that did it. Thanks. Bug can be closed.
Moritz
>
> v.net input=roads output=myroads2
> d.vect myroads2
> d.path myroads2
> # works.
>
> Note that there is a map 'roads_net' in the recent Spearfish
> packages, which was already made by v.net.
>
> Markus
>
> -------------------------------------------- Managed by Request Tracker
>
> _______________________________________________
> grass-dev mailing list
> grass-dev@grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass-dev
|
|
Mon, Jul 31 2006
11:49:07
|
|
Status changed to resolved by mneteler
|
|