[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: d...@mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to