Bug 132482 - Attempting to browse the contents of a Web Archive (.war) crashes Konqueror
Summary: Attempting to browse the contents of a Web Archive (.war) crashes Konqueror
Status: RESOLVED DUPLICATE of bug 146303
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 08:57 UTC by Stephan Sokolow
Modified: 2007-07-04 10:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Backtrace generated by one such crash (2.66 KB, text/plain)
2006-08-16 08:58 UTC, Stephan Sokolow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Sokolow 2006-08-16 08:57:09 UTC
Version:           3.5.2 (using KDE 3.5.2, Gentoo)
Compiler:          gcc version 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (i686) release 2.6.16-gentoo-r9-20060701

Attempting to browse the contents of a .war Web Archive in Konqueror 3.5.2 triggers a crash. I am attaching a backtrace.

Steps to Reproduce:
1. Double-click on a web archive (eg. /home/foo/bar.war)
2. Edit the location bar text to remove the index.html portion (eg. change /home/foo/bar.war/index.html to /home/foo/bar.war/)
3. Press enter and watch it crash.
Comment 1 Stephan Sokolow 2006-08-16 08:58:02 UTC
Created attachment 17387 [details]
Backtrace generated by one such crash
Comment 2 Tommi Tervo 2006-08-16 09:25:00 UTC
Cannot reproduce (ubuntu 3.5.2)

#6  QGList::count (this=0x0) at qglist.h:152
#7  0xa7b9f8c5 in KDirListerCache::slotEntries (this=0x8cb7680, job=0x0, 
    entries=@0xaf8ff440) at kdirlister.cpp:944
#8  0xa7b9ffd6 in KDirListerCache::qt_invoke (this=0x8cb7680, 
    _id=-1488763556, _o=0xaf8fef90) at kdirlister_p.moc:131
#9  0xa6fbd916 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#10 0xa7ac80ae in KIO::ListJob::entries (this=0x909ce50, t0=0x0, t1=@0x0)
    at jobclasses.moc:1699
#11 0xa7b0c928 in KIO::ListJob::slotListEntries (this=0x909ce50, 
    list=@0xaf8ff440) at job.cpp:2023
#12 0xa7b0cfd7 in KIO::ListJob::qt_invoke (this=0x909ce50, _id=19, 
    _o=0xaf8ff250) at jobclasses.moc:1737
#13 0xa6fbd916 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#14 0xa7ac31f9 in KIO::SlaveInterface::listEntries (this=0x8d64b80, t0=@0x0)
    at slaveinterface.moc:255
#15 0xa7b02697 in KIO::SlaveInterface::dispatch (this=0x8d64b80, _cmd=106, 
    rawdata=@0xaf8ff450) at slaveinterface.cpp:263
#16 0xa7aea4e9 in KIO::SlaveInterface::dispatch (this=0x8d64b80)
    at slaveinterface.cpp:173
#17 0xa7ae30b5 in KIO::Slave::gotInput (this=0x8d64b80) at slave.cpp:300
#18 0xa7ae90e4 in KIO::Slave::qt_invoke (this=0x8d64b80, _id=4, _o=0xaf8ff620)
    at slave.moc:113
#19 0xa6fbd916 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#20 0xa6fbdee6 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#21 0xa7303ec2 in QSocketNotifier::activated ()
   from /usr/qt/3/lib/libqt-mt.so.3
#22 0xa6fd951e in QSocketNotifier::event () from /usr/qt/3/lib/libqt-mt.so.3
#23 0xa6f5b63e in QApplication::internalNotify ()
   from /usr/qt/3/lib/libqt-mt.so.3
#24 0xa6f5b7d1 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3
#25 0xa7628ab6 in KApplication::notify (this=0xaf8ffec0, receiver=0x8b532d0, 
    event=0xaf8ff9a0) at kapplication.cpp:550
Comment 3 Bram Schoenmakers 2007-07-04 10:39:13 UTC
Bug 146303 contains the missing link for reproducing it.

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