Problem:
Release 5.0:
During publishing to Unix from Net Express under Windows XP SP2 Microsoft's error message occurs:
C0000005 Access Violation
Resolution:
Creating a dump from this error message gets back a content similar as follows:
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(16fc.1694): Access violation - code c0000005 (first/second chance not available)
eax=00000070 ebx=00000000 ecx=00000010 edx=002f6797 esi=01374438 edi=01374470
eip=7c90eb94 esp=0525b5e8 ebp=0525b5f8 iopl=0 nv up ei pl zr na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
Unable to load image C:\\WINDOWS\\system32\\ntdll.dll, Win32 error 2
*** WARNING: Unable to verify timestamp for ntdll.dll
*** ERROR: Module load completed but symbols could not be loaded for ntdll.dll
ntdll 0xeb94:
7c90eb94 c3
A part of this ntdll.dll is trying to get the hostname by IP address, however this request runs into a timeout followed by this unexpected Access violation.
To resolve the problem edit your ../windows/system32/drivers/etc/hosts file under Windows and on the UNIX host to for example:
192.168.4.101 server.foo.bar