[BRLTTY] Crash when sending char é

Shérab Sebastien.Hinderer at ens-lyon.org
Thu Sep 28 08:47:37 EDT 2017


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.


More information about the BRLTTY mailing list