Any warnings during compilation? Try to compile with -g and -O0 to get slow but debugging-friendly version.
When program gets stopped by SIGILL in gdb, issue "bt" command to get backtrace. No help form me, but more info never hurts ;) Maris. 2013/12/6 epi <[email protected]>: > Hi ! > > this the output of gdb : > > Starting program: /home/epi/Envs/env1/grass-7.0.svn/bin/r.stream.extract > .stream.extract elevation=elevation50m@PERMANENT accumulation=accum > threshold=40 stream_rast=stream_network stream_vect=streams --o > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/arm-linux-gnueabihf/libthread_db.so.1". > > Program received signal SIGILL, Illegal instruction. > 0x2c966e68 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0 > (gdb) > > > Thanks for your help! > > > Massimo. > > > On Dec 6, 2013, at 4:16 PM, Rashad M <[email protected]> wrote: > > Hello Massimo, > > A gdb output could be more helpful for a segfault > > > On Fri, Dec 6, 2013 at 7:06 PM, epi <[email protected]> wrote: >> >> Hi, >> >> i’m trying to run “r.stream.extract” on a little linux machine, i got got >> grass up and running on a small quad-core Arm 1gb ram >> OS : Debian SID ArmHF. >> >> the command i’m using is : >> >> r.stream.extract elevation=elevation@PERMANENT accumulation=accum >> threshold=40 stream_rast=stream_network stream_vect=streams --o --q >> >> location : nc_spm_08_grass7/PERMANENT/ >> >> >> i set the debug level to 5, this the segfault log : >> >> https://gist.github.com/epifanio/7829206 >> >> if helpful, this is the log of make clean and make : >> >> https://gist.github.com/epifanio/7829256 >> >> On other platform (same grass and r.stream.extract version it wks just >> fine) >> Have you any idea on what’s wrong ? >> >> Thanks, >> >> Massimo. >> >> _______________________________________________ >> grass-dev mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/grass-dev > > > > > -- > Regards, > Rashad > > > > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
