Sebastian Humenda <[email protected]> wrote: > I just had a BRLTTY crash. I'm not quite sure how this happened. I was > switching > back from tty7 running a x-server back to tty2. Suddenly speech and braille > was > gone. I wasn't able to switch back to the gnome session too. It looked like > the > system wasn't reacting on any key press. > > Should I prepare a debug file? For the Debian specialists: Can I start BRLTTY > in > debugging mode on startup?
You can enable debugging, but this probably isn't enough. I would suggest also enabling the generation of core files from the shell in which you run brltty: ulimit -c unlimited If it crashes, it should create a file with "core" in the name, which you can then load into gdb and obtain a backtrace. You might need to build BRLTTY with debug symbols, however, for this to work. Note that the -l 7 option will increase the logging level to debug. _______________________________________________ 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
