问题描述
我在IIS 7.0中托管了一个Web服务,它使用服务器上安装的COM对象来执行一些索引和搜索任务。
I am hosted a web service in IIS 7.0 which uses COM objects installed on server to perform some indexing and searching task.
所以要加载测试上面的web服务我们已经创建了一个测试工具应用程序,它在不同的线程中连续调用Web服务...
So to load test the above web service we have created one test harness application, which is contiunosly calling the Web Service in different threads...
最初它正在正确地给出结果,并根据我们的设置编号W3wp.exe跨越预计会增加到5个。
Initially it is giving the results properly and as per our settings no.of W3wp.exe spanned are grown to 5 expectedly.
执行一个小时之后,突然间我们得到了一堆Time Out到客户端。所以我们考虑使用Win Debugger进行分析,所以下面是我得到的消息,在这里我无法从中得到任何东西。所以对这个
的任何帮助都会对我有所帮助......
After executing an hour, suddenly we are getting a bunch of Time Out expirations to the client. So we thought of analysing that using Win Debugger, So following is the message i am getting, Here i couldnt able to get any thing from this. So any help on this will help me a lot...
转储:
FAULTING_IP:
ntdll!DbgBreakPoint + 0
7d61002d cc   ;         INT     3
FAULTING_IP:
ntdll!DbgBreakPoint+0
7d61002d cc int 3
EXCEPTION_RECORD: ffffffff - (.exr 0xffffffffffffffff)
ExceptionAddress:7d61002d(ntdll!DbgBreakPoint)
ExceptionCode:80000003(休息指令例外)
ExceptionFlags:00000000
$
NumberParameters:1
参数[0]:00000000
EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 7d61002d (ntdll!DbgBreakPoint)
ExceptionCode: 80000003 (Break instruction exception)
ExceptionFlags: 00000000
NumberParameters: 1
Parameter[0]: 00000000
FAULTING_THREAD: 00001378
FAULTING_THREAD: 00001378
PROCESS_NAME: w3wp.exe
PROCESS_NAME: w3wp.exe
FAULTING_MODULE:7d4c0000 kernel32
FAULTING_MODULE: 7d4c0000 kernel32
DEBUG_FLR_IMAGE_TIMESTAMP: 45d6968e
DEBUG_FLR_IMAGE_TIMESTAMP: 45d6968e
MODULE_NAME:w3wp
MODULE_NAME: w3wp
ERROR_CODE:(NTSTATUS)0x80000003 - {EXCEPTION} 断点 已达到断点。
ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION} Breakpoint A breakpoint has been reached.
EXCEPTION_CODE:(HRESULT)0x80000003(2147483651) - 一个或多个参数无效
EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - One or more arguments are invalid
EXCEPTION_PARAMETER1: 00000000
EXCEPTION_PARAMETER1: 00000000
MANAGED_STACK:!dumpstack -EE
操作系统线程ID:0x1378(51)
当前帧:
ChildEBP RetAddr Caller,Callee
MANAGED_STACK: !dumpstack -EE
OS Thread Id: 0x1378 (51)
Current frame:
ChildEBP RetAddr Caller,Callee
STACK_ADDR_RAW_STACK_SYMBOL:2130ffe0
STACK_ADDR_RAW_STACK_SYMBOL: 2130ffe0
ADDITIONAL_DEBUG_TEXT:
使用'!findthebuild'命令搜索目标构建信息。
如果构建信息可用,请运行'!findthebuild -s; .reload'设置符号路径和加载符号。 ;基于属性[Is_ChosenCrashFollowupThread]的后续集合来自Frame:[0] on thread:[ffffffff]
ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols. ; Followup set based on attribute [Is_ChosenCrashFollowupThread] from Frame:[0] on thread:[ffffffff]
LAST_CONTROL_TRANSFER: 从00000000到7d61002d
LAST_CONTROL_TRANSFER: from 00000000 to 7d61002d
BUGCHECK_STR: APPLICATION_FAULT_WRONG_SYMBOLS_STACKIMMUNE
BUGCHECK_STR: APPLICATION_FAULT_WRONG_SYMBOLS_STACKIMMUNE
PRIMARY_PROBLEM_CLASS: WRONG_SYMBOLS_STACKIMMUNE
PRIMARY_PROBLEM_CLASS: WRONG_SYMBOLS_STACKIMMUNE
DEFAULT_BUCKET_ID: WRONG_SYMBOLS_STACKIMMUNE
DEFAULT_BUCKET_ID: WRONG_SYMBOLS_STACKIMMUNE
STACK_TEXT:
00000000 w3wp + 0x0
STACK_TEXT:
00000000 w3wp+0x0
SYMBOL_NAME: w3wp
SYMBOL_NAME: w3wp
FOLLOWUP_NAME: MachineOwner
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: C:\ WINDOWS \ SysWOW64 \inetsrv \w3wp.exe
IMAGE_NAME: C:\WINDOWS\SysWOW64\inetsrv\w3wp.exe
STACK_COMMAND: **伪上下文**; kb
STACK_COMMAND: ** Pseudo Context ** ; kb
BUCKET_ID: APPLICATION_FAULT_WRONG_SYMBOLS_STACKIMMUNE_w3wp
BUCKET_ID: APPLICATION_FAULT_WRONG_SYMBOLS_STACKIMMUNE_w3wp
FAILURE_BUCKET_ID: WRONG_SYMBOLS_STACKIMMUNE_80000003_C:_WINDOWS_SysWOW64_inetsrv_w3wp.exe!未知
FAILURE_BUCKET_ID: WRONG_SYMBOLS_STACKIMMUNE_80000003_C:_WINDOWS_SysWOW64_inetsrv_w3wp.exe!Unknown
WATSON_STAGEONE_URL:
WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/w3wp_exe/6_0_3790_3959/45d6968e/ntdll_dll/5_2_3790_4455/49900d5a/80000003/0001002d.htm?Retriage=1
跟进:MachineOwner
Followup: MachineOwner
系统信息:
没有Hyper-V SP2的Windows Server Enterprise(32位)
Windows Server Enterprise without Hyper-V SP2 (32 bit)
34 GB内存
处理器:英特尔(R)Xeon P CPU 3.66 GHZ(4处理器)
Processor: Intel(R) Xeon P CPU 3.66 GHZ (4 processor)
谢谢,
Durga Prasad PV
Durga Prasad P.V.
推荐答案
您可能希望在Server 2008 / IIS论坛中发布此内容。
You probably want to post this in a Server 2008 / IIS forum.
这篇关于FAULTING_IP:ntdll!DbgBreakPoint + 0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!