Closed
Bug 68356
Opened 24 years ago
Closed 24 years ago
Erratic behavior if no third param passed to Install.execute()
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: samir_bugzilla, Assigned: dbragg)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
If the "blocking" parameter is not passed to
Install.execute(executable, args, blocking)
then the app occasionally doesn't run. If either true or false is passed, i.e.,
the blocking param value is specified then the API works consistently. Thus far
only observed on Linux.
Comment 1•24 years ago
|
||
Bug 66840 claims, that this error prevents the Java runtime from running on
Linux. As such I'd say, the bug deserves upping severity.
Reporter | ||
Comment 2•24 years ago
|
||
My claim in the above cited bug (bug 66840) is that this bug (bug 68356)
prevents the jre.xpi from *installing* completely. If the symlink is made as
described in that bug (bug 66840) then the JRE works for me in Mozilla on Linux.
(Other bugs about JRE not running on Linux for some users should be separately
filed for attention from the appropriate partis. Thanks.)
FYI
I installed mozilla 2001022108 (tar.gz) on Linux (RedHat 7.0) today.
I then went to java.sun.com and as usual installed the jre.xpi via the dialog.
It said: jre.xpi installed succesfully. Moz didn't work but after making the
symlink in mozilla/plugins it did work! But the start-up toke some time, and all
the plugins were registered twice.
/Richard
Reporter | ||
Comment 4•24 years ago
|
||
Reporter | ||
Comment 5•24 years ago
|
||
Review Don's patch (in my tree). r=sgehani
Awaiting sr before checking in for Don.
Status: NEW → ASSIGNED
Comment 6•24 years ago
|
||
sr=dveditz--not that I can :-)
Comment 7•24 years ago
|
||
you know this stuff better than I do Dan. don't sell yourself short. =)
sr=mscott anyway.
Reporter | ||
Comment 8•24 years ago
|
||
Fix checked in for dbragg.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Build: 2001-03-14-08-Mtrunk (LINUX)
Looks good to me. Marking Verified!
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
•