Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Apps crash at startup on Arch with KDE Plasma #15

Open
freexploit opened this issue Jan 6, 2020 · 4 comments
Open

Apps crash at startup on Arch with KDE Plasma #15

freexploit opened this issue Jan 6, 2020 · 4 comments

Comments

@freexploit
Copy link

When I try to start word or any other office app, it crashes like this.

OS: Arch Linux Kernel 4.19.92-1-lts
DE: KDE Plasma
SNAP VERSION:

snap --version
snap    2.42.2-1
snapd   2.42.2-1
series  16
arch    -
kernel  4.19.92-1-lts
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[352948:352948:0106/090037.970021:FATAL:credentials.cc(155)] Check failed: NamespaceUtils::DenySetgroups(). : Permission denied
#0 0x7f66e2b97aee <unknown>
#1 0x7f66e2baa0e2 <unknown>
#2 0x7f66e2bab45c <unknown>
#3 0x7f66e371fb21 <unknown>
#4 0x7f66e37202dd <unknown>
#5 0x7f66e27b4527 <unknown>
#6 0x7f66e245fd48 <unknown>
#7 0x7f66e2463262 <unknown>
#8 0x7f66e2251a9b <unknown>
#9 0x7f66e2252bd5 <unknown>
#10 0x7f66e21e74f1 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#11 0x7f66ee5ab3b5 QQuickWebEngineProfile::defaultProfile()
#12 0x7f66ee5b2dba QQuickWebEngineViewPrivate::QQuickWebEngineViewPrivate()
#13 0x7f66ee5b3c9b QQuickWebEngineView::QQuickWebEngineView()
#14 0x7f66ee7eb27b <unknown>
#15 0x7f6703ee4962 QQmlType::create()
#16 0x7f6703f55146 QQmlObjectCreator::createInstance()
#17 0x7f6703f573da QQmlObjectCreator::setPropertyBinding()
#18 0x7f6703f57e11 QQmlObjectCreator::setupBindings()
#19 0x7f6703f54ba6 QQmlObjectCreator::populateInstance()
#20 0x7f6703f5597c QQmlObjectCreator::createInstance()
#21 0x7f6703f58c6c QQmlObjectCreator::create()
#22 0x7f6703ecf408 QQmlComponentPrivate::beginCreate()
#23 0x7f6703ecd74f QQmlComponent::create()
#24 0x55cd3cad3c5a <unknown>
#25 0x7f6701a8db97 __libc_start_main
#26 0x55cd3cad5ada <unknown>

Fontconfig warning: FcPattern object weight does not accept value [40 210)
[1]    352839 segmentation fault (core dumped)  snap run unofficial-webapp-office.word```
@sirredbeard
Copy link
Owner

Are other snaps able to load?

What happens if you try clearing your font cache:

sudo rm /var/cache/fontconfig/*
rm ~/.cache/fontconfig/*

@sirredbeard sirredbeard changed the title Apps crash at startup Apps crash at startup on Arch with KDE Plasma Jan 14, 2020
@freexploit
Copy link
Author

After removing fontconfig cache, got the same error.

➜ snap run  unofficial-webapp-office.word
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
"/home/freexploit/Word" does not exist.
[2412758:2412758:0114/221153.632100:FATAL:credentials.cc(155)] Check failed: NamespaceUtils::DenySetgroups(). : Permission denied
#0 0x7f9bcab97aee <unknown>
#1 0x7f9bcabaa0e2 <unknown>
#2 0x7f9bcabab45c <unknown>
#3 0x7f9bcb71fb21 <unknown>
#4 0x7f9bcb7202dd <unknown>
#5 0x7f9bca7b4527 <unknown>
#6 0x7f9bca45fd48 <unknown>
#7 0x7f9bca463262 <unknown>
#8 0x7f9bca251a9b <unknown>
#9 0x7f9bca252bd5 <unknown>
#10 0x7f9bca1e74f1 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#11 0x7f9bd46373b5 QQuickWebEngineProfile::defaultProfile()
#12 0x7f9bd463edba QQuickWebEngineViewPrivate::QQuickWebEngineViewPrivate()
#13 0x7f9bd463fc9b QQuickWebEngineView::QQuickWebEngineView()
#14 0x7f9bd487727b <unknown>
#15 0x7f9be9dcc962 QQmlType::create()
#16 0x7f9be9e3d146 QQmlObjectCreator::createInstance()
#17 0x7f9be9e3f3da QQmlObjectCreator::setPropertyBinding()
#18 0x7f9be9e3fe11 QQmlObjectCreator::setupBindings()
#19 0x7f9be9e3cba6 QQmlObjectCreator::populateInstance()
#20 0x7f9be9e3d97c QQmlObjectCreator::createInstance()
#21 0x7f9be9e40c6c QQmlObjectCreator::create()
#22 0x7f9be9db7408 QQmlComponentPrivate::beginCreate()
#23 0x7f9be9db574f QQmlComponent::create()
#24 0x5579e76f6c5a <unknown>
#25 0x7f9be7975b97 __libc_start_main
#26 0x5579e76f8ada <unknown>

Fontconfig warning: FcPattern object weight does not accept value [40 210)
[1]    2411985 segmentation fault (core dumped)  snap run unofficial-webapp-office.word

@sirredbeard
Copy link
Owner

Are you getting this with any other snap on Arch?

This is going to seem odd, but what happens when you install and run an app from https://snapcraft.io/icloud-for-linux?

@gmparker2000
Copy link

I get the same error with icloud for linux. I am running Manjaro I3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants