#464: drakma / cl+ssl failure ----------------------------+--------------------------------- Reporter: charmon | Owner: (none) Type: defect | Status: new Priority: major | Milestone: 1.6.0 Component: libraries | Version: 1.6.0-dev Resolution: | Keywords: cl+ssl, ssl, drakma Parent Tickets: | ----------------------------+---------------------------------
Comment (by Evenson Not Org):
Update to latest stable jna-5.3.1 locally, then testing OpenJDK8 shows failure to be platform dependent.
1. FreeBSD -- segmentation violation; JVM crashes; no Lisp trace
2. macOS -- Null pointer exception with the following stacktrace
{{{ 8: (JCALL-RAW #<java.lang.reflect.Method public java.lang.Object com.sun..... {6E71BAF0}> NIL #<java.lang.Class class com.sun.jna.Pointer {66A9D1AB}> #<jarray [Ljava.lang.Object;@2ffedc49 {7D7AEA62}>) Locals: EXTENSIONS::|method-ref| = #<method public java.lang.Object com.sun.jna.Function.invoke(java.lang.Class,java.lang.Object[])> EXTENSIONS::|instance|#1 = NIL EXTENSIONS::|&rest|#2 = #<java class com.sun.jna.Pointer> EXTENSIONS::|args|#3 = #<jarray [Ljava.lang.Object;@2ffedc49 {7D7AEA62}> 9: (CL+SSL:ENSURE-INITIALIZED) 10: (CL+SSL:MAKE-CONTEXT :VERIFY-DEPTH 10 :VERIFY-MODE 0 :VERIFY-CALLBACK ...) }}}
-- Ticket URL: http://abcl.org/trac/ticket/464#comment:2 armedbear http://abcl.org armedbear