[openssl-users] openssl 1.1.1 and FreeBSD 11.2

Viktor Dukhovni openssl-users at dukhovni.org
Tue Sep 11 20:08:40 UTC 2018



> On Sep 11, 2018, at 3:57 PM, Benjamin Kaduk via openssl-users <openssl-users at openssl.org> wrote:
> 
>>> panic: XSUB Socket6::getaddrinfo (Socket6.c) failed to extend arg stack: base=805d16098, sp=805d160e8, hwm=805d160d0
>>> 
>> 
>> Using perl 5.28.1

Thanks for the hint, I was looking too close at the panic...
This is a Perl issue, with an XSUB routine pushing more
arguments onto the stack than the stack can hold.  Sure
does not look like an OpenSSL issue...  Perhaps similar to:

 http://code.activestate.com/lists/perl5-porters/240289/
 https://rt.perl.org/Public/Bug/Display.html?id=133327

I have Perl 5.26 and all is well...

-- 
	Viktor.



More information about the openssl-users mailing list