You are not logged in.

#1 2018-02-20 13:18:48

zpix
Member
Registered: 2018-02-20
Posts: 2

KDE Plasma crashes after update

Plasma crashes after `pacman -Suy` with this log:

Warning: all files used by qml by the plasmoid should be in ui/. The file in the path "file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/LayoutManager.js" was expected at QUrl("file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/LayoutManager.js")
Warning: all files used by qml by the plasmoid should be in ui/. The file in the path "file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/FolderTools.js" was expected at QUrl("file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderTools.js")
kf5.kpackage: No metadata file in the package, expected it at: "/home/zpix/Pictures/wp/"
kf5.kpackage: No metadata file in the package, expected it at: "/home/zpix/Pictures/wp/"
kf5.kpackage: No metadata file in the package, expected it at: "/home/zpix/Pictures/wp/"
trying to show an empty dialog
Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
trying to show an empty dialog
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:362: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:363: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:364: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:365: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:362: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:363: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:364: TypeError: Cannot read property 'padding' of null
file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:365: TypeError: Cannot read property 'padding' of null
DelegateModel::item: index out range 7 7
DelegateModel::item: index out range 8 7
DelegateModel::item: index out range 9 7
DelegateModel::item: index out range 10 7
Invalid QML composite singleton type name "general"; type names must begin with an uppercase letter
KCrash: Attempting to start /usr/bin/plasmashell from kdeinit
sock_file=/run/user/1000/kdeinit5__0
KCrash: Application 'plasmashell' crashing...
KCrash: Attempting to start /usr/lib/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 17 and type 'Read', disabling...
QSocketNotifier: Invalid socket 9 and type 'Read', disabling...

I think

Invalid QML composite singleton type name "general"; type names must begin with an uppercase letter

breakes all,
KSystemLog also marks it as Fatal Error.
How can I fix it?

Offline

#2 2018-02-20 16:55:25

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,097

Re: KDE Plasma crashes after update

Terminal output is completely useless for crashes. Post an actual backtrace

Offline

#3 2018-02-21 02:14:50

zpix
Member
Registered: 2018-02-20
Posts: 2

Re: KDE Plasma crashes after update

coredumpctl info 5255

           PID: 5255 (plasmashell)
           UID: 1000 (zpix)
           GID: 2 (daemon)
        Signal: 6 (ABRT)
     Timestamp: Wed 2018-02-21 09:07:20 +07 (5min ago)
  Command Line: /usr/bin/plasmashell
    Executable: /usr/bin/plasmashell
 Control Group: /user.slice/user-1000.slice/session-c3.scope
          Unit: session-c3.scope
         Slice: user-1000.slice
       Session: c3
     Owner UID: 1000 (zpix)
       Boot ID: a67b3da1c40842e5bd6d338a8ff82b90
    Machine ID: 73d4c7ba95064d3a8741ce335ba2a902
      Hostname: archer
       Storage: /var/lib/systemd/coredump/core.plasmashell.1000.a67b3da1c40842e5bd6d338a8ff82b90.5255.1519178840000000.lz4 (truncated)
       Message: Process 5255 (plasmashell) of user 1000 dumped core.
                
                Stack trace of thread 5264:
                #0  0x00007f1579351860 n/a (n/a)

Last edited by zpix (2018-02-21 02:15:41)

Offline

#4 2018-02-21 07:24:41

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,097

Re: KDE Plasma crashes after update

That's still not the backtrace. coredumpctl gdb (but it looks like it won't be very useful)

Last edited by arojas (2018-02-21 07:26:18)

Offline

Board footer

Powered by FluxBB