Dear developers,
v.digit in G57 does not work. Backtracing with gdb gives the following
results.
How can I compile G57 with better debug-output?
I did not perform a "make install" because I run it out of the
source-tree/dist.$ARCH/-directory.
can anybody provide help, please?
This GDB was configured as "i386-linux"...
(gdb) run
Starting program:
/home/steph/cvs/grass51-cvs/dist.i686-pc-linux-gnu/bin/v.digit
Program received signal SIGTRAP, Trace/breakpoint trap.
0x40000b00 in _start () from /lib/ld-linux.so.2
(gdb) bt full
#0 0x40000b00 in _start () from /lib/ld-linux.so.2
No symbol table info available.
(gdb)
cheers
Stephan
--
Stephan Holl
GnuPG Key-ID: 11946A09
11:43:19 up 1:01, 1 user, load average: 0.04, 0.11, 0.14
On Sunday 05 October 2003 11:47, Stephan Holl wrote:
Dear developers,
v.digit in G57 does not work. Backtracing with gdb gives the following
results.
How can I compile G57 with better debug-output?
I did not perform a "make install" because I run it out of the
source-tree/dist.$ARCH/-directory.
can anybody provide help, please?
This GDB was configured as "i386-linux"...
(gdb) run
Starting program:
/home/steph/cvs/grass51-cvs/dist.i686-pc-linux-gnu/bin/v.digit
I think, that it is better
/home/steph/cvs/grass51-cvs/dist.i686-pc-linux-gnu/etc/bin/cmd/v.digit
Program received signal SIGTRAP, Trace/breakpoint trap.
0x40000b00 in _start () from /lib/ld-linux.so.2
(gdb) bt full
#0 0x40000b00 in _start () from /lib/ld-linux.so.2
No symbol table info available.
(gdb)
You can also try 'g.gisenv set=DEBUG=5' before v.digit and send me debug output
of v.digit, maybe I get idea, why it does not work.
Radim
Hello Radim,
At Mon, 6 Oct 2003 09:56:34 +0200 Radim Blazek wrote:
You can also try 'g.gisenv set=DEBUG=5' before v.digit and send me
debug output of v.digit, maybe I get idea, why it does not work.
Please find attached the v.digit-debug-output produced with DEBUG=5.
gdb
/home/steph/cvs/grass51-cvs/dist.i686-pc-linux-gnu/etc/bin/cmd/v.digit
gives no stack after a bt full.
cheers
Stephan
--
Stephan Holl
GnuPG Key-ID: 11946A09
18:04:43 up 27 min, 1 user, load average: 0.01, 0.08, 0.08
(attachments)
v.digit.debug5.output (12.7 KB)