Subject | Re: [IBO] Stack overflow |
---|---|
Author | lcampbell |
Post date | 2012-06-01T17:16:16Z |
On 5/31/2012 7:22 PM, Robert Martin wrote:
We had a similar stack overflow problem that was creating interference
with another third party tool. I went into Delphi Project/Options and
increased stack size from 100k (where I assume it was defaulted) to
200k. That appeared to solve the problem.
Lane C.
NW Software
>**********************
> Hi
>
> Not sure if I have written about this before but we have a console / web
> service app that is occasionally coming up with a 'stack overflow' error
> message. The IB_Query is working within a transaction doing a simple
>
> Update table a
> set fieldname = 'T'
> WHERE aField = :x and anotherField = :y
>
> Both params are set using .parambyname
>
> I can trap the exception using a try except and attempt to retry but
> when I do the application completely blows away and brings up the
> Windows report an error screen.
>
> I am on an older version of IBO ( 4.8.7 ) and working with FB 2.5 is it
> possible there is some sort of problem between the two? Is there anyway
> to track what is going on?
>
> Thanks
> Rob
>
We had a similar stack overflow problem that was creating interference
with another third party tool. I went into Delphi Project/Options and
increased stack size from 100k (where I assume it was defaulted) to
200k. That appeared to solve the problem.
Lane C.
NW Software
>[Non-text portions of this message have been removed]
>