Closed
Bug 54389
Opened 24 years ago
Closed 17 years ago
error case: wrong error for long-string in winReg.createKey()
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: depman1, Assigned: dveditz)
Details
build 2000-09-26-08-MN6. Win only.
1. Go to http://jimbob/trigger3.html
2. Enter http://jimbob/jars/f_winreg_createkey_err.xpi in URL field. createKey
accepts a very long string representing a key and several nested subkeys.
3. Press Trigger. Then OK.
4. Check log file.
Result: Returns error -234 (source is file), in previous build returned 87
(unidentified error).
Expected: Return error -236 (file name too long).
Note that the string is 271 chars long. If it's 270 or less, it creates the
registry key.
log file:
-------------------------------------------------------------------------------
file:///C|/XPIStage/test3/test3.xpi -- 09/26/2000 18:24:03
-------------------------------------------------------------------------------
Acceptance: a_winreg_createkey
------------------------------
[1/1] Create Registry Key:
HKEY_CLASSES_ROOT\12345678901234567890123\12345678901234567890123\12345678901234
567890123\12345678901234567890123\12345678901234567890123\1234567890123456789012
3\12345678901234567890123\12345678901234567890123\12345678901234567890123\123456
78901234567890123\123456789012345678901 []
Install **FAILED** with error 234
Install **FAILED** with error 234
Finished Installation 09/26/2000 18:24:03
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•17 years ago
|
||
The xpinstall script engine has been removed from the trunk, bugs in it are obsolete.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
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
•