-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b128
-
x86
-
windows_xp
-
Verified
During my baseline testing on JDK7-B108, the following tests failed
in all eight of my WinXP configurations:
nsk/hprof/options/net/net001
nsk/hprof/options/net/net003
My machine is a MacBook Pro:
Model Name: MacBook Pro
Model Identifier: MacBookPro5,2
Processor Name: Intel Core 2 Duo
Processor Speed: 2.8 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 6 MB
Memory: 4 GB
Bus Speed: 1.07 GHz
Boot ROM Version: MBP52.008E.B05
SMC Version (system): 1.42f4
Serial Number (system): W80040AF8YB
Hardware UUID: AABAF561-9DCC-5311-868C-518EB18115E1
Sudden Motion Sensor:
State: Enabled
I'm running VMware Fusion 3.X and I have WinXP VMware client:
Windows XP Professional, SP3
two virtual processors enabled
2GB of RAM enabled
I'm running the following version of Cygwin:
$ uname -a
CYGWIN_NT-5.1 oliver-lt 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
I updated my Cygwin packages on 2010.03.31.
Here is a snippet of the net001.log file:
[2010-09-08T19:15:07.90] Server: read 792 bytes from socket input stream
[2010-09-08T19:15:07.90] Server: read 3293 bytes from socket input stream
[2010-09-08T19:15:07.90] Server: read EOF from socket input stream: -1
[2010-09-08T19:15:07.90] Server: finished
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90] Potential timed out section successfully passed
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90] # ERROR: TEST FAILED: profiled VM has terminated with unexpected code = -1073740777
[2010-09-08T19:15:07.90] # ERROR: expected: 95
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90] #>
[2010-09-08T19:15:07.90] #> SUMMARY: Following errors occured
[2010-09-08T19:15:07.90] #> during test execution:
[2010-09-08T19:15:07.90] #>
[2010-09-08T19:15:07.90] # ERROR: TEST FAILED: profiled VM has terminated with unexpected code = -1073740777
[2010-09-08T19:15:07.90] # ERROR: expected: 95
[2010-09-08T19:15:07.90] java version "1.7.0-ea"
[2010-09-08T19:15:07.92] Java(TM) SE Runtime Environment (build 1.7.0-ea-b108)
[2010-09-08T19:15:07.92] Java HotSpot(TM) Client VM (build 19.0-b05, mixed mode)
[2010-09-08T19:15:07.92]
[2010-09-08T19:15:07.92] # Test level exit status: 97
Typically when I see strange exit codes from Windows, the value
is -1073741819 and the failure typically is not repeatable. This
time the value is -1073740777 and the failures are repeatable.
Also, there is a Windows popup that will cause the test to timeout
if it is not dismissed. That's likely a different problem (no bug
filed yet).
Update: the Windows popup problem is now tracked by 6984608.
These two tests all pass with JDK7-B107 bits in the same config.
in all eight of my WinXP configurations:
nsk/hprof/options/net/net001
nsk/hprof/options/net/net003
My machine is a MacBook Pro:
Model Name: MacBook Pro
Model Identifier: MacBookPro5,2
Processor Name: Intel Core 2 Duo
Processor Speed: 2.8 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 6 MB
Memory: 4 GB
Bus Speed: 1.07 GHz
Boot ROM Version: MBP52.008E.B05
SMC Version (system): 1.42f4
Serial Number (system): W80040AF8YB
Hardware UUID: AABAF561-9DCC-5311-868C-518EB18115E1
Sudden Motion Sensor:
State: Enabled
I'm running VMware Fusion 3.X and I have WinXP VMware client:
Windows XP Professional, SP3
two virtual processors enabled
2GB of RAM enabled
I'm running the following version of Cygwin:
$ uname -a
CYGWIN_NT-5.1 oliver-lt 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
I updated my Cygwin packages on 2010.03.31.
Here is a snippet of the net001.log file:
[2010-09-08T19:15:07.90] Server: read 792 bytes from socket input stream
[2010-09-08T19:15:07.90] Server: read 3293 bytes from socket input stream
[2010-09-08T19:15:07.90] Server: read EOF from socket input stream: -1
[2010-09-08T19:15:07.90] Server: finished
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90] Potential timed out section successfully passed
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90] # ERROR: TEST FAILED: profiled VM has terminated with unexpected code = -1073740777
[2010-09-08T19:15:07.90] # ERROR: expected: 95
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90]
[2010-09-08T19:15:07.90] #>
[2010-09-08T19:15:07.90] #> SUMMARY: Following errors occured
[2010-09-08T19:15:07.90] #> during test execution:
[2010-09-08T19:15:07.90] #>
[2010-09-08T19:15:07.90] # ERROR: TEST FAILED: profiled VM has terminated with unexpected code = -1073740777
[2010-09-08T19:15:07.90] # ERROR: expected: 95
[2010-09-08T19:15:07.90] java version "1.7.0-ea"
[2010-09-08T19:15:07.92] Java(TM) SE Runtime Environment (build 1.7.0-ea-b108)
[2010-09-08T19:15:07.92] Java HotSpot(TM) Client VM (build 19.0-b05, mixed mode)
[2010-09-08T19:15:07.92]
[2010-09-08T19:15:07.92] # Test level exit status: 97
Typically when I see strange exit codes from Windows, the value
is -1073741819 and the failure typically is not repeatable. This
time the value is -1073740777 and the failures are repeatable.
Also, there is a Windows popup that will cause the test to timeout
if it is not dismissed. That's likely a different problem (no bug
filed yet).
Update: the Windows popup problem is now tracked by 6984608.
These two tests all pass with JDK7-B107 bits in the same config.
- relates to
-
JDK-6984608 several tests hang with a pop-up on WinXP with JDK7-B108
-
- Closed
-