View Single Post
Old 04-03-2007, 12:54 PM  
peep
Senior Member
 
Join Date: Sep 2003
Posts: 132
Exclamation Possible bug: Random crashes when running as service?

Ok, just got a random crash again. This time I haven't got any scripts running. I was just going to fetch some small backup-files from the server and all of a sudden it just went down.

FFXP Status window:
Code:
[R] PWD
[R] 257 "/BACKUP/***/" is current directory.
[R] Listening on PORT: 3330, Waiting for connection.
[R] PORT 192,168,1,2,13,2
[R] 200 PORT command successful.
[R] LIST -al
[R] Connected. Negotiating SSL session..
[R] 150 Opening ASCII mode data connection for directory listing.
[R] SSL negotiation successful...
[R] SSL encrypted session using cipher RC4-MD5 (128 bits)
[R] 226- Transfer complete
[R] List Complete: 500 bytes in 0,20 seconds (2,4 KB/s)
[R] CWD /BACKUP/***/obj
[R] 250 CWD command successful.
[R] PWD
[R] 257 "/BACKUP/***/obj/" is current directory.
[R] Listening on PORT: 3331, Waiting for connection.
[R] PORT 192,168,1,2,13,3
[R] 200 PORT command successful.
[R] LIST -al
[R] Connected. Negotiating SSL session..
[R] 150 Opening ASCII mode data connection for directory listing.
[R] SSL negotiation successful...
[R] SSL encrypted session using cipher RC4-MD5 (128 bits)
[R] 226- Transfer complete
[R] List Complete: 203 bytes in 0,14 seconds (1,4 KB/s)
[R] CWD /BACKUP/***/obj/Debug
[R] Connection lost: ***
Transferred 5 files totaling 8,18 MB in 4,05 seconds (8,29 MB/s)
[R] Attempting to Reconnect.
[R] Connecting to *** -> DNS=*** IP=192.168.1.4 PORT=444 (attempt # 1)
[R] Connection failed (Connection refused)
ioFTPD.crash.log:
Code:
Unhandled exception 3221225477 at address 0x00415406 (0x00000000)
0x00000000 0x00000030
Running ioFTPD v6.0.1 w/ SSL and as service. Sadly none of the other logfiles contained anything at all (cleared them after de-activating the scripts).

Note: The service is unable to detect the crash and I have to execute a "net stop" on the service and then start it back up.

________________________________________

Update: I just started the service back up and got 5 more files transfered and them it went down again with the same exception and address.

FFXP Status window:
Code:
Transferred: tripex.layout 235 bytes in 0,02 seconds (14,3 KB/s)
[R] CWD /REQUESTS/BACKUP/***/*** ***/***
[R] 250 CWD command successful.
[R] PWD
[R] 257 "/REQUESTS/BACKUP/***/***/*** ***/***/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] Listening on PORT: 3369, Waiting for connection.
[R] PORT 192,168,1,2,13,41
[R] 200 PORT command successful.
[R] LIST -al
[R] Connected. Negotiating SSL session..
[R] 150 Opening ASCII mode data connection for directory listing.
[R] SSL negotiation successful...
[R] SSL encrypted session using cipher RC4-MD5 (128 bits)
[R] 226- Transfer complete
[R] List Complete: 632 bytes in 0,20 seconds (3,0 KB/s)
[R] CWD /REQUESTS/BACKUP/***/***/*** ***/***/***
[R] Connection lost: ***
Transferred 5 files totaling 28 KB in 7,28 seconds (368,6 KB/s)
[R] Attempting to Reconnect.
[R] Connecting to *** -> DNS=*** IP=192.168.1.4 PORT=444 (attempt # 1)
[R] Connection failed (Connection refused)

Last edited by peep; 04-03-2007 at 01:02 PM. Reason: Added the Note:
peep is offline