On Tuesday 30 May 2006 05:20 Benjamin Mucci wrote:
> After a quick gdb crash course... I wish it what you are looking for...
> ;-)
Nearly there!
> (gdb) run remote-status /tmp/fsvs-test-0/wc -d -v
> Starting program: /devworld/src/fsvs-trunk/fsvs/src/fsvs remote-status
> /tmp/fsvs-test-0/wc -d -v
...
> #1 0x08053fcb in ac__up_apply_textdelta ()
...
But there are no debug symbols ...
Please try this:
./configure --enable-debug
make
/devworld/src/fsvs-trunk/fsvs/src/fsvs remote-status
/tmp/fsvs-test-0/wc -d -v
This should automatically start gdb when it hits the segmentation violation.
Then please give me the output of the "bt" command (backtrace).
There you should see a line with "#(number) ... ac__up_apply_textdelta".
Type "up " and the number (eg. from above: "up 1")
Please give me the output of "info locals" too.
I cannot reproduce that - on 3 different machines ...
Thank you!
Regards,
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]