[BRLTTY] some strange issues with brltty 5.3.1

Jason White jason at jasonjgw.net
Sun May 8 10:29:43 EDT 2016


Dave Mielke <dave at mielke.cc> wrote:
> [quoted lines by kendell clark on 2016/05/08 at 07:06 -0500]
 
> >and this coredumpctl utility is turning out to be a bit difficult to use.
> 
> That's only for when systemd is being used.


I needed to use it last week.

Just running coredumpctl as root will show you all of the core dumps that have
been logged to the journal. You can then use coredump gdb <process-id> (you
can find the process ID in the list of core dumps) to run gdb on the selected
core file.

After that, it's a matter of running "thread apply all bt full" and other gdb
commands, as needed, to extract the details you want.



More information about the BRLTTY mailing list