Hi,

YOu may try to compile the client proram with -O0 -g to enable
debugging.
Then before running the program make sure core dumps are enabled with
the following shell command:

ulimit -c unlimited

Then run the program, this should create a "core" file that you can then
use with gdb like this:

gdb program-executable core

Then in gdb the bt command should show you where exactly the crash
occurred.

Shérab.
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.com/mailman/listinfo/brltty

Reply via email to