Bug 181591 - crash while mouse over a movie (being rendered by kdenlive)
Summary: crash while mouse over a movie (being rendered by kdenlive)
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
: 182009 184864 187177 188138 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-22 14:58 UTC by Nadav Kavalerchik
Modified: 2011-02-27 20:11 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nadav Kavalerchik 2009-01-22 14:58:25 UTC
Version:           1.2 (using 4.1.96 (KDE 4.1.96 (KDE 4.2 RC1)), Debian packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.26-1-amd64

while rendering a movie (using kdenlive) i opened the target containing folder
and while hovering with the mouse over the movie file that was growing in size while it was rendered... dolphin crashed.

(i reopened it several time to make sure it was this issue, exactly)

after the movie was rendered completely i did not crash anymore. 

some crash report:
This backtrace appears to be of no use.
This is probably because your packages are built in a way which prevents creation of proper backtraces, or the stack frame was seriously corrupted in the crash.

(no debugging symbols found)
[Thread debugging using libthread_db enabled]
0x00007ff678f03ff1 in nanosleep () from /lib/libc.so.6
[Current thread is 1 (Thread 0x7ff67c6186f0 (LWP 7022))]

Thread 1 (Thread 0x7ff67c6186f0 (LWP 7022)):
#0  0x00007ff678f03ff1 in nanosleep () from /lib/libc.so.6
#1  0x00007ff678f03e17 in sleep () from /lib/libc.so.6
#2  0x00007ff67add4019 in KCrash::startDrKonqi (argv=0x7fff8474c2f8, argc=17) at ../../kdeui/util/kcrash.cpp:412
#3  0x00007ff67add499a in KCrash::defaultCrashHandler (sig=11) at ../../kdeui/util/kcrash.cpp:337
#4  <signal handler called>
#5  0x00007ff674745040 in Strigi::readBigEndianUInt32(char const*) () from /usr/lib/libstreams.so.0
#6  0x00007ff66b34ff4f in Mp4ThroughAnalyzer::connectInputStream(Strigi::StreamBase<char>*) () from /usr/lib/strigi/strigita_mp4.so
#7  0x00007ff678a215cb in ?? () from /usr/lib/libstreamanalyzer.so.0
#8  0x00007ff67c1ac697 in KFileMetaInfoPrivate::init (this=0x1967b10, stream=<value optimized out>, url=<value optimized out>, mtime=1232632231) at ../../kio/kio/kfilemetainfo.cpp:201
#9  0x00007ff67c1ae405 in KFileMetaInfo (this=0x7fff8474ce20, path=@0x7fff8474ce30) at ../../kio/kio/kfilemetainfo.cpp:228
#10 0x00000000004412cb in _start ()
Comment 1 Peter Penz 2009-01-22 15:30:05 UTC
Thanks for the report. This looks like a strigi issue. Could you please let us know your strigi version ('strigidaemon --version')? If the issue still occurs with a recent strigi (= 0.6.3) I'd kindly ask to submit a bug report at, as strigi is maintained outside of KDE.
Comment 2 Nadav Kavalerchik 2009-01-22 16:20:18 UTC
strigidaemon --version
strigidaemon 0.6.3
 Copyright (C) 2006-2007 Jos van den Oever and others

can you direct me to the right bug report website (for strigi)
Comment 3 Nadav Kavalerchik 2009-01-22 16:22:50 UTC
btw,
logging into kde, i get this error (from dmesg)

nepomukservices[5408] general protection ip:7f8b851fa55e sp:7fff8d7e7d80 error:0 in libQtCore.so.4.4.3[7f8b85191000+230000]

do you think it is related ?

and strigi search index is disabled in System Settings and i can not enable it.
and looking for nepomuksearch:/ in dolphin return nothing.
Comment 4 Peter Penz 2009-01-22 16:30:16 UTC
> btw, logging into kde, i get this error (from dmesg)
> nepomukservices[5408] general protection ip:
> 7f8b851fa55e sp:7fff8d7e7d80 error:0 in
> libQtCore.so.4.4.3[7f8b85191000+230000] 

I don't think this is the root of your issue, but I don't know for sure...

Anyway, I forgot to mention the strigi page ;-) Here it is:
http://sourceforge.net/tracker/?group_id=171000&atid=856302

Thanks for your support!
Comment 5 Nadav Kavalerchik 2009-01-22 16:50:07 UTC
upstream bug report :
https://sourceforge.net/tracker2/?func=detail&aid=2528817&group_id=171000&atid=856302

:-)
Comment 6 Pino Toscano 2009-03-15 00:28:14 UTC
*** Bug 187177 has been marked as a duplicate of this bug. ***
Comment 7 Pino Toscano 2009-03-15 00:31:11 UTC
*** Bug 182009 has been marked as a duplicate of this bug. ***
Comment 8 Pino Toscano 2009-03-15 00:31:29 UTC
*** Bug 184864 has been marked as a duplicate of this bug. ***
Comment 9 Dario Andres 2009-03-26 12:57:01 UTC
*** Bug 188138 has been marked as a duplicate of this bug. ***
Comment 10 Peter Penz 2011-02-27 20:11:36 UTC
Git commit d1254968eac95f4d9d8c47552e27f0cc40e6aed9 by Peter Penz.
Committed on 27/02/2011 at 20:01.
Pushed by ppenz into branch 'master'.

KFileMetaDataProvider: Don't crash if a Strigi analyzer crashes

Some Strigi analyzers are still unstable and crash under certain circumstances. This patch moves the reading of the meta-data into a custom process instead of doing it in a thread, which assures that a crashing Strigi analyzer does not result in crashing Dolphin or Konqueror when hovering some items.

FIXED-IN: 4.7.0
BUG: 257964
BUG: 258715
BUG: 262299
BUG: 263468
BUG: 263502
BUG: 264254
BUG: 234799
BUG: 251462
BUG: 251701
BUG: 258918
BUG: 192377
BUG: 195564
BUG: 199368
BUG: 210841
BUG: 245376
BUG: 246461
BUG: 246901
BUG: 249150
BUG: 261952
BUG: 249876
BUG: 179376
BUG: 179417
BUG: 179420
BUG: 181591
BUG: 183269
BUG: 183722
BUG: 185667
BUG: 188596
BUG: 191864
BUG: 193112
BUG: 205813
BUG: 244621
BUG: 245451
BUG: 248214
BUG: 249655
BUG: 249876
BUG: 265549
BUG: 267079

M  +11   -1    kio/CMakeLists.txt     
M  +68   -38   kio/kfile/kfilemetadataprovider.cpp     
M  +2    -1    kio/kfile/kfilemetadataprovider_p.h     
A  +174  -0    kio/kfile/kfilemetadatareader.cpp         [License: LGPL (v2+)]
M  +0    -2    kio/kfile/kfilemetadatawidget.cpp     
D  +0    -178  kio/kfile/kloadfilemetadatathread.cpp     
D  +0    -96   kio/kfile/kloadfilemetadatathread_p.h     

http://commits.kde.org/kdelibs/d1254968eac95f4d9d8c47552e27f0cc40e6aed9