Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenJDK java/foreign/TestHandshake crash vmState=0x00000000 #20107

Closed
pshipton opened this issue Sep 3, 2024 · 2 comments
Closed

OpenJDK java/foreign/TestHandshake crash vmState=0x00000000 #20107

pshipton opened this issue Sep 3, 2024 · 2 comments
Labels
comp:jit segfault Issues that describe segfaults / JVM crashes test failure

Comments

@pshipton
Copy link
Member

pshipton commented Sep 3, 2024

https://openj9-jenkins.osuosl.org/job/Test_openjdk23_j9_sanity.openjdk_s390x_linux_Nightly_testList_0/59 - ub20-390-4
jdk_foreign_1
java/foreign/TestHandshake.java

https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk23_j9_sanity.openjdk_s390x_linux_Nightly_testList_0/59/openjdk_test_output.tar.gz

10:11:51  Type=Segmentation error vmState=0x00000000
10:11:51  J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000001
10:11:51  Handler1=000003FFAA8CB610 Handler2=000003FFAA7B1A60 InaccessibleAddress=000003FF699A8000
10:11:51  gpr0=000003FF840508E8 gpr1=000003FFA422FAB0 gpr2=000003FFA3CDDFD8 gpr3=0000000000000000
10:11:51  gpr4=000003FF6A0440B6 gpr5=000003FEF4008720 gpr6=000003FFA3CDDFD8 gpr7=000003FF699A8239
10:11:51  gpr8=0000000000000000 gpr9=000003FFA3CDDFD8 gpr10=000003FF00000008 gpr11=00000000000003E1
10:11:51  gpr12=000000000000000A gpr13=000003FEFC31BB00 gpr14=000003FF6A0440B6 gpr15=000003FFA827D480
10:11:51  psw=000003FF6A0440C2 mask=0705100180000000 fpc=00080000 bea=000003FF6A044042
10:11:51  fpr0=ffffffffffffffff (f: 4294967296.000000, d: -nan)
10:11:51  fpr1=000003ffa9682454 (f: 2842174464.000000, d: 2.172206e-311)
10:11:51  fpr2=000003ffaa7e780f (f: 2860414976.000000, d: 2.172215e-311)
10:11:51  fpr3=3f336e21dbeabbfe (f: 3689593856.000000, d: 2.964814e-04)
10:11:51  fpr4=000003ffa827b5e0 (f: 2821174784.000000, d: 2.172196e-311)
10:11:51  fpr5=0000000000000000 (f: 0.000000, d: 0.000000e+00)
10:11:51  fpr6=000003ffa827bca8 (f: 2821176576.000000, d: 2.172196e-311)
10:11:51  fpr7=0000000000000000 (f: 0.000000, d: 0.000000e+00)
10:11:51  fpr8=0000000000041000 (f: 266240.000000, d: 1.315400e-318)
10:11:51  fpr9=0000000000000000 (f: 0.000000, d: 0.000000e+00)
10:11:51  fpr10=000003ffa823e000 (f: 2820923392.000000, d: 2.172195e-311)
10:11:51  fpr11=000003ffae17e3b8 (f: 2920801280.000000, d: 2.172245e-311)
10:11:51  fpr12=000620fa8ba454bc (f: 2342802688.000000, d: 8.523177e-309)
10:11:51  fpr13=000003ff0c006e28 (f: 201354784.000000, d: 2.170901e-311)
10:11:51  fpr14=000003ffec8faf64 (f: 3968839424.000000, d: 2.172763e-311)
10:11:51  fpr15=000003ff0c04cfe8 (f: 201641952.000000, d: 2.170901e-311)
10:11:51  
10:11:51  Compiled_method=jdk/internal/misc/ScopedMemoryAccess.getByte(Ljdk/internal/foreign/MemorySessionImpl;Ljava/lang/Object;J)B
10:11:51  Target=2_90_20240830_60 (Linux 5.4.0-181-generic)
10:11:51  CPU=s390x (4 logical CPUs) (0x1f58f2000 RAM)
10:11:51  ----------- Stack Backtrace -----------
10:11:51   (0x000003FF6A0440C2 [<unknown>+0x0])
10:11:51  ---------------------------------------
@pshipton pshipton added comp:jit test failure segfault Issues that describe segfaults / JVM crashes labels Sep 3, 2024
@ChengJin01
Copy link

FYI @babsingh.

@babsingh
Copy link
Contributor

babsingh commented Sep 20, 2024

The issue encountered is highly intermittent in nature, with evidence of stack corruption present in the core file. The symptoms observed align with a known issue, referenced in the following link: #13211 (comment). As this closely resembles the existing problem, this issue will be closed as a duplicate of issue #13211.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jit segfault Issues that describe segfaults / JVM crashes test failure
Projects
None yet
Development

No branches or pull requests

3 participants