This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 972
BraveBeta.exe process not always being terminated when closing Brave via title bar #13233
Labels
0.21.x
issue first seen in 0.21.x
bug
OS/unix-like/linux
OS/Windows
QA/checked-Win64
QA/test-plan-specified
regression
release/blocking
release-notes/exclude
Milestone
Comments
kjozwiak
added
bug
regression
release/blocking
0.21.x
issue first seen in 0.21.x
labels
Feb 21, 2018
kjozwiak
changed the title
BraveBeta.exe process not always being terminated when closing Brave
BraveBeta.exe process not always being terminated when closing Brave via title bar
Feb 21, 2018
I am able to reproduce with 100% rate using these steps:
Tested on Win7 x64
|
reproducible using muon 5.0.0 and 4.8.2 so might be something wrong on browser-laptop |
Probably related to bufferWindow. We should exclude the buffer window from checking if all windows are closed. |
petemill
added a commit
that referenced
this issue
Feb 21, 2018
…pp exits. Only on win/linux, since we only handle 'window-all-closed' on those platforms. Fix #13233
10 tasks
Thanks for finding @btlechowski and @kjozwiak! A potential fix is pending in #13242. |
bsclifton
pushed a commit
that referenced
this issue
Feb 22, 2018
…pp exits. Only on win/linux, since we only handle 'window-all-closed' on those platforms. Fix #13233
Verified on Windows 10. No background process running when quit |
This was referenced Feb 23, 2018
ryanml
pushed a commit
to ryanml/browser-laptop
that referenced
this issue
Feb 27, 2018
…pp exits. Only on win/linux, since we only handle 'window-all-closed' on those platforms. Fix brave#13233
Verified on Windows x64
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
0.21.x
issue first seen in 0.21.x
bug
OS/unix-like/linux
OS/Windows
QA/checked-Win64
QA/test-plan-specified
regression
release/blocking
release-notes/exclude
Description
@btlechowski (great find BTW 👍) found that when closing brave via the 'X' button under the title bar, the
BraveBeta.exe
process doesn't terminate which can lead to situations where clicking on theBrave
shortcut on the desktop doesn't launch the application due to the process still running.Test Plan / Steps to Reproduce
0.21.11
and open your favourite process explorerX
located on the title barYou'll notice that several
BraveBeta.exe
processes haven't been closed and are still running.Actual result:
Expected result:
All
BraveBeta.exe
process should be terminated correctly when Brave is closed.Reproduces how often:
100% reproducible when following the STR mentioned above.
Brave Version
about:brave info:
Reproducible on current live release:
Couldn't reproduce with the current release.
Additional Information
The text was updated successfully, but these errors were encountered: