Anders Holmberg <[email protected]> wrote: > The problem is that i can not wait a couple of minutes after this happens as > brltty has crashed. > The log file ends at the same time its happening so this seems to be a tricky > one.
You could enable core dumps with ulimit -c unlimited and then run gdb on the core file: gdb /sbin/brltty core then run thread apply all bt full and capture the output. If you're not running Linux then the procedure will be different. _______________________________________________ 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://mielke.cc/mailman/listinfo/brltty
