[GRASS5] v.extrude segfaulting

Hallo,
v.extrude segfaults on line 178

    Vect_hist_copy (&In, &Out);

Removing this line helps, though I do not know, if that is the best
sollution..

jachym

--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
LDF MZLU v Brnì
Zemìdìlská 3
613 00 Brno
e-mail: xcepicky@node.mendelu.cz
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514

Jachym Cepicky wrote:

Hallo,
v.extrude segfaults on line 178

   Vect_hist_copy (&In, &Out);

Removing this line helps, though I do not know, if that is the best
sollution..

Jachym,

my fault - fixed in CVS. The position of that function should be *after*
opening
the input map...

Markus