Re: Visual Studio: StackOverflow
- From: "Steven Berkovitz" <mbcdev@xxxxxxxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 10:16:12 -0400
Set a breakpoint somewhere early (like Page_Load) and step through it to see
whats causing your stack overflow.
"Rob Meade" <ten.bewdoowsgnik@xxxxxxxxxx> wrote in message
news:zZc8f.139200$G8.19875@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> "Bruce Barker" / "Curt_C" wrote ...
>
>> use the debbuger
>
> Hi guys,
>
> Many thanks for the replies...I would love to try this, but I dont get
> given the opportunity...
>
> "my" code fails to load and initiates the debugger for VS (deveng etc) -
> when you choose a debugger (doesn't matter which) - I then get another
> popup which says..."disassembly cannot be displayed in run mode"....
>
> This is followed by a popup which says "An unhandled exception of type
> system.stackoverflowexception occured in mscorlib.dll.
>
> When something does load its a load of numbers in one column down the
> page, some kind of actions by the looks of it in the next, and the nvalues
> in the third - I've never ever seen anything like this so have absolutely
> no idea what it means...the line it queries is this one:
>
> 00000030 mov ebp,eax
>
> Across the top of this page there's a tab which says "Disassembly" -
> underneath that there's a drop down with the current value displaying
> "System.strig.tochararray"
>
> After closing the debugger VS then just sits there and hangs....I have to
> end the process for deveng to get back into windows...
> I am completely open to suggestions and advice!
>
> Rob
>
.
- Follow-Ups:
- Re: Visual Studio: StackOverflow
- From: Rob Meade
- Re: Visual Studio: StackOverflow
- Prev by Date: Re: Session cleared after Redirect
- Next by Date: Re: Dynamically rendering the content of script
- Previous by thread: Re: out of process session state - how much slower?
- Next by thread: Re: Visual Studio: StackOverflow
- Index(es):
Relevant Pages
|