-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
Segmentation Fault #570
Comments
This could be related to Alex313031/Thorium-MacOS#45 |
I got same issue. ~ thorium-browser --version
The fastest browser on Earth.
Thorium 121.0.6167.204 stable, built on Linux Error ~ thorium-browser
The fastest browser on Earth.
[6250:6250:0221/211507.624614:ERROR:atom_cache.cc(224)] Add _ICC_PROFILE_1 to kAtomsToCache
[6250:6250:0221/211507.624848:ERROR:atom_cache.cc(224)] Add _ICC_PROFILE_2 to kAtomsToCache
[6250:6275:0221/211507.625771:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
[6250:6275:0221/211507.625781:ERROR:select_file_dialog_linux_portal.cc(285)] Failed to read portal version property
[6250:6250:0221/211507.630293:ERROR:policy_logger.cc(156)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[6250:6250:0221/211507.651445:ERROR:content_settings_pref.cc(311)] Invalid pattern strings: https://0x%3Cbr:443,*
[6250:6298:0221/211507.666532:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[6250:6298:0221/211507.667207:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[6250:6298:0221/211507.671020:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[6250:6298:0221/211507.672773:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[0221/211507.698791:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[1] 6250 segmentation fault (core dumped) thorium-browser ~ thorium-browser --enable-chrome-browser-cloud-management
The fastest browser on Earth.
[6516:6516:0221/211618.858942:ERROR:atom_cache.cc(224)] Add _ICC_PROFILE_1 to kAtomsToCache
[6516:6516:0221/211618.859159:ERROR:atom_cache.cc(224)] Add _ICC_PROFILE_2 to kAtomsToCache
[6516:6541:0221/211618.860100:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
[6516:6541:0221/211618.860106:ERROR:select_file_dialog_linux_portal.cc(285)] Failed to read portal version property
[6516:6516:0221/211618.882261:ERROR:content_settings_pref.cc(311)] Invalid pattern strings: https://0x%3Cbr:443,*
[6516:6563:0221/211618.896550:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[6516:6563:0221/211618.897250:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[6516:6563:0221/211618.900737:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[6516:6563:0221/211618.902471:ERROR:login_database.cc(1047)] Password decryption failed, encryption_result is 2
[0221/211618.926920:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[1] 6516 segmentation fault (core dumped) thorium-browser --enable-chrome-browser-cloud-management |
Yes. I've been getting the same issue since the last two days |
I am on CachyOS, but see no issues with Thorium 121 (AVX2), but I've also compiled BoringSSL-git and quite a lot of other packages myself. I can't tell if that makes a difference. What's your CPU and which Linux build do you use? Maybe your CPU doesn't support aes instructions? |
My CPU has to use the SSE3 build, I tried the SSE3 version, but I still got the Segmentation Fault. |
Eventuially the same issue as in #564 OS: Arch Linux 6.7.5-arch1-1 Error is independent from Version. SSE3/AVX and also AppImage throw the same error.
Coredump (the last part)
|
my CPU supports sse4.1/4.2 and avx2. |
This commit should fix crashes and bugs, but won't take effect until version 122 |
Does that mean... removing the profile directory and starting with a fresh profile could prevent the segfault? |
It is currently recommended not to use the new user profile function until the next version is released. |
I can confirm. renamed .cache/thorium and created a new one. Thorium starts then. As soon as i create a new profile the browser crashes with elf_dynamic_array_reader.h(64)] tag not found. |
@Yaakoss Do you think 121.0.6167.204 should be blacklisted in the aur package? |
@xiota As for me Thorium is not the only browser i use in my system. I can recreate the second Profile in brave. |
Sucks to hear that it's just broken, I use separate profiles extensively. It was a huge selling point for me. (one profile for school, another for personal) |
Follow up #564 |
@mathisen99 @midzer @xiota @ms178 @MrGamerDoesGames Fixed in latest M122 version. |
Good work, thank you! |
System Details
Problem
Upgraded from Thorium 120 to 121 and crashes after I launch, launching from Terminal, I get the Segmentation fault error. Any fixes?
The text was updated successfully, but these errors were encountered: