Closed
Bug 243296
Opened 21 years ago
Closed 21 years ago
System doesn't shutdown if MOZTURBO.EXE is running
Categories
(Core Graveyard :: QuickLaunch (AKA turbo mode), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
(Keywords: fixed1.7)
Attachments
(1 file)
1.29 KB,
patch
|
jhpedemonte
:
review+
mkaply
:
superreview+
mkaply
:
approval1.7+
|
Details | Diff | Splinter Review |
For OS/2 we created a second turbo mode that preloads the DLLs only.
Recently, OS/2 has stopped shutting down if this is running.
We traced the problem to the fact that loading GFX_OS2.DLL was also loading
PMWINX.DLL because of some new registry code, and PMWINX.DLL was preventing
shutdown.
Solution is to remove GFX_OS2.DLL from the preload list.
I also took this opportunity to update the list.
The way I create this list is to start Mozilla and then try to move all the
DLLs. The DLLS that are left are the needed ones.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #148203 -
Flags: review?(pedemont)
Updated•21 years ago
|
Attachment #148203 -
Flags: review?(pedemont) → review+
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 148203 [details] [diff] [review]
Update list and remove unused variable
sr=blizzard (platform specific)
a=mkaply (OS/2 only)
Attachment #148203 -
Flags: superreview+
Attachment #148203 -
Flags: approval1.7+
Assignee | ||
Comment 3•21 years ago
|
||
fix checked in.
Updated•12 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•