brave-browser cannot start. Error during launching it
/usr/bin/brave-browser : ligne 48 : 31491 Trappe pour point d'arr锚t et de trace (core dumped) "$HERE/brave" "$@"
then it stops
brave application is running
Always
brave-browser/eoan,stable,now 1.2.43 amd64
System:
Host: sangorys-ThinkPad-W530 Kernel: 5.3.0-26-generic x86_64 bits: 64
compiler: gcc v: 9.2.1 Desktop: Gnome 3.34.1
Distro: Ubuntu 19.10 (Eoan Ermine)
@sangorys which source did you use to download Brave?
@sangorys which source did you use to download Brave?
I installed it with that (and I install all variant dev/nightly/... with the same issue) :
sudo apt install apt-transport-https curl
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
I'm having the same issue on Ubuntu 18.04
@akhilsp32 can you give us a dump from here:
/.config/BraveSoftware/Brave-Browser/Crash Reports
and can you tell us what version you're running?
@rebron .config/BraveSoftware/Brave-Browser/Crash Reports is an empty directory for me.
I'm getting this output in my terminal:
[21449:21449:0316/175658.587404:ERROR:vaapi_wrapper.cc(437)] The system version 1.1 should be greater than or equal to 1.5
[21449:21449:0316/175658.657890:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[21490:1:0316/175659.452758:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[21490:1:0316/175659.453191:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[21490:1:0316/175659.912930:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[21490:1:0316/175659.913370:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
/usr/bin/brave-browser: line 48: 21424 Bus error (core dumped) "$HERE/brave" "$@"
Version of brave-browser is 80.1.4.96
I'm running on Ubuntu 18.04.4 LTS
@akhilsp32 You're using the same version of Ubuntu as me and so I am wondering whether there is something broken in your existing browser profile.
@akhilsp32 and @sangorys, could you please try the following:
brave-browser package (i.e. not beta, dev, or nightly, but release) using our official instructions.mkdir $HOME/BraveTemp
brave-browser-stable --user-data-dir=$HOME/BraveTemp
Does it crash on startup?
Thanks @fmarier. Now it works!
However my bookmarks are gone. Is there any way I can restore them too?
The latest release version (from the downloads page) before v1.5.112 was crashing on MacOS 10.14.6, but v1.5.112 is no longer crashing on startup. Thanks!
However my bookmarks are gone. Is there any way I can restore them too?
Great, now I suggest you do the following:
mv ~/.config/BraveSoftware/Brave-Browser ~/.config/BraveSoftware/Brave-Browser.backup
cp ~/.config/BraveSoftware/Brave-Browser.backup/Default/Bookmarks ~/.config/BraveSoftware/Brave-Browser/Default/Bookmarks
After that, you should be able to start Brave without problems and see your bookmarks. Let me know how that goes.
This is happening to me again today suddenly on MacOS (see previous https://github.com/brave/brave-browser/issues/7914#issuecomment-600668240). I can't open Brave to see which version it is. I tried the suggested profile removal as mentioned above (on Mac it's /Users/USER/Library/Application Support/BraveSoftware) but it didn't work.
I've had a similar issue in #8916
Where can we find the core dump?
A potential fix went out today with version 1.7
Can folks please try to download the latest Brave and give it a go? If you still experience a crash and may have had sync enabled, you can try launching with the command line args --disable-sync
Please let us know!
@Nuc1eoN @bbugh @sangorys @akhilsp32
Closing as root issue reported seems to have been resolved
There is an ongoing investigation into hanging/freezing behavior which I would recommend folks subscribing to / leaving a comment if you're experiencing a problem
https://github.com/brave/brave-browser/issues/9481
Most helpful comment
Great, now I suggest you do the following:
After that, you should be able to start Brave without problems and see your bookmarks. Let me know how that goes.