Seems to be cause by a Huawei USB Modem, this has known issues with Windows 7 . Your best bet is to contact their technical support for a newer
driver Huawei Europe
Remove that device and its software to fix the BSOD
Code:
Unable to load image \SystemRoot\system32\DRIVERS\ewusbnet.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ewusbnet.sys
*** ERROR: Module load completed but symbols could not be loaded for ewusbnet.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, 90f49703, 8c85fba8, 8c85f780}
Probably caused by : ewusbnet.sys ( ewusbnet+2703 )
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 90f49703, The address that the exception occurred at
Arg3: 8c85fba8, Exception Record Address
Arg4: 8c85f780, Context Record Address
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
ewusbnet+2703
90f49703 f6400605 test byte ptr [eax+6],5
EXCEPTION_RECORD: 8c85fba8 -- (.exr 0xffffffff8c85fba8)
ExceptionAddress: 90f49703 (ewusbnet+0x00002703)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000006
Attempt to read from address 00000006
CONTEXT: 8c85f780 -- (.cxr 0xffffffff8c85f780)
eax=00000000 ebx=820650d8 ecx=00000008 edx=00000000 esi=82065000 edi=820650d4
eip=90f49703 esp=8c85fc70 ebp=8c85fc84 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
ewusbnet+0x2703:
90f49703 f6400605 test byte ptr [eax+6],5 ds:0023:00000006=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: System
CURRENT_IRQL: 0
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_PARAMETER1: 00000000
EXCEPTION_PARAMETER2: 00000006
READ_ADDRESS: GetPointerFromAddress: unable to read from 82f76848
Unable to read MiSystemVaType memory at 82f55e20
00000006
FOLLOWUP_IP:
ewusbnet+2703
90f49703 f6400605 test byte ptr [eax+6],5
BUGCHECK_STR: 0x7E
DEFAULT_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE
LAST_CONTROL_TRANSFER: from 82e85933 to 90f49703
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
8c85fc84 82e85933 00000000 8536cbc8 000005dc ewusbnet+0x2703
8c85fccc 90f5869c 82e4451a 883cc458 883c3368 nt!IopfCompleteRequest+0x128
8c85fce0 90f57ab7 883cc458 883cce98 883cc5d4 ewusbnet+0x1169c
8c85fd50 83015f64 013cc458 ad9b91ac 00000000 ewusbnet+0x10ab7
8c85fd90 82ebe219 90f57606 883cc458 00000000 nt!PspSystemThreadStartup+0x9e
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: ewusbnet+2703
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: ewusbnet
IMAGE_NAME: ewusbnet.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4adef47f
STACK_COMMAND: .cxr 0xffffffff8c85f780 ; kb
FAILURE_BUCKET_ID: 0x7E_ewusbnet+2703
BUCKET_ID: 0x7E_ewusbnet+2703
Followup: MachineOwner
---------