Mon, Jul 10 2006
19:54:50
|
|
Request created by guest
|
|
Subject: r.param.scale Segmentation fault
Platform: GNU/Linux/x86
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: latest CVS
Hi,
while running the test suite, i found a segfault in r.param.scale:
Mapset <testmapset> in Location <TestLocation>
GRASS 6.1.cvs > gdb r.param.scale
GNU gdb 6.4.90-debian
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library
"/lib/tls/libthread_db.so.1".
(gdb) r in=elevation out=test --o
Starting program: /usr/local/grass-6.1.cvs/bin/r.param.scale in=elevation out=test
--o
2%
Program received signal SIGSEGV, Segmentation fault.
0x0804b9f4 in process () at process.c:204
204 G_debug(1, "FEATURE: %i", featrow_out[9]);
(gdb) bt
#0 0x0804b9f4 in process () at process.c:204
#1 0x0804aa85 in main (argc=134547152, argv=0x80506d0) at main.c:46
(gdb)
Maybe related to the latest CVS changes -> DEBUG Macro to G_debug?
Best regards
Soeren
|
|
Sat, Jul 15 2006
20:30:28
|
|
Mail sent by mneteler
|
|
I have removed the offending G_debug(). Now works.
Kudos to the test suite!
Fixed also for 6.1.0-branch.
Markus |
|
Sat, Jul 15 2006
20:30:30
|
|
Status changed to resolved by mneteler
|
|