Summary: | Baloo crash - Baloo::ModifiedFileIndexer::run - mdb_txn_begin | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Eugeny <gevg> |
Component: | Baloo File Daemon | Assignee: | Pinak Ahuja <pinak.ahuja> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | aspotashev, e-info, pinak.ahuja, Vdragon.Taiwan |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.15.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eugeny
2015-10-25 10:34:19 UTC
I encounter the (almost) same issue on my Ubuntu 15.10 fresh-installed system. Application: baloo_file (5.15.0) Qt Version: 5.4.2 Operating System: Linux 4.2.0-23-generic x86_64 Distribution: Ubuntu 15.10 -- Information about the crash: - What I was doing when the application crashed: -- Backtrace: Application: Baloo File Indexing Daemon (baloo_file), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f216b142800 (LWP 8967))] Thread 2 (Thread 0x7f21601f0700 (LWP 9023)): [KCrash Handler] #6 0x00007f21679e0b40 in mdb_txn_begin (env=0x0, parent=0x0, flags=0, ret=0x7f21601efbf8) at mdb.c:2650 #7 0x00007f216a3494bb in Baloo::Transaction::Transaction(Baloo::Database const&, Baloo::Transaction::TransactionType) () at /usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5 #8 0x000000000041d013 in Baloo::ModifiedFileIndexer::run() (this=0x158e640) at ../../../src/file/modifiedfileindexer.cpp:49 #9 0x00007f2169c88e73 in QThreadPoolThread::run() (this=0x1590500) at thread/qthreadpool.cpp:93 #10 0x00007f2169c8c2be in QThreadPrivate::start(void*) (arg=0x1590500) at thread/qthread_unix.cpp:337 #11 0x00007f21688fe6aa in start_thread (arg=0x7f21601f0700) at pthread_create.c:333 #12 0x00007f216929ceed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 1 (Thread 0x7f216b142800 (LWP 8967)): #0 0x00007f216928d49d in read () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007f21664c24e0 in g_wakeup_acknowledge (__nbytes=16, __buf=0x7fff95231100, __fd=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44 #2 0x00007f21664c24e0 in g_wakeup_acknowledge (wakeup=0x1365330) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./glib/gwakeup.c:210 #3 0x00007f216647ecd4 in g_main_context_check (context=context@entry=0x137c410, max_priority=2147483647, fds=fds@entry=0x1435420, n_fds=n_fds@entry=4) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./glib/gmain.c:3632 #4 0x00007f216647f190 in g_main_context_iterate (context=context@entry=0x137c410, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./glib/gmain.c:3837 #5 0x00007f216647f2fc in g_main_context_iteration (context=0x137c410, may_block=may_block@entry=1) at /build/glib2.0-ajuDY6/glib2.0-2.46.1/./glib/gmain.c:3901 #6 0x00007f2169ec327f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x137c620, flags=...) at kernel/qeventdispatcher_glib.cpp:418 #7 0x00007f2169e6975a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fff95231300, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204 #8 0x00007f2169e712cc in QCoreApplication::exec() () at kernel/qcoreapplication.cpp:1188 #9 0x0000000000415aec in main(int, char**) (argc=1, argv=<optimized out>) at ../../../src/file/main.cpp:88 Possible duplicates by query: bug 354342. *** This bug has been marked as a duplicate of bug 391652 *** *** Bug 361009 has been marked as a duplicate of this bug. *** |