Created
May 8, 2017 09:32
-
-
Save chrisseaton/4b8133453e328aceea315a4f74a41e61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/chrisseaton/Documents/ruby/truffleruby/truffleruby/src/main/ruby/core/truffle/cext.rb:1225:in `execute': LLVM error in assignment of %call2 in first basic block in function @ossl_ssl_connect (RubyTruffleError) | |
RuntimeException com.oracle.truffle.llvm.nodes.base.LLVMBasicBlockNode.executeStatements(LLVMBasicBlockNode.java:117) | |
caused by LLVM error in assignment of %call25 in basic block %for.cond in function @ossl_start_ssl RuntimeException com.oracle.truffle.llvm.nodes.base.LLVMBasicBlockNode.executeStatements(LLVMBasicBlockNode.java:117) | |
caused by com.oracle.truffle.nfi.LibFFIFunction@3dea1ecc[140523323598464] IllegalStateException com.oracle.truffle.llvm.nodes.func.LLVMNativeCallUtils.callNativeFunction(LLVMNativeCallUtils.java:69) | |
caused by LLVM error in assignment of %call4 in first basic block in function @ossl_ssl_verify_callback RuntimeException com.oracle.truffle.llvm.nodes.base.LLVMBasicBlockNode.executeStatements(LLVMBasicBlockNode.java:117) | |
caused by LLVM error in @ossl_verify_cb RuntimeException com.oracle.truffle.llvm.nodes.base.LLVMBasicBlockNode.executeStatements(LLVMBasicBlockNode.java:117) | |
caused by Unexpected values provided for LLVMAddressStoreNodeGen@16ef1160: [0x126b4fff0, com.oracle.truffle.llvm.runtime.LLVMBoxedPrimitive@41f90b10], [LLVMAddress,LLVMBoxedPrimitive] UnsupportedSpecializationException com.oracle.truffle.llvm.nodes.memory.LLVMStoreNodeFactory$LLVMAddressStoreNodeGen.executeAndSpecialize(LLVMStoreNodeFactory.java:2035) | |
from /Users/chrisseaton/Documents/ruby/truffleruby/truffleruby/src/main/ruby/core/truffle/cext.rb:1225:in `connect' | |
from ../openssl-raw.rb:30:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment