Closed
Bug 2332
Opened 26 years ago
Closed 25 years ago
libjar code to inflate doesn't handle all status codes zlib can return.
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M15
People
(Reporter: paulmac, Assigned: dveditz)
References
()
Details
This is a copy of Bugsplat bug#194412, which was latered to 5.0. Assigned to dan
for now, since lord does not have a bugzilla ID yet.
-------------------------------------------------------------------------------
Brief Description:
------------------
Did a SmartUpdate using Sean's June 25a jar
(located at:
ftp://sweetlou/products/client/nova/new/windows/asd/32bit/en/latest.45/jun_25a_4
5/)
from the Jun22a build
(located at:
ftp://sweetlou/products/client/nova/new/windows/32bit/en/pro/jun_22a_45/ )
and it FAILED. I got the following errors in the Java Console:
C:\Program Files\Netscape\Communicator\Program\jpeg3240.dll 999
C:\Program Files\Netscape\Communicator\Program\jrt3240.dll 999
C:\Program Files\Netscape\Communicator\Program\js3240.dll 999
C:\Program Files\Netscape\Communicator\Program\jsd3240.dll 999
SmartUpdate:Unexpected error when installing a fileC:\Program
Files\Netscape\Communicator\Program\jul3240.dll -1
ERROR, Adding components to the install.
ABORT! Installer error: -1
NOTE THAT THE INSTALLATION FAILED. Could not install to Jun25a using this
SmartUpdate jar.
Build:
------
Base build: Communicator Pro 32 Bit Export ver 4.5
Original Build:
---------------
ftp://sweetlou/products/client/nova/new/windows/32bit/en/pro/jun_22a_45/
Upgraded to jun_22b_45 via SmartUpdate from:
ftp://sweetlou/products/client/nova/new/windows/asd/32bit/en/latest.45/jun_25a_4
5/
Platform:
---------
WinNT40 on Compaq Deskpro 6000 133MHz 128MB
[Machine Name: chapman]
Replicate bug:
--------------
1> Install the base build of Communicator from the first build location above.
2> Launch Navigator.
3> Navigate to the SmartUpdate URL (second build location above) and click on
it.
4> Complete the installation process by clicking on Install.
5> Installation FAILS with the above errors logged to the Java Console.
Expected result:
----------------
1> I expected the install to complete successfully.
Actual result:
--------------
The installation aborted.
------- Additional Comments From ssu 06/25/98 15:01 -------
This is a smartupdate code bug. I'm reassigning to Dan the Man.
------- Additional Comments From ssu 06/26/98 18:03 -------
per Dan's request, the compression level of the tool used to create the .jar
file was changed and this seems to have fixed the problem, for now.
I am not changing the Status of this bug because I believe that this is only a
workaround, not a true fix.
------- Additional Comments From dveditz 06/26/98 18:11 -------
I agree, this should stay open. The libjar code to inflate looks like it
doesn't handle all the status codes zlib can return.
------- Additional Comments From dveditz 06/29/98 12:26 -------
Test case URL added. Sorry it's so big. The broken file is "bug.dll", should
be the second one added.
------- Additional Comments From dveditz 07/10/98 13:23 -------
That is not the same bug--please do not mark bugs "fixed"! Only engineering
should resolve bugs, if you have questions send us mail!
The current script works because Sean found a workaround (for now), but the BUG
STILL EXISTS if you use the one in the URL field.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
QA Contact: 4138
Updated•26 years ago
|
Target Milestone: M3
Comment 3•26 years ago
|
||
unsetting the target milestone from M3.
Assignee | ||
Updated•26 years ago
|
Severity: critical → normal
Target Milestone: M10
Assignee | ||
Comment 4•26 years ago
|
||
This one is not critical, possibly isn't even relevant since the old "libjar"
no longer exists. I will re-investigate later
Assignee | ||
Updated•26 years ago
|
Priority: P1 → P3
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Assignee | ||
Comment 8•25 years ago
|
||
This bug was written against the old codebase and we have no evidence of it in
the new codebase. I'm closing for lack of reproduceability
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Build: 2000-03-21-05-M15-nb1b(MAC), 2000-03-21-06-M15-nb1b(WIN),
2000-03-21-05-M15-nb1b (LINUX)
Marking Verified. Updates have consistently been passing with Seamonkey.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•