stack overflow

Last post 04-09-2009 11:35 AM by SGWellens. 1 replies.

Sort Posts:

  • stack overflow

    04-09-2009, 9:19 AM
    • Member
      1 point Member
    • flashyrc
    • Member since 01-31-2009, 9:29 PM
    • Posts 6

    Hi all,

     I am getting a stack overflow error in my application(which is in production now). I am using AP.NET AJAX component there. The problem is inconsistent and is kind of non-reproducible under any definite workflow/operation.

     Few places over the net i foiund that "stack overflow" generally comes when any infinite recursion is there. But i am not using any recursive logic. Just wanted to ask what can be possible reason for this.

    Also, i want to know wether ASP.NET handles multiple HTTP reuests by killing previous request even if the result is not returned from server??

     Please help!!

  • Re: stack overflow

    04-09-2009, 11:35 AM
    • All-Star
      96,253 point All-Star
    • SGWellens
    • Member since 01-02-2007, 9:27 PM
    • Minneapolis
    • Posts 7,788
    • Moderator
      TrustedFriends-MVPs

    Sometimes a stack overflow can be caused by an event handler triggering the very event that caused it to be triggered in the first place.  That sets up a recursive loop.

    Steve Wellens

    My blog
Page 1 of 1 (2 items)