-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2, 1.3.1
-
04
-
x86
-
windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2052316 | 1.4.1 | Eric Hawkes | P4 | Resolved | Fixed | hopper |
JDK-2052315 | 1.4.0_02 | Eric Hawkes | P4 | Resolved | Fixed | 02 |
For bug 4619811 (from Marimba), after changing raise(SIGTERM) in awt_Toolkit.cpp
to JVM_RaiseSignal(SIGTERM) and checking for -Xrs in JVM_RaiseSignal(),
if the service is run under "System Account" (usually the default), there is
a "Wait-End Task-Cancel" dialog box popped when the user logs off a session.
Looks like it's something around the way we handle WM_QUERYENDSESSION and
WM_ENDSESSION messages.
to JVM_RaiseSignal(SIGTERM) and checking for -Xrs in JVM_RaiseSignal(),
if the service is run under "System Account" (usually the default), there is
a "Wait-End Task-Cancel" dialog box popped when the user logs off a session.
Looks like it's something around the way we handle WM_QUERYENDSESSION and
WM_ENDSESSION messages.
- backported by
-
JDK-2052315 logging off pops a "Wait-EndTask-Cancel" dialog box if running a service w/ AWT
- Resolved
-
JDK-2052316 logging off pops a "Wait-EndTask-Cancel" dialog box if running a service w/ AWT
- Resolved
- duplicates
-
JDK-4429340 When started as a service, GUI app hangs during logoff or shutdown
- Closed