Force Close every open test case

Vote

*Summary
Every time I open the test case then katalon program force close

*Screenshots / Videos
2025-02-13 00-10-50.mkv (840.2 KB)


*Operating System
Windows 10

*Katalon Studio version
version 9.7.5

*Katalon Studio logs
.log (296.8 KB)

*Error logs

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (stackOverflow.cpp:252), pid=20548, tid=10008
#  guarantee(cur_sp > stack_reserved_zone_base()) failed: not enough space to reguard - increase StackShadowPages
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.7+7 (17.0.7+7) (build 17.0.7+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (17.0.7+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#

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

Command Line: -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Dfile.encoding=utf-8 --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -Xmx2048m -Xss4m 

Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 11G,  Windows 10 , 64 bit Build 19041 (10.0.19041.5198)
Time: Wed Feb 12 23:46:50 2025 SE Asia Standard Time elapsed time: 57.289227 seconds (0d 0h 0m 57s)

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

Current thread (0x0000000002d43870):  JavaThread "main" [_thread_in_vm, id=10008, stack(0x0000000000050000,0x0000000000150000)]

Stack: [0x0000000000050000,0x0000000000150000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x67754a]
1 Like

Reffer Troubleshoot System Crashes to understand what this error message means.

Possibly you want to increase the value of -Xmx from 2048m to something larger. For example, try 4096m.

Still get the same error even after change -Xmx into 10240m

In the log you attached in the original post, I found a message:

This message looks significant. Please search the web taking this message as key and try to find out a solution for yourself.

Hi @chandrahadiyantoalvi,

How are you going with this issue? Have you been able to solve it or not? If yes, feel free to provide the workaround and mark the solution to help others refer to it. If no, please let us know if you need further support. Thank you

This issue is not solved

The issue is not solved. My test case file is empty but still get the error

is about increase -Xss again which can’t solve the problem

From that web is tell about set the -Xmx512m still not work

Hi @chandrahadiyantoalvi,

Thank you for letting me know. I will involve my team on this and update with you soon.

Hi @chandrahadiyantoalvi,

Sorry for my late response. I got the answer from my team that failed: not enough space to reguard - increase StackShadowPages
It is a symtom of lack of memory. They need to ensure they have the below memory when using KS

  • Minimum: 4 GB available RAM (64-bit)