Closed
Bug 336818
Opened 19 years ago
Closed 19 years ago
Assertion failure: !item->isDirectory, at /home/ajvincent/mozbuilds/mozilla/modules/libjar/nsZipArchive.cpp:630
Categories
(Core :: Networking: File, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 336691
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
(4 keywords)
Steps to reproduce:
(1) seamonkey -g
(2) run
(3) In SeaMonkey browser window, visit http://www.mozilla.org/quality/smartupdate/xpis/
(4) Click on f_adddir_empty.xpi (first link under Functional Tests)
(5) Click Install.
Expected results:
XPI installs smoothly, to add a new directory.
Actual results:
Crash.
#0 0xb75087c7 in raise () from /lib/tls/libc.so.6
#1 0xb750a06b in abort () from /lib/tls/libc.so.6
#2 0xb7d62113 in PR_Assert (s=0xb1bf6c1c "!item->isDirectory",
file=0xb1bf6b10 "/home/ajvincent/mozbuilds/mozilla/modules/libjar/nsZipArchive.cpp", ln=630)
at /home/ajvincent/mozbuilds/mozilla/nsprpub/pr/src/io/prlog.c:538
#3 0xb1bde154 in nsZipArchive::ExtractFile (this=0x8b7b8ec, item=0x8b106a0, outname=0x0, aFd=0x0)
at /home/ajvincent/mozbuilds/mozilla/modules/libjar/nsZipArchive.cpp:630
#4 0xb1bde2f7 in nsZipArchive::Test (this=0x8b7b8ec, aEntryName=0x0)
at /home/ajvincent/mozbuilds/mozilla/modules/libjar/nsZipArchive.cpp:544
#5 0xb1be245f in nsJAR::Test (this=0x8b7b8d8, aEntryName=0x0)
at /home/ajvincent/mozbuilds/mozilla/modules/libjar/nsJAR.cpp:210
#6 0xb2ea9837 in OpenAndValidateArchive (hZip=0x8b7b8d8, jarFile=0x8b7b6f8, aPrincipal=0x0)
at /home/ajvincent/mozbuilds/mozilla/xpinstall/src/nsSoftwareUpdateRun.cpp:287
#7 0xb2ea9bb5 in RunInstallOnThread (data=0x8aa90e0)
at /home/ajvincent/mozbuilds/mozilla/xpinstall/src/nsSoftwareUpdateRun.cpp:511
#8 0xb7d82a73 in _pt_root (arg=0x8b34250)
at /home/ajvincent/mozbuilds/mozilla/nsprpub/pr/src/pthreads/ptthread.c:220
#9 0xb7fa9ced in start_thread () from /lib/tls/libpthread.so.0
#10 0xb75b0dee in clone () from /lib/tls/libc.so.6
Reporter | ||
Comment 1•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060504 SeaMonkey/1.5a
(trunk)
Comment 2•19 years ago
|
||
Dup of bug 336691?
Reporter | ||
Comment 3•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060505 SeaMonkey/1.5a
I got essentially the same stack in Windows.
OS -> All, even if it is a dupe.
OS: Linux → All
Comment 4•19 years ago
|
||
*** This bug has been marked as a duplicate of 336691 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•