Re: [PHP-DEV] Re: Chasing an SSL stream segfault

2013-04-02 Thread Michael Wallner
On 2 April 2013 11:36, Michael Wallner wrote: > On 2 April 2013 08:50, Rasmus Lerdorf wrote: > >> >> Looks like these ASN1_STRING_to_UTF8 ones are normal for libcrypto. >> Really hard to debug openssl stuff with all these Valgrind false >> positives. Still trying to track down the core on Centos

Re: [PHP-DEV] Re: Chasing an SSL stream segfault

2013-04-02 Thread Michael Wallner
On 2 April 2013 11:36, Michael Wallner wrote: > On 2 April 2013 08:50, Rasmus Lerdorf wrote: > >> >> Looks like these ASN1_STRING_to_UTF8 ones are normal for libcrypto. >> Really hard to debug openssl stuff with all these Valgrind false >> positives. Still trying to track down the core on Centos

Re: [PHP-DEV] Re: Chasing an SSL stream segfault

2013-04-02 Thread Michael Wallner
On 2 April 2013 08:50, Rasmus Lerdorf wrote: > > Looks like these ASN1_STRING_to_UTF8 ones are normal for libcrypto. > Really hard to debug openssl stuff with all these Valgrind false > positives. Still trying to track down the core on Centos 6.2. Looks like > a weird build issue at this point. >