Skip to content

8390469: LogTest_large_message_vm_Test::TestBody crashes in case of low disc space - #32418

Open
MBaesken wants to merge 1 commit into
openjdk:masterfrom
MBaesken:JDK-8390469
Open

8390469: LogTest_large_message_vm_Test::TestBody crashes in case of low disc space#32418
MBaesken wants to merge 1 commit into
openjdk:masterfrom
MBaesken:JDK-8390469

Conversation

@MBaesken

@MBaesken MBaesken commented Aug 18, 2026

Copy link
Copy Markdown
Member

In case of very low disc space/full disc we run into this crash in the LogTest_large_message_vm_Test gtest.
In case of no (low?) disc space it test LogTest_large_message_vm_Test we run into this crash, this should be avoided.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000ffffae1c40b4, pid=23787, tid=23787
#
# JRE version: OpenJDK Runtime Environment (28.0) (build 28-internal-adhoc.sapmachine.jdk)
# Java VM: OpenJDK 64-Bit Server VM (28-internal-adhoc.sapmachine.jdk, mixed mode, sharing, tiered, compressed oops, compact obj headers, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0x5940b4] LogTest_large_message_vm_Test::TestBody()+0x13a8
#

--------------- S U M M A R Y ------------

Command Line: -XX:+ExecutingUnitTests -Xmx200m

Host: AArch64, 16 cores, 61G, SUSE Linux Enterprise Server 15 SP4
Time: Sun Aug 16 06:00:47 2026 CEST elapsed time: 43.338240 seconds (0d 0h 0m 43s)

--------------- T H R E A D ---------------

Current thread (0x0000aaaae6a4ae80): JavaThread "main" [_thread_in_native, id=23787, stack(0x0000ffffc700e000,0x0000ffffc720c000) (2040K)]

Stack: [0x0000ffffc700e000,0x0000ffffc720c000], sp=0x0000ffffc7209f50, free space=2031k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x5940b4] LogTest_large_message_vm_Test::TestBody()+0x13a8 (test_log.cpp:68)
V [libjvm.so+0x15825c4] testing::Test::Run()+0xe4 (gtest.cc:2670)
V [libjvm.so+0x1582758] testing::TestInfo::Run()+0x178 (gtest.cc:2836)
V [libjvm.so+0x1582a44] testing::TestSuite::Run()+0x2d8 (gtest.cc:3015)
V [libjvm.so+0x158f4a4] testing::internal::UnitTestImpl::RunAllTests()+0x334 (gtest.cc:5920)
V [libjvm.so+0x158f960] testing::UnitTest::Run()+0x74 (gtest.cc:2670)
V [libjvm.so+0x403458] runUnitTestsInner(int, char**)+0x398 (gtest.h:2317)
C [gtestLauncher+0x7e0] main+0x1c (gtestLauncher.cpp:40)
C [libc.so.6+0x23fa0] __libc_start_main+0xe8


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed (2 reviews required, with at least 1 Reviewer, 1 Author)

Error

 ⚠️ Pull request body is missing required line: - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).

Issue

  • JDK-8390469: LogTest_large_message_vm_Test::TestBody crashes in case of low disc space (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/32418/head:pull/32418
$ git checkout pull/32418

Update a local copy of the PR:
$ git checkout pull/32418
$ git pull https://git.openjdk.org/jdk.git pull/32418/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 32418

View PR using the GUI difftool:
$ git pr show -t 32418

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/32418.diff

@bridgekeeper

bridgekeeper Bot commented Aug 18, 2026

Copy link
Copy Markdown

👋 Welcome back mbaesken! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Aug 18, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title JDK-8390469: LogTest_large_message_vm_Test::TestBody crashes in case of low disc space 8390469: LogTest_large_message_vm_Test::TestBody crashes in case of low disc space Aug 18, 2026
@openjdk openjdk Bot added the hotspot-runtime hotspot-runtime-dev@openjdk.org label Aug 18, 2026
@openjdk

openjdk Bot commented Aug 18, 2026

Copy link
Copy Markdown

@MBaesken The following label will be automatically applied to this pull request:

  • hotspot-runtime

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk

openjdk Bot commented Aug 18, 2026

Copy link
Copy Markdown

The total number of required reviews for this PR has been set to 2 based on the presence of this label: hotspot-runtime. This can be overridden with the /reviewers command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotspot-runtime hotspot-runtime-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant