[Pkg-kde-bugs-fwd] [Bug 104454] crash when displaying meta info of file being downloaded

David Faure 104454@bugs.kde.org
1 Jun 2005 15:05:05 -0000


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=104454         




------- Additional Comments From faure kde org  2005-06-01 17:05 -------
OK I think the KTar is created with a QIODevice being set to 0. This could be checked with this assert:
--- karchive.cpp        (revision 418311)
+++ karchive.cpp        (working copy)
 @ -76,6 +76,7  @
 {
     d = new KArchivePrivate;
     d->rootDir = 0;
+    assert( dev );
     m_dev = dev;
     m_open = false;
 }

Does the attached patch help?


Created an attachment (id=11284)
 --> (http://bugs.kde.org/attachment.cgi?id=11284&action=view)
kfile_deb.cpp.diff