[BRLTTY] some strange issues with brltty 5.3.1

Dave Mielke dave at mielke.cc
Fri May 6 23:04:42 EDT 2016


[quoted lines by kendell clark on 2016/05/06 at 21:53 -0500]

>As soon as I get a command to generate a backtrace i'll do it and attach that 
>to an email to the list as well.

You'll need to be sure you're getting a core file from the crash. Then:

   linux> gdb /path/to/brltty /path/to/core
   gdb> bt
   gdb> q
   linux>

Wrapping the whole thing in a script session will make output capture easy. So:

   linux> script
   script> gdb
   gdb> bt
   gdb> q
   script> exit
   linux>

The output captured by script will be in the file typescript.

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: Dave at Mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/


More information about the BRLTTY mailing list