< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Re: Crash in Stack probe routine


Hi,

I tried to isolate it too. I added parsing the XML in the small
basicRegister app and it ran fine.

Normally a Windows app has a 1MB stack. Should I increase that?

I doubt parsing a 600 something byte long block of XML would use that much
stack. Hmm.

Christian


----- Message from david Butcher <david@xxxxxxxxxxxxxx> on Fri, 15 Jul 2005
20:29:32 -0400 -----
                                                                           
         To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx                         
                                                                           
    Subject: Re: [reSIProcate] Crash in Stack probe routine?               
                                                                           

Hi,

I wrote a test against your XML. Parsed just fine.
Your enclosed stack trace isn't all that long; there is no evidence of
excessive
recursion, for example. Is it possible you just need more stack space?

david