-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
b156
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174422 | 10 | Robbin Ehn | P3 | Resolved | Fixed | b01 |
JDK-8326314 | openjdk8u412 | Frederic Thevenet | P3 | Resolved | Fixed | b05 |
JDK-8320956 | 8u411 | Daniel Skantz | P3 | Resolved | Fixed | b01 |
javax/security/auth/login/Configuration/Synchronize.java fails intermittently with
result: Failed. Unexpected exit from test [exit code: 1080890248]
#section:main
----------messages:(3/260)----------
command: main -Djava.security.auth.login.config=file:${test.src}/Synchronize.config Synchronize
reason: User specified action: run main/othervm -Djava.security.auth.login.config=file:${test.src}/Synchronize.config Synchronize
elapsed time (seconds): 0.322
----------System.out:(279/10599)----------
attempting to access configuration...
attempting to access configuration...
attempting to access configuration...
attempting to access configuration...
attempting to access configuration...
...
----------System.err:(0/0)----------
...
result: Failed. Unexpected exit from test [exit code: 1080890248]
This test try to loop access configuration for 500 times, in System.out, expect to see 500 times of
"attempting to access configuration..."
and
"done accessing configuration..."
But for this failed one, in System.out, there are 232 times of "attempting to access configuration" and 47 times of "done accessing configuration..."
result: Failed. Unexpected exit from test [exit code: 1080890248]
#section:main
----------messages:(3/260)----------
command: main -Djava.security.auth.login.config=file:${test.src}/Synchronize.config Synchronize
reason: User specified action: run main/othervm -Djava.security.auth.login.config=file:${test.src}/Synchronize.config Synchronize
elapsed time (seconds): 0.322
----------System.out:(279/10599)----------
attempting to access configuration...
attempting to access configuration...
attempting to access configuration...
attempting to access configuration...
attempting to access configuration...
...
----------System.err:(0/0)----------
...
result: Failed. Unexpected exit from test [exit code: 1080890248]
This test try to loop access configuration for 500 times, in System.out, expect to see 500 times of
"attempting to access configuration..."
and
"done accessing configuration..."
But for this failed one, in System.out, there are 232 times of "attempting to access configuration" and 47 times of "done accessing configuration..."
- backported by
-
JDK-8174422 Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
- Resolved
-
JDK-8320956 Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
- Resolved
-
JDK-8326314 Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
- Resolved
- duplicates
-
JDK-8160596 Parallel class loading test fails with exit status: 1080890248 (0x406d1388)
- Closed
- relates to
-
JDK-8160596 Parallel class loading test fails with exit status: 1080890248 (0x406d1388)
- Closed
(2 links to)