Comment 11 for bug 423611

Revision history for this message
KYL (zionyx) wrote :

Hi David,

I dont think the 3rd party DLL use WCF. It's a tool that communicates with a device driver, wrapped by a VC++ project.

Line 69 in my test codes generally trying to loop through a null referenced list like this:
            foreach (IDataSequenceGroupOutput group in baseGroup.OutputGroups)

But the unhandled exception ONLY occurred when i test my dll with a wrong version of the 3rd party DLL file. After i updated the 3rd party DLL file with the right version, the unhandled exception disappeared, still nunit-console.exe got stuck indefinitely until Ctrl+C is pressed.

I know this is caused by accessing a NULL referenced variable, but i hope nunit-console.exe does not get stuck due to this.
NUnit performs the tests without problems, the test failed but it wasn't stuck.

Do you still need more info?

Regards,
KYL