Bug 348959 - baloo file crashes on system start
Summary: baloo file crashes on system start
Status: RESOLVED DUPLICATE of bug 345991
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-06-10 08:54 UTC by tuk37
Modified: 2015-06-16 17:37 UTC (History)
0 users

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 tuk37 2015-06-10 08:54:06 UTC
Application: baloo_file (5.6.2)

Qt Version: 5.4.1
Operating System: Linux 3.19.0-18-generic x86_64
Distribution: Ubuntu 15.04

-- Information about the crash:
- What I was doing when the application crashed:
Baloo file crashes everytime I start KDE without doing anything else at this time. I have some autostarts: Kmail, Kaffeine and ownCloud Client.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File (baloo_file), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f3a658e5800 (LWP 1834))]

Thread 2 (Thread 0x7f3a51dfb700 (LWP 1838)):
#0  0x00007f3a6219a8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f3a61082b72 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x00007f3a6108464f in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x00007f3a53d1f099 in QXcbEventReader::run (this=0x961240) at qxcbconnection.cpp:1105
#4  0x00007f3a62a31b0e in QThreadPrivate::start (arg=0x961240) at thread/qthread_unix.cpp:337
#5  0x00007f3a61e886aa in start_thread (arg=0x7f3a51dfb700) at pthread_create.c:333
#6  0x00007f3a621a5eed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f3a658e5800 (LWP 1834)):
[KCrash Handler]
#6  size (this=<optimized out>, this=<optimized out>) at /usr/include/c++/4.9/bits/stl_vector.h:655
#7  Xapian::Database::get_document (this=0x0, did=did@entry=339139) at ../api/omdatabase.cc:439
#8  0x00007f3a64bec524 in Baloo::XapianDatabase::document (this=0x996e30, id=339139) at ../../../src/xapian/xapiandatabase.cpp:170
#9  0x000000000041e8b0 in Baloo::BasicIndexingQueue::index (this=this@entry=0xacf9f0, file=..., mimetype=..., flags=..., flags@entry=...) at ../../../src/file/basicindexingqueue.cpp:189
#10 0x000000000041f223 in Baloo::BasicIndexingQueue::process (this=this@entry=0xacf9f0, file=..., flags=...) at ../../../src/file/basicindexingqueue.cpp:103
#11 0x000000000041f65c in Baloo::BasicIndexingQueue::processNextIteration (this=0xacf9f0) at ../../../src/file/basicindexingqueue.cpp:79
#12 0x00007f3a62ca173a in QObject::event (this=0xacf9f0, e=<optimized out>) at kernel/qobject.cpp:1245
#13 0x00007f3a63579b2c in QApplicationPrivate::notify_helper (this=0x94c250, receiver=0xacf9f0, e=0xc83620) at kernel/qapplication.cpp:3720
#14 0x00007f3a6357f000 in QApplication::notify (this=0x7ffe724a0670, receiver=0xacf9f0, e=0xc83620) at kernel/qapplication.cpp:3503
#15 0x00007f3a62c6fc2b in QCoreApplication::notifyInternal (this=0x7ffe724a0670, receiver=0xacf9f0, event=event@entry=0xc83620) at kernel/qcoreapplication.cpp:935
#16 0x00007f3a62c71c9b in sendEvent (event=0xc83620, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
#17 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x948f20) at kernel/qcoreapplication.cpp:1552
#18 0x00007f3a62c72298 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1410
#19 0x00007f3a62cc8843 in postEventSourceDispatch (s=0x97a530) at kernel/qeventdispatcher_glib.cpp:271
#20 0x00007f3a5cb74c3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007f3a5cb74f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f3a5cb74fcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f3a62cc8c57 in QEventDispatcherGlib::processEvents (this=0x97a5b0, flags=...) at kernel/qeventdispatcher_glib.cpp:418
#24 0x00007f3a62c6d3e2 in QEventLoop::exec (this=this@entry=0x7ffe724a04e0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#25 0x00007f3a62c7502c in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#26 0x00007f3a62fb431c in QGuiApplication::exec () at kernel/qguiapplication.cpp:1510
#27 0x00007f3a635757a5 in QApplication::exec () at kernel/qapplication.cpp:2956
#28 0x0000000000417477 in main (argc=1, argv=<optimized out>) at ../../../src/file/main.cpp:101

Reported using DrKonqi
Comment 1 Christoph Feck 2015-06-16 17:37:16 UTC

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