Setting spring.aot.enabled=true causes stack overflow #30684
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Milestone
I have a basic Spring Boot app using web and GemFire. When I run it with aot enabled, like this:
java -Dspring.aot.enabled=true -jar build/libs/spring-native-experiment-1.0-SNAPSHOT.jar
, it breaks, but when I disabled aot, like this:java -Dspring.aot.enabled=false -jar build/libs/spring-native-experiment-1.0-SNAPSHOT.jar
, it runs as expected.Spring Boot 3.0.7
GraalVM 17.0.7+8.1
MacOs 13.4 on an M1 Mac
Stack-trace:
The full stack trace is attached as a file because it was too long.
Code to reproduce: https://github.com/yozaner1324/spring-native-experiment
Steps to reproduce:
stackoverflow.txt
The text was updated successfully, but these errors were encountered: