Subject Re: terminated abnormally (4294967295)
Author kokok_kokok
I cannot pinpoint exactly when the program crashes because it can
work fine 10 minutes or 5 hours.

I have noted that the crash in in typical SELECT sentences. I am not
sure, but it seems that if I list certain reports of my program,
then, when I return to a dialog of my program, the server crashes
when this dialog execute a normal SELECT query. As I say, I am not
sure, I cannot find the pattern.

Also, as I said, I elimited all UDF functions.

A possibility would be a stray pointer, but I thought that a remote
connection cannot shutdown the server.

Thanks



--- In firebird-support@yahoogroups.com, "Kevin Day Programming"
<kdp@u...> wrote:
> > No, but it can CRASH the server, as it is obviously doing. You
> > eliminate a
> > bad UDF as the cause. Are you using an international character
set? If
> > so, which one?
>
> I have attested to the UDF issue. Can you pinpoint exactly when
the program
> crashes by tracing it through or by debug messages / logging. It
maybe a
> specific query or even a insert/update ext to a table that has a
trigger
> that refers to a udf. A stray pointer, incorrect udf
declarations, all
> these can cause problems.
>
> Kevin.