[demime could not interpret encoding binary - treating as plain text] OS: NT 4 SVP 4 VNC: 3.3.3 r9 When I am loging into my VNC server from my home computer VNC gets an access violation: instructin at 0x00403915 referenced memory at 0x01290000 the memory could not be read The dissasembly at this point is: 004038CA pop esi 004038CB pop ebp 004038CC xor eax,eax 004038CE pop ebx 004038CF ret 004038D0 mov dword ptr [ebx+4],1 004038D7 call 004082A0 004038DC push eax 004038DD call 00413B4A 004038E2 add esp,4 004038E5 cmp eax,ebp 004038E7 mov dword ptr [ebx],eax 004038E9 jne 00403895 004038EB mov ecx,dword ptr [ebx+4Ch] 004038EE call 004082A0 004038F3 push eax 004038F4 push 419C28h 004038F9 jmp 004038BB 004038FB call 004082A0 00403900 mov ecx,dword ptr [ebx+4Ch] 00403903 mov dword ptr [ebx+0Ch],eax 00403906 call 004082A0 0040390B mov esi,dword ptr [ebx] 0040390D mov edi,dword ptr [ebx+8] 00403910 mov ecx,eax 00403912 shr ecx,2 00403915 rep movs dword ptr es:[edi],dword ptr [esi] 00403917 mov ecx,eax 00403919 and ecx,3 0040391C rep movs byte ptr es:[edi],byte ptr [esi] // this is the instruction that bombs 0040391E mov ecx,dword ptr [ebx+14h] 00403921 mov edx,dword ptr [ebx+0Ch] 00403924 push ecx 00403925 push edx 00403926 push 419BE0h 0040392B push 9 0040392D push 41D518h 00403932 call 00401950 00403937 add esp,14h 0040393A mov eax,1 0040393F pop edi 00403940 pop esi 00403941 pop ebp 00403942 pop ebx Is there a way I could get the source code for VNC? My default debugger is Miscrosoft debugger for visual c++ v5 Does anybody have any suggestions on how I could set up a source level debugger to debug the code here? Thanks, Clark Sims ------------------------------------------------------------ --== Sent via Deja.com ==-- http://www.deja.com/ --------------------------------------------------------------------- To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------
