yogo Posted August 1, 2005 Posted August 1, 2005 HiMy system (WinXP SP2) crashes whenever I use any type of communication device that requires a remote IP (i.e. dialup). This includes modems, USB based ADSL modems and mobile phones for data.I have traced the culprits to these two files (most likely): wanarp.sys and tcpip.sys(wanarp.sys is the "MS Remote Access and Routing ARP Driver")But.... now that I think I know what is causing the problem, I still am not sure what to do in order to fix it!Anyone with ideas?I noticed that there is only one version of wanarp.sys on my system but two versions of tcpip.sys. However, replacing the files did not solve the problem.This is an analysis from WinDbg:******************************************************************************** ** Bugcheck Analysis ** ********************************************************************************KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)This is a very common bugcheck. Usually the exception address pinpointsthe driver/function that caused the problem. Always note this addressas well as the link date of the driver/image that contains this address.Some common problems are exception code 0x80000003. This means a hardcoded breakpoint or assertion was hit, but this system was booted/NODEBUG. This is not supposed to happen as developers should never havehardcoded breakpoints in retail code, but ...If this happens, make sure a debugger gets connected, and thesystem is booted /DEBUG. This will let us see why this breakpoint ishappening.Arguments:Arg1: c0000005, The exception code that was not handledArg2: 825b7930, The address that the exception occurred atArg3: f235d3d8, Trap FrameArg4: 00000000Debugging Details:------------------***** Kernel symbols are WRONG. Please fix symbols to do analysis.**************************************************************************** ****** ****** Your debugger is not using the correct symbols ****** ****** In order for this command to work properly, your symbol path ****** must point to .pdb files that have full type information. ****** ****** Certain .pdb files (such as the public OS symbols) do not ****** contain the required information. Contact the group that ****** provided you with these symbols if you need this command to ****** work. ****** ****** Type referenced: nt!_KPRCB ****** ****************************************************************************Loading symbols for f326f000 tcpip.sys -> tcpip.sys*** WARNING: Unable to verify timestamp for tcpip.sys*** ERROR: Module load completed but symbols could not be loaded for tcpip.sysLoading symbols for f31a7000 vsdatant.sys -> vsdatant.sys*** WARNING: Unable to verify timestamp for vsdatant.sys*** ERROR: Module load completed but symbols could not be loaded for vsdatant.sysMODULE_NAME: wanarpFAULTING_MODULE: 804d7000 ntDEBUG_FLR_IMAGE_TIMESTAMP: 41107c89EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".FAULTING_IP: +ffffffff825b7930825b7930 80797c82 cmp byte ptr [ecx+0x7c],0x82TRAP_FRAME: f235d3d8 -- (.trap fffffffff235d3d8)ErrCode = 00000000eax=824063b4 ebx=fd8be280 ecx=00000000 edx=81e1d000 esi=ff75ece0 edi=8244a8b8eip=825b7930 esp=f235d44c ebp=f235d464 iopl=0 nv up ei ng nz na pe nccs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282825b7930 80797c82 cmp byte ptr [ecx+0x7c],0x82 ds:0023:0000007c=??Resetting default scopeCUSTOMER_CRASH_COUNT: 7DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULTBUGCHECK_STR: 0x8ELAST_CONTROL_TRANSFER: from f9b77404 to 825b7930STACK_TEXT: WARNING: Frame IP not in any known module. Following frames may be wrong.f235d448 f9b77404 824063b4 f235d4e8 00000001 0x825b7930f235d464 f9b77707 8244a8b8 fd8be280 ff75ece0 wanarp+0x5404f235d4a8 f327270a 8244a8b8 f235d4e8 00000001 wanarp+0x5707f235d4d8 f32724ad fd8e1d58 6591d9d9 8225fdf0 tcpip+0x370af235d624 f32795d4 f32b04b8 00000000 81e1e0d0 tcpip+0x34adf235d678 f3278c70 ff9905b4 00000000 82276e80 tcpip+0xa5d4f235d6bc f3278226 0835d6e0 00000001 00000000 tcpip+0x9c70f235d6f8 f328b95e 8240c008 8240c09c ff6f2f90 tcpip+0x9226f235d714 f31d5621 82594620 8240c008 f31d340e tcpip+0x1c95ef235d718 82594620 8240c008 f31d340e 82594620 vsdatant+0x2e621f235d71c 8240c008 f31d340e 82594620 8240c008 0x82594620f235d720 f31d340e 82594620 8240c008 0000000f 0x8240c008f235d724 82594620 8240c008 0000000f 8240c09c vsdatant+0x2c40ef235d728 8240c008 0000000f 8240c09c 82594620 0x82594620f235d72c 00000000 8240c09c 82594620 f235da2c 0x8240c008FOLLOWUP_IP: wanarp+5404f9b77404 ?? ???SYMBOL_STACK_INDEX: 1FOLLOWUP_NAME: MachineOwnerSYMBOL_NAME: wanarp+5404IMAGE_NAME: wanarp.sysSTACK_COMMAND: .trap fffffffff235d3d8 ; kbBUCKET_ID: WRONG_SYMBOLSFollowup: MachineOwner
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now