[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Re: GNU libmicrohttpd 0.9.0 released
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] Re: GNU libmicrohttpd 0.9.0 released |
Date: |
Wed, 28 Jul 2010 14:31:30 +0200 |
User-agent: |
KMail/1.13.3 (Linux/2.6.32-trunk-vserver-amd64; KDE/4.4.4; x86_64; ; ) |
Right, the busy loop was never found. Also, I don't get the
"tls_session_time_out_test" segv on my system. Can you send me some
diagnostics on that one? (including, in particular, libcurl version -- we've
found that older libcurl versions DO cause serious grief).
Happy hacking
Christian
On Wednesday 28 July 2010 08:49:00 Simon Josefsson wrote:
> Christian Grothoff <address@hidden> writes:
> > Dear all,
> >
> > I'm pleased to announce the release of GNU libmicrohttpd 0.9.0.
>
> Great!
>
> I guess we never resolved the curl busy-loop issue, right? Having a
> release makes it simpler to debug, so I'll see what I can do... alas a
> bit short on time right now.
>
> make[5]: Entering directory
> `/home/jas/src/libmicrohttpd-0.9.0/src/testcurl/https' curl_easy_perform
> failed: `Timeout was reached'
> PASS: tls_daemon_options_test
> PASS: mhds_multi_daemon_test
> PASS: mhds_get_test
> PASS: mhds_get_test_select
> PASS: mhds_session_info_test
> PASS: tls_thread_mode_test
> PASS: tls_multi_thread_mode_test
> /bin/sh: line 5: 10358 Segmentation fault ${dir}$tst
> FAIL: tls_session_time_out_test
> PASS: tls_authentication_test
> ======================================
> 1 of 9 tests failed
> Please report to address@hidden
> ======================================
>
> /Simon