You are not logged in.
Hi,
Chromium started crashing a few days ago, every time I try to click on a bookmarks folder in my bookmarks bar. I upgraded to the latest version, but the result is the same.
I tried to start from the command line and this is the output:
[29450:29533:0203/085058.697665:ERROR:object_proxy.cc(626)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[29450:29533:0203/085058.697691:ERROR:kwallet_dbus.cc(100)] Error contacting kwalletd5 (isEnabled)
[29450:29533:0203/085058.698654:ERROR:object_proxy.cc(626)] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.klauncher was not provided by any .service files
[29450:29533:0203/085058.698673:ERROR:kwallet_dbus.cc(72)] Error contacting klauncher to start kwalletd5
[29450:29450:0203/085058.799107:ERROR:background_mode_manager_aura.cc(13)] Not implemented reached in virtual void BackgroundModeManager::EnableLaunchOnStartup(bool)
[29450:29450:0203/085101.828160:ERROR:display_info_provider_aura.cc(31)] Not implemented reached in virtual void extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const display::Display &, extensions::api::system_display::DisplayUnitInfo *)
Received signal 7 BUS_ADRERR 7f30ec107800
#0 0x5570ccd3c99c <unknown>
r8: 0000000000000002 r9: 0000000000000000 r10: 0000000000000800 r11: 00007f30ec107800
r12: 00003204536985c8 r13: 000000000000016c r14: 0000000000000000 r15: 0000320453698658
di: 0000320449ff9e18 si: 000000000000016c bp: 00007f30f4dd0ca0 bx: 000032044a025a20
dx: 00007f30ec107800 ax: 0000320449ff9e18 cx: 000032044a025a20 sp: 00007f30f4dd0c50
ip: 00005570cdc4c5ae efl: 0000000000010206 cgf: 002b000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 00007f30ec107800
[end of stack trace]
Calling _exit(1). Core file will not be generated.
The line Received signal 7 BUS_ADRERR 7f30ec107800 coincides with the crash.
Any ideas on how to troubleshoot this?
Thanks!
Last edited by zombieagain (2018-02-04 02:15:43)
Offline
On the surface it looks like chromium wants to use kwallet but you're not running KDE?
(Not that this should probably cause a SIGBUS + exit)
Offline
On the surface it looks like chromium wants to use kwallet but you're not running KDE?
(Not that this should probably cause a SIGBUS + exit)
Thanks, but that is not the issue, I believe. I disable kwallet using the chromium-flags.conf and I started chromium without extensions, just in case. No luck...
$ chromium --disable-extensions
Received signal 7 BUS_ADRERR 7fd125a76800
#0 0x555bcdb0599c <unknown>
r8: 0000000000000002 r9: 0000000000000000 r10: 0000000000000800 r11: 00007fd125a76800
r12: 00002fb299cc9788 r13: 000000000000016c r14: 0000000000000000 r15: 00002fb299cc9818
di: 00002fb293af9ba8 si: 00000000000b5800 bp: 00007fd129d3aca0 bx: 00002fb293c7d360
dx: 00007fd125a76800 ax: 00002fb293af9ba8 cx: 00002fb293c7d360 sp: 00007fd129d3ac50
ip: 0000555bcea155ae efl: 0000000000010206 cgf: 002b000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 00007fd125a76800
[end of stack trace]
Calling _exit(1). Core file will not be generated.
Any suggestions on what to try next?
Offline
all right, responding to myself. Deleting the .config/chromium folder solved the issue.
Offline