Summary: | Baloo systematically crashes on boot after a fresh install | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | Luis Silva <lacsilva> |
Component: | General | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jan, me |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.17 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Luis Silva
2015-10-10 11:40:38 UTC
This crash disappears after running: balooctl disable balooctl enable So resetting the database solves the issue. Some extra info, previously, before reinstalling this machine, I was compiling baloo from master. Created attachment 95083 [details]
New crash information added by DrKonqi
baloo_file (5.15.0) using Qt 5.4.2
- What I was doing when the application crashed:
Fresh install of Kubuntu 15.10.
Homedir preserved, but removed all .-folders
Crash happened on first login.
- Custom settings of the application:
/home is on nfs4.1+kerberos, mounted by autofs:
freeman:/home/jan on /home/jan type nfs4 (rw,noatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=krb5p,clientaddr=192.168.123.2,local_lock=none,addr=192.168.123.1)
-- Backtrace (Reduced):
#6 mdb_txn_begin (env=0x0, parent=0x0, flags=131072, ret=0x7f3024403cf8) at mdb.c:2650
#7 0x000000000041a64d in Baloo::FirstRunIndexer::run (this=0xa8cc20) at ../../../src/file/firstrunindexer.cpp:46
#8 0x00007f302eee4e73 in QThreadPoolThread::run (this=0xa8f800) at thread/qthreadpool.cpp:93
#9 0x00007f302eee82be in QThreadPrivate::start (arg=0xa8f800) at thread/qthread_unix.cpp:337
#10 0x00007f302db5a6aa in start_thread (arg=0x7f3024404700) at pthread_create.c:333
> #6 mdb_txn_begin (env=0x0, parent=0x0, flags=131072, ret=0x7f3f87012cf8) at mdb.c:2650
Eh, env is null. The env failed to init.
This bug may have been fixed by https://git.reviewboard.kde.org/r/126110/ (submitted) - please test. |