Comment 25 for bug 1714989

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote : Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from st_label_set_text() (dash-to-panel specific?)

Using pgrep here is actually safer:

  sudo gdb -p $(pgrep -U $USER -x gnome-shell) -batch \
    -ex "set logging on" -ex continue \
    -ex "bt full" -ex "call gjs_dumpstack()" \
    -ex quit