On 12/12/2012 11:28 PM, Daniel Stenberg wrote:
$ ./runtests.pl -n 808
...
test 808...[POP3 LIST one message]

808: protocol FAILED:
--- log/check-expected 2012-12-12 23:24:18.366441445 +0100
+++ log/check-generated 2012-12-12 23:24:18.366441445 +0100
@@ -2,4 +2,3 @@
USER user
PASS secret
LIST 808
-QUIT
Killed
TESTDONE: 0 tests out of 1 reported OK: 0%

...

$ tail log/stderr808
transfer.c:1173: Curl_single_getsock: Assertion `conn->sockfd != -1'
failed.
Aborted

... which shows Curl_single_getsock() getting called with an illegal
socket (while in the PERFORM state). I haven't yet figured out exactly
why, but I've also noticed that I have a general problem with the final
"QUIT" command with FTP as well as with POP3 so maybe it is more related
to my new multi work than the code in master.


Sounds like there could be a problem with the closure handle introduced in the connection cache patch. :-(

Linus
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to