Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.7k views
in .NET FTP by (200 points)
I'm using edtFTPnetPRO for a .NET 4.0 Windows service running on Server 2003. (Also on XP, but we're not seeing this problem there.)
From time to time the service throws an error. Since that error happens on the GC Finalizer thread, it not only causes the program to crash, it apparently cannot be caught using ordinary means.

I've tested this program on Windows XP and Windows Server 2003. I do not know why it only seems to happen on 2003.

The JIT debugger gives me the following:

(Thread: GC Finalizer Thread)

System.NullReferenceException was unhandled
Message=Object reference not set to an instance of an object.
Source=edtFTPnetPRO
StackTrace:
at dGLNMALAh5TcdY7eYRO.VLHAnFLfOprdnEBHZ9f.Close()
at XnrA8bgRjW8ZMSNV4XO.ufCAQMgI81U5w9c5Loq.Close()
at XnrA8bgRjW8ZMSNV4XO.ufCAQMgI81U5w9c5Loq.Finalize()
InnerException:

Could you please advise me what to do about this?

3 Answers

0 votes
by (162k points)
What version of edtFTPnet/PRO are you using?
0 votes
by (200 points)
edtFTPnetPRO for .NET 2.0+
Version 7.3.1.20
0 votes
by (162k points)
Thanks, I've found where it is occurring. I'll make a change to prevent this and get back to you with a patched DLL to try.

Categories

...