Subject: Seg fault in r.report
Platform: Linux/Intel
Linux distro:: RedHat
linux cpu:: Intel (i486, i586, pentium ...)
Xwindows version:: Xfree 3.3.6
Xwindows manager:: GNOME
TclTk version:: tcl/tk 8.0.5
grass downloaded at:: Hannover site
grass binary for platform:: I compiled the sources myself
grass sources source:: no, I got a source code package from the server, cvs snap
26 Mar
c compiler name:: gcc
r.report exits returning 1 in $? and prints no output, dumping core.
I tried to use gdb to see what is going on, but there are no debugging
symbols in the executable. r.report from previous betas etc worked,
including GRASS 5.0beta11 (February 2001) downloaded 27 February.
r.stats -cl <maplayer> works OK, but r.report <maplayer> units=c now
fails. The gdb output was:
(gdb) run landcov
Starting program: /usr/local/grass-5.0/grass5/bin/r.report landcov
(no debugging symbols found)...
Program received signal SIGTRAP, Trace/breakpoint trap.
0x400019a0 in _start () at rtld.c:142
142 rtld.c: No such file or directory.
(gdb) n
Program received signal SIGSEGV, Segmentation fault.
0x4000c683 in _dl_sysdep_start (start_argptr=0xbffff790,
dl_main=0x4000221c <dl_main>) at ../sysdeps/generic/dl-sysdep.c:95
95 ../sysdeps/generic/dl-sysdep.c: No such file or directory.
|
|