Hi, what I do right now is:
gdb /usr/bin/app
set logging on
run
do something that triggers the crash.
type bt.

Is there any way to automate typing bt?
This would help in cases where the crashing app causes a frozen desktop.
Thank you.
Not sure if that's what you're looking for, but I almost never run a debugger without first setting breakpoints.