curl-users
couple of stack dumps for 7.10-pre2
Date: Thu, 5 Sep 2002 07:06:40 -0400
FYI:
I saw a couple of stackdumps while mucking around with that ZIP file download I just sent a note about.
$ curl -V
curl 7.10-pre2 (i686-pc-cygwin) libcurl/7.10-pre2 OpenSSL/0.9.6d zlib/1.1.4
(NOTE - I'm running it under a Win32 cmd.exe shell, rather than cygwin's bash)
One was a combination of --http1.0 with --trace:
$ curl.exe "http://testweb/thr/" --http1.0 --trace trace.log
< response snipped >
5 [main] curl 2560 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
1143 [main] curl 2560 open_stackdumpfile: Dumping stack trace to curl.exe.stackdump
Another was a difference between using a proxy or not. This works (except for the .zip file problem...):
$ curl.exe -v -O -A "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)" -b "cky.txt" \
-0 --trace trace.log "https://---/cgi-bin/HttpDownload.dll/Session_detail2002_07.zip"
while this fails:
$ curl.exe -x "fdyitn04.fdy.moc.com:80" -U "---------\---" \
-v -O -A "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)" -b "cky.txt" \
-0 --trace trace.log "https://---/cgi-bin/HttpDownload.dll/Session_detail2002_07.zip"
proxy password:
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
100 52447 0 52447 0 0 13545 0 --:--:-- 0:00:03 --:--:-- 35702
curl: (52) Empty reply from server
6 [main] curl 2168 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
3320 [main] curl 2168 open_stackdumpfile: Dumping stack trace to curl.exe.stackdump
--Kevin
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r
Received on 2002-09-05