Bug 415190 - kdeinit5 PID: 1.967 Signal: Floating point exception (8)
Summary: kdeinit5 PID: 1.967 Signal: Floating point exception (8)
Status: RESOLVED DUPLICATE of bug 406463
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 19.08.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-15 10:17 UTC by Thomas Höpping
Modified: 2019-12-16 08:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Höpping 2019-12-15 10:17:10 UTC
SUMMARY

While opening dolphin the application crahes reproducable.
Backtrace i added to AdditionalInformation

STEPS TO REPRODUCE
1. Start KDE session
2. Open dolphin

OBSERVED RESULT
dolphin crashes with the above error message

EXPECTED RESULT
dolphin should start without error

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.64.0
KDE Frameworks Version: 5.64.0
Qt Version: 5.12.5
Linux: RPMs compiled for Fedora 31

ADDITIONAL INFORMATION
Application: kdeinit5 (kdeinit5), signal: Floating point exception
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f12767aee00 (LWP 1967))]

Thread 4 (Thread 0x7f125aa90700 (LWP 1970)):
#0  0x00007f1278650a08 in g_mutex_unlock () from /lib64/libglib-2.0.so.0
#1  0x00007f1278603fd5 in g_main_context_query () from /lib64/libglib-2.0.so.0
#2  0x00007f1278604718 in g_main_context_iterate.isra () from /lib64/libglib-2.0.so.0
#3  0x00007f12786048d3 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#4  0x00007f1279e0eda3 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#5  0x00007f1279db8cfb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#6  0x00007f1279c113a5 in QThread::exec() () from /lib64/libQt5Core.so.5
#7  0x00007f1268df3f4a in QDBusConnectionManager::run() () from /lib64/libQt5DBus.so.5
#8  0x00007f1279c124f6 in QThreadPrivate::start(void*) () from /lib64/libQt5Core.so.5
#9  0x00007f127900e4e2 in start_thread () from /lib64/libpthread.so.0
#10 0x00007f1279a8d693 in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f125b291700 (LWP 1969)):
#0  0x00007f1279014d45 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f126599d0eb in util_queue_thread_func () from /usr/lib64/dri/nouveau_dri.so
#2  0x00007f126599ccfb in impl_thrd_routine () from /usr/lib64/dri/nouveau_dri.so
#3  0x00007f127900e4e2 in start_thread () from /lib64/libpthread.so.0
#4  0x00007f1279a8d693 in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f126851f700 (LWP 1968)):
#0  0x00007f1279a82a6f in poll () from /lib64/libc.so.6
#1  0x00007f127a61038a in _xcb_conn_wait () from /lib64/libxcb.so.1
#2  0x00007f127a611fea in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x00007f1268723ac8 in QXcbEventQueue::run() () from /lib64/libQt5XcbQpa.so.5
#4  0x00007f1279c124f6 in QThreadPrivate::start(void*) () from /lib64/libQt5Core.so.5
#5  0x00007f127900e4e2 in start_thread () from /lib64/libpthread.so.0
#6  0x00007f1279a8d693 in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f12767aee00 (LWP 1967)):
[KCrash Handler]
#6  0x00007f1264035cdd in GSCreator::create(QString const&, int, int, QImage&) () from /usr/lib64/qt5/plugins/gsthumbnail.so
#7  0x00007f127a7f485d in ThumbnailProtocol::createSubThumbnail(QImage&, QString const&, int, int) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#8  0x00007f127a7f4e7a in ThumbnailProtocol::drawSubThumbnail(QPainter&, QString const&, int, int, int, int, int) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#9  0x00007f127a7f54df in ThumbnailProtocol::thumbForDirectory(QUrl const&) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#10 0x00007f127a7f6bd2 in ThumbnailProtocol::get(QUrl const&) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#11 0x00007f12693fd9a6 in KIO::SlaveBase::dispatch(int, QByteArray const&) () from /lib64/libKF5KIOCore.so.5
#12 0x00007f12693fe046 in KIO::SlaveBase::dispatchLoop() () from /lib64/libKF5KIOCore.so.5
#13 0x00007f127a7f3b82 in kdemain () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#14 0x0000559428ab24bf in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#15 0x0000559428ab3528 in handle_launcher_request(int, char const*) [clone .isra.0] ()
#16 0x0000559428ab3e0c in handle_requests(int) ()
#17 0x0000559428aaf05e in main ()
[Inferior 1 (process 1967) detached]
Comment 1 Elvis Angelaccio 2019-12-15 13:14:22 UTC
Crash is in the PostScript/PDF thumbnailer.

Please install debug symbols for the kdegraphics-thumbnailers package and post another stacktrace.

It would also help if you could identify and attach here the PostScript or PDF file causing the crash.
Comment 2 Thomas Höpping 2019-12-15 17:43:12 UTC
I installed the mentioned package and now I got this trace:
Application: kdeinit5 (kdeinit5), signal: Floating point exception
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fefd5187e00 (LWP 1896))]

Thread 4 (Thread 0x7fefb94ee700 (LWP 1899)):
#0  0x00007fefd6fda2f8 in g_source_unref_internal () from /lib64/libglib-2.0.so.0
#1  0x00007fefd6fdb94c in g_source_iter_next () from /lib64/libglib-2.0.so.0
#2  0x00007fefd6fdcc53 in g_main_context_prepare () from /lib64/libglib-2.0.so.0
#3  0x00007fefd6fdd6cb in g_main_context_iterate.isra () from /lib64/libglib-2.0.so.0
#4  0x00007fefd6fdd8d3 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#5  0x00007fefd87e7da3 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#6  0x00007fefd8791cfb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#7  0x00007fefd85ea3a5 in QThread::exec() () from /lib64/libQt5Core.so.5
#8  0x00007fefc77ccf4a in QDBusConnectionManager::run() () from /lib64/libQt5DBus.so.5
#9  0x00007fefd85eb4f6 in QThreadPrivate::start(void*) () from /lib64/libQt5Core.so.5
#10 0x00007fefd79e74e2 in start_thread () from /lib64/libpthread.so.0
#11 0x00007fefd8466693 in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7fefb9cef700 (LWP 1898)):
#0  0x00007fefd79edd45 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fefbf2b50eb in util_queue_thread_func () from /usr/lib64/dri/nouveau_dri.so
#2  0x00007fefbf2b4cfb in impl_thrd_routine () from /usr/lib64/dri/nouveau_dri.so
#3  0x00007fefd79e74e2 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fefd8466693 in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fefc6ef8700 (LWP 1897)):
#0  0x00007fefd845ba6f in poll () from /lib64/libc.so.6
#1  0x00007fefd8fe938a in _xcb_conn_wait () from /lib64/libxcb.so.1
#2  0x00007fefd8feafea in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x00007fefc70fcac8 in QXcbEventQueue::run() () from /lib64/libQt5XcbQpa.so.5
#4  0x00007fefd85eb4f6 in QThreadPrivate::start(void*) () from /lib64/libQt5Core.so.5
#5  0x00007fefd79e74e2 in start_thread () from /lib64/libpthread.so.0
#6  0x00007fefd8466693 in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fefd5187e00 (LWP 1896)):
[KCrash Handler]
#6  0x00007fefc400bcdd in GSCreator::create (this=<optimized out>, path=..., width=128, height=128, img=...) at /usr/src/debug/kdegraphics-thumbnailers-19.04.3-2.fc31.x86_64/ps/gscreator.cpp:281
#7  0x00007fefd91cd85d in ThumbnailProtocol::createSubThumbnail(QImage&, QString const&, int, int) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#8  0x00007fefd91cde7a in ThumbnailProtocol::drawSubThumbnail(QPainter&, QString const&, int, int, int, int, int) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#9  0x00007fefd91ce4df in ThumbnailProtocol::thumbForDirectory(QUrl const&) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#10 0x00007fefd91cfbd2 in ThumbnailProtocol::get(QUrl const&) () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#11 0x00007fefc7dd69a6 in KIO::SlaveBase::dispatch(int, QByteArray const&) () from /lib64/libKF5KIOCore.so.5
#12 0x00007fefc7dd7046 in KIO::SlaveBase::dispatchLoop() () from /lib64/libKF5KIOCore.so.5
#13 0x00007fefd91ccb82 in kdemain () from /usr/lib64/qt5/plugins/kf5/kio/thumbnail.so
#14 0x0000555e971044bf in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#15 0x0000555e97105528 in handle_launcher_request(int, char const*) [clone .isra.0] ()
#16 0x0000555e97105e0c in handle_requests(int) ()
#17 0x0000555e9710105e in main ()
[Inferior 1 (process 1896) detached]

I want to help analysing this issue. Could this pdf file causing the issue being stored in any place on the hard drive?
Comment 3 Christoph Feck 2019-12-16 08:40:28 UTC

*** This bug has been marked as a duplicate of bug 406463 ***