Closed
Bug 12425
Opened 25 years ago
Closed 25 years ago
[PP] Adding many files crashes on Windows only
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jimmykenlee, Assigned: cathleennscp)
Details
Build: 8/24/99 SeaMonkey build
1. From http://jimbob/trigger2.html, trigger http://jimbob/jars/manyfiles.jar
This is the same jar file from Doug's directory.
var err = Install.StartInstall("SmartUpdate Many Files", "/ManyFiles",
"1.2.3.4", 0);
var programFolder = Install.GetFolder("Program", "manyfiles");
var i;
for (i = 0; i < 1000; i++)
{
err = Install.AddSubcomponent( "", // regName
"1.2.3.4.", // version
"tenKfile.txt", // fileName in jar,
programFolder, // Where to put this
file (Returned from GetFolder)
"file" + i + ".txt", // Target name
true); // Force Flag
}
err = Install.FinalizeInstall();
RESULT:
A crash occurs only on Windows (NT and 98). Linux and Macintosh install fine
with correct version registry changes. From one installation on NT, 100 files
of 1,000 were installed. The Install.log
shows:
---------------------------------------------------------------------------
http://jimbob/manyfiles.jar -- 08/24/1999 15:59:57
---------------------------------------------------------------------------
SmartUpdate Many Files
TalkBack Incident ID = 12783820
Call Stack: (Signature = 0x0012fe74 a36a865f)
0x0012fe74
EXPECTED RESULT:
1,000 files are installed. The Install.log shows a complete installation. No
crash.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Jimmy, this should be fixed. Please verify with today's build.
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
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
•