recently my brave browser got stuck multiple times (in full window mode) when i was on x.com. i had to kill it with command line (linux).
blu@hosts:~$ ps -aux | grep brave | more
blu 7164 0.0 0.0 3688 2088 ? S 12:00 0:00 /usr/bin/bwrap --args 44 – brave
blu 7197 0.0 0.0 3696 1524 ? S 12:00 0:00 /usr/bin/bwrap --args 44 – brave
blu 7198 1.9 2.6 34410324 434208 ? Sl 12:00 4:38 /app/brave/brave --disable-features=WebAssemblyTrapH
andler,DesktopPWAsRunOnOsLogin --no-default-browser-check
blu 7217 0.0 0.0 33577244 3704 ? Sl 12:01 0:00 /app/brave/chrome_crashpad_handler --monitor-self –
monitor-self-annotation=ptype=crashpad-handler --database=/home/blu/.var/app/com.brave.Browser/config/BraveSoftware/Bra
ve-Browser/Crash Reports --metrics-dir=/home/blu/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser --url=ht
tps://cr.brave.com --annotation=channel=unknown --annotation=lsb-release=Freedesktop SDK 24.08 (Flatpak runtime) --anno
tation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=133.1.75.181 --initial-client-fd=10 --shared-client-c
onnection
blu 7219 0.0 0.0 33568004 3220 ? Sl 12:01 0:00 /app/brave/chrome_crashpad_handler --no-periodic-tas
ks --monitor-self-annotation=ptype=crashpad-handler --database=/home/blu/.var/app/com.brave.Browser/config/BraveSoftwar
e/Brave-Browser/Crash Reports --url=https://cr.brave.com --annotation=channel=unknown --annotation=lsb-release=Freedesk
top SDK 24.08 (Flatpak runtime) --annotation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=133.1.75.181 –
initial-client-fd=4 --shared-client-connection
blu 7224 0.0 0.4 33902220 67676 ? S 12:01 0:00 /app/brave/brave --type=zygote --no-zygote-sandbox -
-string-annotations --crashpad-handler-pid=13 --enable-crash-reporter=b154de0b-5108-4f2d-95b7-d4ded4cdb625,unknown --ch
ange-stack-guard-on-fork=enable
blu 7230 0.0 0.0 3688 2060 ? Ss 12:01 0:00 /usr/bin/bwrap --args 43 – /app/bin/zypak-helper ch
ild - /app/brave/brave --type=zygote --string-annotations --crashpad-handler-pid=13 --enable-crash-reporter=b154de0b-51
08-4f2d-95b7-d4ded4cdb625,unknown --change-stack-guard-on-fork=enable
blu 7243 0.0 0.0 3696 1520 ? S 12:01 0:00 /usr/bin/bwrap --args 43 – /app/bin/zypak-helper ch
ild - /app/brave/brave --type=zygote --string-annotations --crashpad-handler-pid=13 --enable-crash-reporter=b154de0b-51
blu@hosts:~$ sudo kill -1 7164
[sudo] password for blu:
blu@hosts:~$ sudo kill -1 7197
blu@hosts:~$ sudo kill -1 7198