cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl crashes on Windows 2008 64bit [event log Faulting module name: ntdll.dll]

From: Lukas Lehner <weblehner_at_gmail.com>
Date: Tue, 30 Aug 2011 17:25:05 +0200

Hello

> curl.exe -v --proxytunnel -x HOSTNAME2.DOMAIN.CN:8080 -T C:\Users\Lukas\Desktop\testTEST.txt --ftp-pasv -u Lukas:password -Q "TYPE I" ftp://destination

* About to connect() to proxy destination port 8080
* Trying ... connected
* Connected to destination () port 8080
* Establish HTTP proxy tunnel to
* Server auth using Basic with user 'Lukas'
> CONNECT :21 HTTP/1.0
> Host: :21
> User-Agent: curl/7.15.1 (i586-pc-mingw32msvc) libcurl/7.15.1 zlib/1.2.2
> Proxy-Connection: Keep-Alive
>
< HTTP/1.0 200 Connection established
<
* Proxy replied OK to CONNECT request
< 220 ProFTPD 1.2.10 Server (FTP SuperServer) [10.96.64.10]
> USER Lukas
< 331 Password required for Lukas.
> PASS password
< 230 User Lukas logged in.
> PWD
< 257 "/export/home/Lukas" is current directory.
* Entry path is '/export/home/Lukas'
> TYPE I
< 200 Type set to I
> EPSV
* Connect data stream passively
< 229 Entering Extended Passive Mode (|||63425|)

[... Crash ... file don't get transferred]

In Windows event log:

Faulting application name: curl.exe, version: 0.0.0.0, time stamp: 0x4396960d
Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7ba58
Exception code: 0xc0000005
Fault offset: 0x00033428
Faulting process id: 0x1d38
Faulting application start time: 0x01cc6726b2e17c04
Faulting application path: C:\UNIXTools\curl.exe
Faulting module path: C:\Windows\SysWOW64\ntdll.dll
Report Id: f19b720a-d319-11e0-b90b-00505620a670

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" />
  <EventID Qualifiers="0">1000</EventID>
  <Level>2</Level>
  <Task>100</Task>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2011-08-30T15:08:41.000000000Z" />
  <EventRecordID>13867</EventRecordID>
  <Channel>Application</Channel>
  <Computer>HOSTNAME.DOMAIN.CN</Computer>
  <Security />
  </System>
- <EventData>
  <Data>curl.exe</Data>
  <Data>0.0.0.0</Data>
  <Data>4396960d</Data>
  <Data>ntdll.dll</Data>
  <Data>6.1.7601.17514</Data>
  <Data>4ce7ba58</Data>
  <Data>c0000005</Data>
  <Data>00033428</Data>
  <Data>1d38</Data>
  <Data>01cc6726b2e17c04</Data>
  <Data>C:\UNIXTools\curl.exe</Data>
  <Data>C:\Windows\SysWOW64\ntdll.dll</Data>
  <Data>f19b720a-d319-11e0-b90b-00505620a670</Data>
  </EventData>
  </Event>

 what I am doing wrong?

 regards
 Lukas
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-30