[GRASS-dev] Segmentation fault with r.to.vect

Pietro peter.zamb at gmail.com
Sun Sep 15 07:23:27 PDT 2013


On Sun, Sep 15, 2013 at 2:28 PM, Martin Landa <landa.martin at gmail.com> wrote:
>> Any hints? I'm the only one that have this problem?
>> I did the distclean and recompile everything but the error is still there...
>> I'm running 64bit Linux.
>
> I cannot reproduce this problem (Debian GNU/Linux unstable 64bit).
> Probably more detailed info (gdb output) will be needed to solve this
> issue.

Changing the CFLAGS from:

CFLAGS="-Ofast -march=native -mfpmath=sse -flto -funroll-loops"

to:

CFLAGS="-ggdb -Wall -Werror-implicit-function-declaration"

now it is working... so it seems like the compiler over-optimize
something... :-)

Sorry for the noise.

Pietro


More information about the grass-dev mailing list