IIS Server - Need help with what WinDbg reported

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server > November 2004 > Need help with what WinDbg reported





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Need help with what WinDbg reported
John Staggs

2004-11-23, 6:07 pm

I had problems with IIS hanging up, and quit serving , posted my IISState
info here, and Pat told me to run WinDbg, here's the results that I got with
WinDbg...can anyone help my cypher through what this exactly means?

Thanks


0:020> !.\clr10\sos.ClrStack
Loaded Son of Strike data table version 5 from
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll"
Thread 20
ESP EIP
01ebf488 7c34240d [FRAME: HelperMethodFrame]
01ebf4b4 07a58ebe [DEFAULT] [hasThis] Class VSFDFToolkit.PDFObject
VSFDFToolkit.VSFDFDoc.getValueObj(String,Boolean,ByRef Class
VSFDFToolkit.PDFDictionary)
at [+0xee] [+0x4c]
01ebf4fc 07a58c94 [DEFAULT] [hasThis] String
VSFDFToolkit.VSFDFDoc.FDFGetValue(String)
at [+0x34] [+0x1]
01ebf53c 07c989d8 [DEFAULT] [hasThis] String
FormClasses.SEAS.Forms.clsFormInstance.get_FieldValue(String)
01ebf564 07c97266 [DEFAULT] [hasThis] Object
FormClasses.SEAS.Forms.clsForm.getDefValue(ByRef Class
FormClasses.SEAS.Forms.clsFormInstance,ByRef Class
FormClasses.SEAS.Forms. clsFormInstance,String,String,String,Obj
ect)
01ebf628 07c91dbd [DEFAULT] [hasThis] Void
SEASWebConv.SEASPDF1.parseHTML(Object)
01ebf8f4 07c914ca [DEFAULT] [hasThis] Void
SEASWebConv.SEASPDF1.Page_Load(Object,Class System.EventArgs)
01ebf930 0208b633 [FRAME: MulticastFrame] [DEFAULT] [hasThis] Void
System.EventHandler.Invoke(Object,Class System.EventArgs)
01ebf944 06f1a14c [DEFAULT] [hasThis] Void
System.Web.UI.Control.OnLoad(Class System.EventArgs)
01ebf954 06f1a08c [DEFAULT] [hasThis] Void
System.Web.UI.Control.LoadRecursive()
01ebf968 06f184cc [DEFAULT] [hasThis] Void
System.Web.UI.Page.ProcessRequestMain()
01ebf9ec 06f17926 [DEFAULT] [hasThis] Void
System.Web.UI.Page.ProcessRequest()
01ebfa28 06f17393 [DEFAULT] [hasThis] Void
System.Web.UI.Page.ProcessRequest(Class System.Web.HttpContext)
01ebfa30 06f1736c [DEFAULT] [hasThis] Void
System.Web.HttpApplication/CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
01ebfa40 06f49f80 [DEFAULT] [hasThis] Class System.Exception
System.Web.HttpApplication.ExecuteStep(Class IExecutionStep,ByRef Boolean)
01ebfa88 06f49adb [DEFAULT] [hasThis] Void
System.Web.HttpApplication.ResumeSteps(Class System.Exception)
01ebfad0 06f499b3 [DEFAULT] [hasThis] Class System.IAsyncResult
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(Class
System.Web.HttpContext,Class System.AsyncCallback,Object)
01ebfaec 06806817 [DEFAULT] [hasThis] Void
System.Web.HttpRuntime.ProcessRequestInternal(Class
System.Web.HttpWorkerRequest)
01ebfb28 068063c8 [DEFAULT] Void
System.Web.HttpRuntime.ProcessRequest(Class System.Web.HttpWorkerRequest)
01ebfb34 06802f3d [DEFAULT] [hasThis] I4
System.Web.Hosting.ISAPIRuntime.ProcessRequest(I,I4)
01ebfbec 79240d05 [FRAME: ContextTransitionFrame]
01ebfcc8 79240d05 [FRAME: ComMethodFrame]

Pat [MSFT]

2004-11-28, 2:47 am

What's happening is:

SEAS.Forms is calling into VSFDFToolkit.PDFDictionary.

PDFDictionary calls into VSFDRFDoc.getValue. It never comes back from that
call.

Pat

"John Staggs" <JohnStaggs@discussions.microsoft.com> wrote in message
news:F6CF9236-7E82-4406-9167-15D9F23166DF@microsoft.com...
>I had problems with IIS hanging up, and quit serving , posted my IISState
> info here, and Pat told me to run WinDbg, here's the results that I got
> with
> WinDbg...can anyone help my cypher through what this exactly means?
>
> Thanks
>
>
> 0:020> !.\clr10\sos.ClrStack
> Loaded Son of Strike data table version 5 from
> "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll"
> Thread 20
> ESP EIP
> 01ebf488 7c34240d [FRAME: HelperMethodFrame]
> 01ebf4b4 07a58ebe [DEFAULT] [hasThis] Class VSFDFToolkit.PDFObject
> VSFDFToolkit.VSFDFDoc.getValueObj(String,Boolean,ByRef Class
> VSFDFToolkit.PDFDictionary)
> at [+0xee] [+0x4c]
> 01ebf4fc 07a58c94 [DEFAULT] [hasThis] String
> VSFDFToolkit.VSFDFDoc.FDFGetValue(String)
> at [+0x34] [+0x1]
> 01ebf53c 07c989d8 [DEFAULT] [hasThis] String
> FormClasses.SEAS.Forms.clsFormInstance.get_FieldValue(String)
> 01ebf564 07c97266 [DEFAULT] [hasThis] Object
> FormClasses.SEAS.Forms.clsForm.getDefValue(ByRef Class
> FormClasses.SEAS.Forms.clsFormInstance,ByRef Class
> FormClasses.SEAS.Forms. clsFormInstance,String,String,String,Obj
ect)
> 01ebf628 07c91dbd [DEFAULT] [hasThis] Void
> SEASWebConv.SEASPDF1.parseHTML(Object)
> 01ebf8f4 07c914ca [DEFAULT] [hasThis] Void
> SEASWebConv.SEASPDF1.Page_Load(Object,Class System.EventArgs)
> 01ebf930 0208b633 [FRAME: MulticastFrame] [DEFAULT] [hasThis] Void
> System.EventHandler.Invoke(Object,Class System.EventArgs)
> 01ebf944 06f1a14c [DEFAULT] [hasThis] Void
> System.Web.UI.Control.OnLoad(Class System.EventArgs)
> 01ebf954 06f1a08c [DEFAULT] [hasThis] Void
> System.Web.UI.Control.LoadRecursive()
> 01ebf968 06f184cc [DEFAULT] [hasThis] Void
> System.Web.UI.Page.ProcessRequestMain()
> 01ebf9ec 06f17926 [DEFAULT] [hasThis] Void
> System.Web.UI.Page.ProcessRequest()
> 01ebfa28 06f17393 [DEFAULT] [hasThis] Void
> System.Web.UI.Page.ProcessRequest(Class System.Web.HttpContext)
> 01ebfa30 06f1736c [DEFAULT] [hasThis] Void
> System.Web.HttpApplication/CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
> 01ebfa40 06f49f80 [DEFAULT] [hasThis] Class System.Exception
> System.Web.HttpApplication.ExecuteStep(Class IExecutionStep,ByRef Boolean)
> 01ebfa88 06f49adb [DEFAULT] [hasThis] Void
> System.Web.HttpApplication.ResumeSteps(Class System.Exception)
> 01ebfad0 06f499b3 [DEFAULT] [hasThis] Class System.IAsyncResult
> System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(Class
> System.Web.HttpContext,Class System.AsyncCallback,Object)
> 01ebfaec 06806817 [DEFAULT] [hasThis] Void
> System.Web.HttpRuntime.ProcessRequestInternal(Class
> System.Web.HttpWorkerRequest)
> 01ebfb28 068063c8 [DEFAULT] Void
> System.Web.HttpRuntime.ProcessRequest(Class System.Web.HttpWorkerRequest)
> 01ebfb34 06802f3d [DEFAULT] [hasThis] I4
> System.Web.Hosting.ISAPIRuntime.ProcessRequest(I,I4)
> 01ebfbec 79240d05 [FRAME: ContextTransitionFrame]
> 01ebfcc8 79240d05 [FRAME: ComMethodFrame]
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com