We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brave-browser exits with 139 when there is already a running instance.
brave-browser
On Xubuntu 19.04 (disco) (xfce! not plain Ubuntu)
exo-preferred-applications
exo-open --launch WebBrowser
Brave opens new window and
exo-open
Brave opens new window without any error message, exit code 0.
every time
launch brave via shell script
#!/bin/sh brave-browser "$@" exit 0
Brave 0.68.132 Chromium: 76.0.3809.132 (Official Build) (64-bit) Revision fd1acc410994a7a68ac25bc77513d443f3130860-refs/branch-heads/3809@{#1035} OS Linux JavaScript V8 7.6.303.29 Flash (Disabled) User Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 Command Line /usr/bin/x-www-browser --enable-dom-distiller --disable-domain-reliability --disable-chrome-google-url-tracking-client --no-pings --extensions-install-verification=enforce_strict --enable-features=NewExtensionUpdaterService,SimplifyHttpsIndicator --disable-features=AutofillServerCommunication,TranslateUI,NetworkService,UnifiedConsent --flag-switches-begin --load-media-router-component-extension=1 --disable-features=AutofillServerCommunication,TranslateUI,NetworkService,UnifiedConsent,ViewsCastDialog --flag-switches-end http://127.0.0.1:4000/ Executable Path /opt/brave.com/brave/brave-browser Profile Path /home/user/.config/BraveSoftware/Brave-Browser/Default Variations d74ef32b-ca7d8d80
Chrome does behave as expected.
The text was updated successfully, but these errors were encountered:
@fmarier Can you take a look?
Sorry, something went wrong.
At first glance, it looks like a dupe of #4142.
I was able to reproduce the problem and I do think it's the same root cause as #4142.
No branches or pull requests
Description
brave-browser
exits with 139 when there is already a running instance.Steps to Reproduce
On Xubuntu 19.04 (disco) (xfce! not plain Ubuntu)
exo-preferred-applications
)exo-open --launch WebBrowser
orbrave-browser
Actual result:
Brave opens new window and
exo-open
)brave-browser
)Expected result:
Brave opens new window without any error message, exit code 0.
Reproduces how often:
every time
workaround
launch brave via shell script
Brave version (brave://version)
Other Additional Information
Chrome does behave as expected.
The text was updated successfully, but these errors were encountered: