Re: libcurl hangs in curl_multi_cleanup

2021-06-23 Thread Daniel Stenberg via curl-library
On Wed, 23 Jun 2021, firefo...@interia.pl wrote: So, since 215db086e0 test660 ensures wrong behavior of libcurl. Since we try to have tests for *everything* curl can do, so the fact that we verify bugs is what is *supposed* to happen. Until we realize it is a bug, it isn't a bug and then it

Re: libcurl hangs in curl_multi_cleanup

2021-06-23 Thread FirefoxOS--- via curl-library
Dnia 2021-06-10, o godz. 17:48:26 Daniel Stenberg napisał(a): > On Thu, 10 Jun 2021, Firefox OS wrote: > > > The story is the same as 2 years ago > > You perceive it as the same, I do not. The previous issue was > reproduced with and then verified with test 660 and that test case > still

Re: libcurl hangs in curl_multi_cleanup

2021-06-23 Thread Daniel Stenberg via curl-library
On Tue, 22 Jun 2021, FirefoxOS via curl-library wrote: Thanks for creating a test case. I've now made a PR that I believe fixes this issue: https://github.com/curl/curl/pull/7288 ... and the test 677 is included there and reproduces the bug before this fix. -- / daniel.haxx.se |

Re: libcurl hangs in curl_multi_cleanup

2021-06-22 Thread FirefoxOS via curl-library
Dnia 2021-06-18, o godz. 23:53:57 Daniel Stenberg napisał(a): > On Fri, 18 Jun 2021, Firefox OS via curl-library wrote: > > > Do you mean imap://...? Yes, it does. And the callstack looks the > > same. > > I cannot reproduce. I converted "curl_imap_teardown_issue.c" into > test case 677 in

Re: libcurl hangs in curl_multi_cleanup

2021-06-18 Thread Daniel Stenberg via curl-library
On Fri, 18 Jun 2021, Firefox OS via curl-library wrote: Do you mean imap://...? Yes, it does. And the callstack looks the same. I cannot reproduce. I converted "curl_imap_teardown_issue.c" into test case 677 in this commit:

Re: libcurl hangs in curl_multi_cleanup

2021-06-18 Thread Firefox OS via curl-library
Dnia 2021-06-18, o godz. 09:31:42 Daniel Stenberg napisał(a): > On Thu, 17 Jun 2021, FirefoxOS via curl-library wrote: > > > Can you help me understand what does test660 actually check? > > > The issue is easily reproducible using curl_imap_teardown_issue.c > > Then clearly test660

Re: libcurl hangs in curl_multi_cleanup

2021-06-18 Thread Daniel Stenberg via curl-library
On Thu, 17 Jun 2021, FirefoxOS via curl-library wrote: Can you help me understand what does test660 actually check? The issue is easily reproducible using curl_imap_teardown_issue.c Then clearly test660 doesn't run the same sequence. Does the curl_imap_teardown_issue.c code also cause a

Re: libcurl hangs in curl_multi_cleanup

2021-06-17 Thread FirefoxOS via curl-library
Dnia 2021-06-10, o godz. 17:48:26 Daniel Stenberg napisał(a): > On Thu, 10 Jun 2021, Firefox OS wrote: > > > The story is the same as 2 years ago > > You perceive it as the same, I do not. The previous issue was > reproduced with and then verified with test 660 and that test case > still

Re: libcurl hangs in curl_multi_cleanup

2021-06-10 Thread Daniel Stenberg via curl-library
On Thu, 10 Jun 2021, Firefox OS wrote: The story is the same as 2 years ago You perceive it as the same, I do not. The previous issue was reproduced with and then verified with test 660 and that test case still runs fine today. -- / daniel.haxx.se | Commercial curl support up to 24x7 is

Re: libcurl hangs in curl_multi_cleanup

2021-06-10 Thread Firefox OS via curl-library
Dnia 2021-06-10, o godz. 08:14:05 Daniel Stenberg napisał(a): > On Thu, 10 Jun 2021, Firefox OS via curl-library wrote: > > > Unfortunately the bug is there again. > > At least in 7.76.1 and 7.70.0. > > Particularly, curl_multi_cleanup() hangs for exactly 2 minutes. > > Please tell us the

Re: libcurl hangs in curl_multi_cleanup

2021-06-10 Thread Daniel Stenberg via curl-library
On Thu, 10 Jun 2021, Firefox OS via curl-library wrote: Unfortunately the bug is there again. At least in 7.76.1 and 7.70.0. Particularly, curl_multi_cleanup() hangs for exactly 2 minutes. Please tell us the whole story. What do you do and when does it hang? We want to be able to reproduce.

Re: libcurl hangs in curl_multi_cleanup

2021-06-09 Thread Firefox OS via curl-library
Dnia 2019-05-06, o godz. 23:59:25 Firefox OS via curl-library napisał(a): > Dnia 2019-04-21, o godz. 23:21:07 > Daniel Stenberg via curl-library napisał(a): > > > On Fri, 19 Apr 2019, Daniel Stenberg via curl-library wrote: > > > > > My proposed fix for this issue is now here: > > > > > >

Re: libcurl hangs in curl_multi_cleanup

2019-05-06 Thread Firefox OS via curl-library
Dnia 2019-04-21, o godz. 23:21:07 Daniel Stenberg via curl-library napisał(a): > On Fri, 19 Apr 2019, Daniel Stenberg via curl-library wrote: > > > My proposed fix for this issue is now here: > > > > https://github.com/curl/curl/pull/3795 > > That one landed in git too and will ship in the

Re: libcurl hangs in curl_multi_cleanup

2019-04-21 Thread Daniel Stenberg via curl-library
On Fri, 19 Apr 2019, Daniel Stenberg via curl-library wrote: My proposed fix for this issue is now here: https://github.com/curl/curl/pull/3795 That one landed in git too and will ship in the next release. -- / daniel.haxx.se

Re: libcurl hangs in curl_multi_cleanup

2019-04-18 Thread Daniel Stenberg via curl-library
On Wed, 17 Apr 2019, Firefox OS via curl-library wrote: The program logs in to an imaps:// server (using CURLOPT_CONNECT_ONLY), then enters idle mode using curl_easy_send and receives answer using curl_easy_recv. Then sleeps for a few seconds and tries to clean up everything and quit. I