Bug 246615 - Dolphin crash when hovering over a PDF file (Strigi) [Strigi::BufferedStream<char>::writeToBuffer, Strigi::BufferedStream<char>::read, Strigi::DataEventInputStream::read, PdfParser::read]
Summary: Dolphin crash when hovering over a PDF file (Strigi) [Strigi::BufferedStream<...
Status: RESOLVED DUPLICATE of bug 245928
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-03 16:32 UTC by David Foley
Modified: 2010-08-07 15:06 UTC (History)
2 users (show)

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 David Foley 2010-08-03 16:32:08 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.4.92 (KDE 4.4.92 (KDE 4.5 RC2))
Qt Version: 4.7.0
Operating System: Linux 2.6.32-24-generic i686
Distribution: Ubuntu 10.04.1 LTS

-- Information about the crash:
- What I was doing when the application crashed: In dolphin, just hovering over some a file, not always the same, it crashes. Strigi indexing was disabled shortly before.

The crash can be reproduced some of the time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 1 (Thread 0xb77e4710 (LWP 7505))]

Thread 3 (Thread 0xb3d49b70 (LWP 7567)):
#0  0x0088c422 in __kernel_vsyscall ()
#1  0x001cfb86 in *__GI___poll (fds=0x265ff4, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x099ff4eb in g_poll () from /lib/libglib-2.0.so.0
#3  0x099f20ac in ?? () from /lib/libglib-2.0.so.0
#4  0x099f24b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#5  0x0939c1cf in QEventDispatcherGlib::processEvents (this=0xa15db48, flags=...) at kernel/qeventdispatcher_glib.cpp:414
#6  0x0936c419 in QEventLoop::processEvents (this=0xb3d49290, flags=) at kernel/qeventloop.cpp:149
#7  0x0936c89a in QEventLoop::exec (this=0xb3d49290, flags=...) at kernel/qeventloop.cpp:201
#8  0x09269b5e in QThread::exec (this=0xa1a1220) at thread/qthread.cpp:490
#9  0x0934b55b in QInotifyFileSystemWatcherEngine::run (this=0xa1a1220) at io/qfilesystemwatcher_inotify.cpp:248
#10 0x0926ce39 in QThreadPrivate::start (arg=0xa1a1220) at thread/qthread_unix.cpp:266
#11 0x008b996e in start_thread (arg=0xb3d49b70) at pthread_create.c:300
#12 0x001dda4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xb2f4fb70 (LWP 7578)):
[KCrash Handler]
#5  0x00000000 in ?? ()
#6  0x010d0653 in Strigi::BufferedStream<char>::writeToBuffer (this=0xb2371048, ntoread=1644837, maxread=0) at /usr/include/strigi/bufferedstream.h:116
#7  0x010d0740 in Strigi::BufferedStream<char>::read (this=0xb2371048, start=@0xa42b2a0, min=1644837, max=0) at /usr/include/strigi/bufferedstream.h:137
#8  0x00d7ed97 in Strigi::DataEventInputStream::read (this=0xa42b728, start=@0xa42b2a0, min=1644837, max=0) at /build/buildd/strigi-0.7.2/src/streams/dataeventinputstream.cpp:39
#9  0x00d4b93c in PdfParser::read (this=0xa42b2a0, min=1, max=0) at /build/buildd/strigi-0.7.2/src/streams/pdf/pdfparser.cpp:41
#10 0x00d4d5f9 in PdfParser::parseDictionaryOrStream (this=0xa42b2a0) at /build/buildd/strigi-0.7.2/src/streams/pdf/pdfparser.cpp:393
#11 0x00d4d7fd in PdfParser::parseObjectStreamObject (this=0xa42b2a0, nestDepth=0) at /build/buildd/strigi-0.7.2/src/streams/pdf/pdfparser.cpp:442
#12 0x00d4da8c in PdfParser::parseObjectStreamObjectDef (this=0xa42b2a0) at /build/buildd/strigi-0.7.2/src/streams/pdf/pdfparser.cpp:566
#13 0x00d4dbc8 in PdfParser::parse (this=0xa42b2a0, stream=0xa42b728) at /build/buildd/strigi-0.7.2/src/streams/pdf/pdfparser.cpp:600
#14 0x00d3abcc in PdfEndAnalyzer::analyze (this=0xa42b290, as=..., in=0xa42b728) at /build/buildd/strigi-0.7.2/src/streamanalyzer/endanalyzers/pdfendanalyzer.cpp:62
#15 0x00d239e2 in Strigi::StreamAnalyzerPrivate::analyze (this=0xa3fddc0, idx=..., input=0xa42b728) at /build/buildd/strigi-0.7.2/src/streamanalyzer/streamanalyzer.cpp:421
#16 0x010cddab in KFileMetaInfoPrivate::init (this=0xa0047b0, stream=..., url=..., mtime=1280843916, w=...) at ../../kio/kio/kfilemetainfo.cpp:210
#17 0x010cfee8 in KFileMetaInfo (this=0xb2f4f2c0, path=..., w=...) at ../../kio/kio/kfilemetainfo.cpp:237
#18 0x011d23a7 in KLoadFileMetaDataThread::run (this=0xa082db0) at ../../kio/kfile/kloadfilemetadatathread.cpp:124
#19 0x0926ce39 in QThreadPrivate::start (arg=0xa082db0) at thread/qthread_unix.cpp:266
#20 0x008b996e in start_thread (arg=0xb2f4fb70) at pthread_create.c:300
#21 0x001dda4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb77e4710 (LWP 7505)):
#0  0x0088c422 in __kernel_vsyscall ()
#1  0x001cfb86 in *__GI___poll (fds=0x265ff4, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x02560d60 in ?? () from /usr/lib/libxcb.so.1
#3  0x025612cb in ?? () from /usr/lib/libxcb.so.1
#4  0x02561667 in xcb_writev () from /usr/lib/libxcb.so.1
#5  0x009b1d79 in _XSend () from /usr/lib/libX11.so.6
#6  0x009b2390 in _XEventsQueued () from /usr/lib/libX11.so.6
#7  0x0099aadf in XEventsQueued () from /usr/lib/libX11.so.6
#8  0x03cfa60e in x11EventSourcePrepare (s=0x9cd8818, timeout=0xbfcdd6ac) at kernel/qguieventdispatcher_glib.cpp:79
#9  0x099f1aca in g_main_context_prepare () from /lib/libglib-2.0.so.0
#10 0x099f1ee9 in ?? () from /lib/libglib-2.0.so.0
#11 0x099f24b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#12 0x0939c195 in QEventDispatcherGlib::processEvents (this=0x9cc18d0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#13 0x03cfa3b5 in QGuiEventDispatcherGlib::processEvents (this=0x9cc18d0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#14 0x0936c419 in QEventLoop::processEvents (this=0xbfcdd8c4, flags=) at kernel/qeventloop.cpp:149
#15 0x0936c89a in QEventLoop::exec (this=0xbfcdd8c4, flags=...) at kernel/qeventloop.cpp:201
#16 0x09370e4f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#17 0x03c37ef7 in QApplication::exec () at kernel/qapplication.cpp:3665
#18 0x007f220b in kdemain (argc=1, argv=0xbfcddb64) at ../../../../apps/dolphin/src/main.cpp:98
#19 0x080485fb in main (argc=1, argv=0xbfcddb64) at dolphin_dummy.cpp:3

This bug may be a duplicate of or related to bug 246611.

Possible duplicates by query: bug 246611, bug 228834.

Reported using DrKonqi
Comment 1 Dario Andres 2010-08-07 15:06:23 UTC
There is a previous report at bug 245928. Merging. Thanks

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