Hi, 2014-03-22 14:26 GMT+01:00 Luis Ramirez <[email protected]>: > GRASS 7.0.svn (n31468):/ > g.version -rge > > version=7.0.svn > > date=2014 > > revision= > > build_date=2014-03-21 > > Segmentation fault (core dumped)
please try out g.gisenv set="DEBUG=5" g.version -rge and send to us a last few debug lines from the log. Or you could try to provide us more information (running debbuger). It's your own installation of package from PPA? Note that to be able to debug code you need to set configure switches [1] before compiling GRASS. gdb g.version (gdb) r -rge My wild guess that this segfault is related to missing svn properties (see empty revision field). Thanks, Martin [1] http://grasswiki.osgeo.org/wiki/GRASS_Debugging#Using_GDB -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
