Bug 454267 - Emoji Selector crashes directly
Summary: Emoji Selector crashes directly
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: Emoji Selector (show other bugs)
Version: 5.24.90
Platform: Arch Linux Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 11:26 UTC by Nico
Modified: 2022-05-23 12:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico 2022-05-23 11:26:05 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Open Emoji Selector

OBSERVED RESULT
Crashes

EXPECTED RESULT
Does not crash

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.24.90
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4

ADDITIONAL INFORMATION

I think I remember that it previously worked on 5.24.90, but I'm not sure what happened that it crashes now.

Backtrace (Koqi said that it's probably not helpful)
```
Application: Emoji Selector (ibus-ui-emojier-plasma), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f1dfcca2982 in QObject::installEventFilter(QObject*) () from /usr/lib/libQt5Core.so.5
#5  0x0000561a61da122e in ?? ()
#6  0x00007f1dfccae791 in ?? () from /usr/lib/libQt5Core.so.5
#7  0x00007f1dfdfd0b79 in QQmlApplicationEngine::objectCreated(QObject*, QUrl const&) () from /usr/lib/libQt5Qml.so.5
#8  0x00007f1dfdfd9218 in QQmlApplicationEnginePrivate::finishLoad(QQmlComponent*) () from /usr/lib/libQt5Qml.so.5
#9  0x00007f1dfdfd96d2 in QQmlApplicationEngine::load(QUrl const&) () from /usr/lib/libQt5Qml.so.5
#10 0x0000561a61da08f9 in ?? ()
#11 0x00007f1dfc5d5290 in ?? () from /usr/lib/libc.so.6
#12 0x00007f1dfc5d534a in __libc_start_main () from /usr/lib/libc.so.6
#13 0x0000561a61da0b45 in ?? ()
[Inferior 1 (process 1315918) detached]
```

With debuginfod
`DEBUGINFOD_URLS="https://debuginfod.archlinux.org" ibus-ui-emojier-plasma`
```
QQmlApplicationEngine failed to load component
qrc:/ui/emojier.qml:11:1: plugin cannot be loaded for module "org.kde.plasma.emoji": Cannot load library /usr/lib/qt/qml/org/kde/plasma/emoji/libEmojierDeclarativePlugin.so: (libibus-1.0.so.5: cannot open shared object file: No such file or directory)
36 -- exe=/usr/bin/ibus-ui-emojier-plasma
13 -- platform=xcb
11 -- display=:0
31 -- appname=ibus-ui-emojier-plasma
17 -- apppath=/usr/bin
10 -- signal=11
12 -- pid=1317304
19 -- appversion=5.24.90
27 -- programname=Emoji Selector
31 -- bugaddress=submit@bugs.kde.org
12 -- startupid=0
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = ibus-ui-emojier-plasma path = /usr/bin pid = 1317304
KCrash: Arguments: /usr/bin/ibus-ui-emojier-plasma 
KCrash: Attempting to start /usr/lib/drkonqi
[1]  + 1317304 suspended (signal)  DEBUGINFOD_URLS="https://debuginfod.archlinux.org" ibus-ui-emojier-plasma
```
Comment 1 Antonio Rojas 2022-05-23 12:19:38 UTC
Fixed in 5.24.5-2 and 5.24.90-2
Comment 2 Nico 2022-05-23 12:22:14 UTC
Sorry for my unawareness that it's a downstream problem.
It's working now, thanks for the quick fix!