Summary: | Nepomuk search crash | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | david-ac94 |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | arne_bab, eljefedelito, juanmiguelgalan, smartins, sven.burmeister, trueg |
Priority: | NOR | ||
Version: | 4.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
david-ac94
2010-12-23 17:02:52 UTC
I got this with today's trunk: #0 0x00007feb1cfab595 in raise () from /lib/libc.so.6 #1 0x00007feb1cfaca16 in abort () from /lib/libc.so.6 #2 0x00007feb1cfa40f5 in __assert_fail () from /lib/libc.so.6 #3 0x00007feb1668fb51 in Strigi::DataEventInputStream::read (this=0xc12840, start=@0x7feafe9ce5e8, min=1, max=47551) at /data/sources/kde/trunk/kdesupport_svn/kdesupport/strigi/libstreams/lib/dataeventinputstream.cpp:72 #4 0x00007feb1668e3f1 in Strigi::StreamBase<char>::skip (this=0xc12840, ntoskip=47551) at /data/sources/kde/trunk/kdesupport_svn/kdesupport/strigi/libstreams/include/strigi/streambase.h:214 #5 0x00007feb1668fc68 in Strigi::DataEventInputStream::skip (this=0xc12840, ntoskip=262144) at /data/sources/kde/trunk/kdesupport_svn/kdesupport/strigi/libstreams/lib/dataeventinputstream.cpp:92 #6 0x00007feb169a4bdb in Strigi::StreamAnalyzerPrivate::analyze (this=0xa700b0, idx=..., input=0xc12840) at /data/sources/kde/trunk/kdesupport_svn/kdesupport/strigi/libstreamanalyzer/lib/streamanalyzer.cpp:476 #7 0x00007feb169a41a6 in Strigi::StreamAnalyzer::analyze (this=0xa95bb0, idx=..., input=0xc4fbb0) at /data/sources/kde/trunk/kdesupport_svn/kdesupport/strigi/libstreamanalyzer/lib/streamanalyzer.cpp:361 #8 0x00007feb1696aef8 in Strigi::AnalysisResult::index (this=0x7feafe9ce890, file=0xc4fbb0) at /data/sources/kde/trunk/kdesupport_svn/kdesupport/strigi/libstreamanalyzer/lib/analysisresult.cpp:233 #9 0x00007feb0fdd9862 in Nepomuk::Indexer::indexFile (this=<value optimized out>, info=<value optimized out>) at /data/sources/kde/trunk/kdebase/runtime/nepomuk/services/strigi/nepomukindexer.cpp:131 #10 0x00007feb0fdca76a in Nepomuk::IndexScheduler::analyzeDir (this=0xa3d9b0, dir_=<value optimized out>, flags=...) at /data/sources/kde/trunk/kdebase/runtime/nepomuk/services/strigi/indexscheduler.cpp:450 #11 0x00007feb0fdcbd11 in Nepomuk::IndexScheduler::run (this=0xa3d9b0) at /data/sources/kde/trunk/kdebase/runtime/nepomuk/services/strigi/indexscheduler.cpp:338 #12 0x00007feb2038e2cd in QThreadPrivate::start (arg=0xa3d9b0) at thread/qthread_unix.cpp:320 #13 0x00007feb200d9cb0 in start_thread () from /lib/libpthread.so.0 #14 0x00007feb1d0479dd in clone () from /lib/libc.so.6 #15 0x0000000000000000 in ?? () These are not Nepomuk crashes but Strigi ones. It would be best to determine the files that made Strigi crash. Can you determine which folder the service is currently indexing when the crash occurs. *** Bug 263036 has been marked as a duplicate of this bug. *** *** Bug 257254 has been marked as a duplicate of this bug. *** *** Bug 255735 has been marked as a duplicate of this bug. *** *** Bug 249246 has been marked as a duplicate of this bug. *** Essentially the same problem as bug 257931. The solution is the same, too. :) *** This bug has been marked as a duplicate of bug 257931 *** |