spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Segmentation fault when using spring RestTemplate

Open thobson opened this issue 9 years ago • 1 comments

When using the restTemplate.xForObject() or restTemplate.exchange() I get a segmentation fault

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x000000010474adc2, pid=85502, tid=20995

JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14) Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode bsd-amd64 compressed oops) Problematic frame: V [libjvm.dylib+0x14adc2] ValueStack::pop_arguments(int)+0x6c

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

I'm happy to provide any further information if it helps

thobson avatar May 30 '15 17:05 thobson

+1

I'm having the same issue when I'm using lambdas inside a ExecutorService.

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x000000010e74eb97, pid=59666, tid=20739

JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27) Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode bsd-amd64 compressed oops) Problematic frame: V [libjvm.dylib+0x14eb97]

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

An error report file with more information is saved as: /Users/brunovolpato/githubworkspace/mdm/app/hs_err_pid59666.log Compiler replay data is saved as: /Users/brunovolpato/githubworkspace/mdm/app/replay_pid59666.log

If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp

bvolpato avatar Oct 16 '15 18:10 bvolpato