-
Notifications
You must be signed in to change notification settings - Fork 356
send request will interrupt the springweb application when use RestTemplate , message : Segmentation fault #887
Comments
I use wsl2 and my os is :
|
Please send a sample project that will allow us to reproduce this issue. |
My demo is here spring-native-demo and my detailed steps is in README.md. |
I have indeed been able to produce this issue, and I was able to get more details with a dev build of GraalVM. Please create an issue in https://github.com/oracle/graal/issues with the segfault below, a link to your repro project and asking them to tag it with the
|
Hi , As the title I want to use RestTemplate in my program , I build a Spring Boot native application using the GraalVM native build tools ,When i send request for binary program, The program is interrupted immediately with the info : Segmentation fault,
I create a web-demo still not working by spring.io use 2.5.2:
`
@RestController
@RequestMapping("/test")
public class TestController {
}
`
my pom.xml just added these args in native-maven-plugin :
<configuration> <buildArgs> <arg>--static</arg> <arg>--enable-url-protocols=http,https</arg> </buildArgs> </configuration>
java -version :
I just learned about spring native and my english only depends on google , please help me.
THANKS!
The text was updated successfully, but these errors were encountered: