cURL / Mailing Lists / curl-library / Single Mail

curl-library

[ curl-Bugs-1152972 ] Attaching call stack and logs

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 27 Feb 2005 10:15:22 -0800

Bugs item #1152972, was opened at 2005-02-27 10:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1152972&group_id=976

Category: libcurl
Group: crash
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Attaching call stack and logs

Initial Comment:
I can reproduce this bug on linux and widows ( v1.13.0 ).
It happens when network connection can not be
established ( when i disable eth0 for example )

Output:

[m] 27.02.2005 17:27:03 864 url :
http://www.micr.cz/images/dokumenty/Working_paper_beyond2005.htm
[d] 27.02.2005 17:27:03 864 Couldn't find host
www.micr.cz in the _netrc file, using defaults
[d] 27.02.2005 17:27:03 864 Re-using existing
connection! (#0) with host www.micr.cz
[d] 27.02.2005 17:27:03 864 Connected to www.micr.cz
(81.0.237.99) port 80
[d] 27.02.2005 17:27:03 864 Send failure: Socket is not
connected
[d] 27.02.2005 17:27:03 864 Failed sending HTTP request
[d] 27.02.2005 17:27:03 864 Re-used connection seems
dead, get a new one
[d] 27.02.2005 17:27:03 864 Empty reply from server
[d] 27.02.2005 17:27:03 864 Closing connection #0

It looks that memory is freed twice ( callstack ) ->

_free_dbg_lk(void * 0xfeeefeee, int 1) line 1044 + 48 bytes
_free_dbg(void * 0xfeeefeee, int 1) line 1001 + 13 bytes
free(void * 0xfeeefeee) line 956 + 11 bytes
Curl_done(connectdata * * 0x00b9d91c, int 52) line 3527
+ 15 bytes
curl_multi_perform(void * 0x00b9c970, int * 0x02e8847c)
line 468 + 19 bytes

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1152972&group_id=976
Received on 2005-02-27