Bug 224907 - trying to open a specific hd-video causes this
Summary: trying to open a specific hd-video causes this
Status: RESOLVED DUPLICATE of bug 195462
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 18:46 UTC by Victor Gavrish
Modified: 2010-01-30 22:32 UTC (History)
1 user (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 Victor Gavrish 2010-01-30 18:46:38 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.3.4 (KDE 4.3.4)
Qt Version: 4.5.3
Operating System: Linux 2.6.32-ice i686

What I was doing when the application crashed:
maybe the windows that pops up and displays the file's properties is involved.

It's an H.264 1920x1080 file on an external drive with ntfs file system.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  0xb5ddce71 in memcpy () from /lib/libc.so.6
#7  0xb609675c in QIODevice::read(char*, long long) () from /usr/lib/libQtCore.so.4
#8  0xb7704971 in QIODeviceInputStream::fillBuffer(char*, int) () from /usr/lib/libkio.so.5
#9  0xb7707bb9 in Strigi::BufferedStream<char>::writeToBuffer(int, int) () from /usr/lib/libkio.so.5
#10 0xb7707d99 in Strigi::BufferedStream<char>::read(char const*&, int, int) () from /usr/lib/libkio.so.5
#11 0xb301af00 in Mp4ThroughAnalyzer::connectInputStream(Strigi::StreamBase<char>*) () from /usr/lib/strigi/strigita_mp4.so
#12 0xb5cf28b3 in Strigi::StreamAnalyzerPrivate::analyze(Strigi::AnalysisResult&, Strigi::StreamBase<char>*) () from /usr/lib/libstreamanalyzer.so.0
#13 0xb7705305 in KFileMetaInfoPrivate::init(QIODevice&, KUrl const&, long) () from /usr/lib/libkio.so.5
#14 0xb7706c8f in KFileMetaInfo::KFileMetaInfo(KUrl const&) () from /usr/lib/libkio.so.5
#15 0xb76ed68a in KFileItem::metaInfo(bool, int) const () from /usr/lib/libkio.so.5
#16 0xb76f0dc0 in KFileItem::getToolTipText(int) const () from /usr/lib/libkio.so.5
#17 0xb749df07 in ToolTipManager::prepareToolTip() () from /usr/lib/libdolphinprivate.so.4
#18 0xb749e19b in ToolTipManager::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libdolphinprivate.so.4
#19 0xb6111fdc in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#20 0xb6112c12 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#21 0xb614c2d7 in QTimer::timeout() () from /usr/lib/libQtCore.so.4
#22 0xb611768e in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/libQtCore.so.4
#23 0xb610c18f in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#24 0xb630f924 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#25 0xb631700c in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#26 0xb704260a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#27 0xb60fc5bb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#28 0xb6129efe in ?? () from /usr/lib/libQtCore.so.4
#29 0xb6127007 in ?? () from /usr/lib/libQtCore.so.4
#30 0xb5729378 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#31 0xb572cbf0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#32 0xb572cd23 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#33 0xb6126d25 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0xb63ad705 in ?? () from /usr/lib/libQtGui.so.4
#35 0xb60faba9 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#36 0xb60faffa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#37 0xb60fd46f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#38 0xb630f7a7 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#39 0x0807a6b5 in _start ()

This bug may be a duplicate of or related to bug 198078

Reported using DrKonqi
Comment 1 Dario Andres 2010-01-30 22:32:42 UTC
This is a double bug:
- The tooltips are directly reading the file contents (using the file analyzer) (fixed in KDE SC 4.4)
- The MP4 file analyzer is reading all the file contents not honoring the limits (described at bug 195462.)
Merging with bug 195462. 
Regards

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