Bug 481013 - Baloo crashes after boot time
Summary: Baloo crashes after boot time
Status: RESOLVED DUPLICATE of bug 478180
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.110.0
Platform: Kubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-02-07 14:48 UTC by Ilya
Modified: 2024-08-17 14:26 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 Ilya 2024-02-07 14:48:06 UTC
Application: baloo_file_extractor (5.110.0)

Qt Version: 5.15.10
Frameworks Version: 5.110.0
Operating System: Linux 6.5.0-15-generic x86_64
Windowing System: X11
Distribution: Ubuntu 23.10
DrKonqi: 5.27.8 [KCrashBackend]

-- Information about the crash:
Baloo crashes after startup and autologin Kubuntu continuosly.

The crash can be reproduced every time.

-- Backtrace:
Application: Служба извлечения информации для поиска в подсистеме Baloo (baloo_file_extractor), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f2802906cc6 in _opf_label_get_by_lang () from /lib/libepub.so.0
#5  0x00007f2802906dc9 in epub_tit_next () from /lib/libepub.so.0
#6  0x00007f2802906e91 in epub_get_titerator () from /lib/libepub.so.0
#7  0x00007f2803c7e005 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kfilemetadata/kfilemetadata_epubextractor.so
#8  0x000056142a5ad170 in ?? ()
#9  0x000056142a5aefe4 in ?? ()
#10 0x00007f2808b0a3c6 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f2808af98ab in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f2808acc7a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007f2808b27129 in QTimerInfoList::activateTimers() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007f2808b27a2c in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007f2807913b2c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007f280796f46f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007f2807911d20 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007f2808b27daa in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f2808acb15b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007f2808ad3904 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x000056142a5a4f26 in ?? ()
#22 0x00007f2808028150 in __libc_start_call_main (main=main@entry=0x56142a5a4260, argc=argc@entry=1, argv=argv@entry=0x7fff44bf0f88) at ../sysdeps/nptl/libc_start_call_main.h:58
#23 0x00007f2808028209 in __libc_start_main_impl (main=0x56142a5a4260, argc=1, argv=0x7fff44bf0f88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff44bf0f78) at ../csu/libc-start.c:360
#24 0x000056142a5a5045 in ?? ()
[Inferior 1 (process 2157) detached]

The reporter indicates this bug may be a duplicate of or related to bug 360625, bug 411627, bug 417656, bug 417676, bug 417677, bug 478180.

Reported using DrKonqi
Comment 1 tagwerk19 2024-02-07 17:33:17 UTC
(In reply to Ilya from comment #0)
> #5  0x00007f2802906dc9 in epub_tit_next () from /lib/libepub.so.0
> #6  0x00007f2802906e91 in epub_get_titerator () from /lib/libepub.so.0
> #7  0x00007f2803c7e005 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kfilemetadata/kfilemetadata_epubextractor.so
Looks like a crash trying to read an epub...

W3C has a validator:
    https://www.w3.org/publishing/epubcheck/
I think the first step is to check whether the file is a valid format, epubcheck would probably give (loads of) warnings :-/
Comment 2 tagwerk19 2024-08-17 14:26:55 UTC
Treat as a duplicate of Bug 478180

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