Re: connect error 0 running on ARM platform

Message: 1 Date: Tue, 14 Jan 2014 12:19:47 +0100 From: Michal Trojnara <Michal.Trojnara@mirt.net> To: stunnel-users@stunnel.org Subject: [stunnel-users] Fwd: Re: connect error 0 running on ARM platform Message-ID: <52D51D53.5030106@mirt.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
FWX wrote:
errno is not updated ...
So errno doen't reflect the real value.
Map file of stunnel programm shows _errno_localion(), as you wrote.
Perhaps is there a bug in uClib ?
Something like this one: http://www.mail-archive.com/uclibc@uclibc.org/msg05640.html http://www.mail-archive.com/uclibc@uclibc.org/msg05641.html or: http://www.mail-archive.com/uclibc@uclibc.org/msg09301.html ?
It indeed looks like uclibc and stunnel use a different errno...
Mike
Thank you, Mike, I think you're right. It's ok using mode fork rather than pthread. Regards, FWX.
participants (1)
-
FX35