Subject | Re: terminated abnormally (4294967295) |
---|---|
Author | kokok_kokok |
Post date | 2004-01-19T09:36:49Z |
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:
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. Youset? If
> > eliminate a
> > bad UDF as the cause. Are you using an international character
> > so, which one?the program
>
> I have attested to the UDF issue. Can you pinpoint exactly when
> crashes by tracing it through or by debug messages / logging. Itmaybe a
> specific query or even a insert/update ext to a table that has atrigger
> that refers to a udf. A stray pointer, incorrect udfdeclarations, all
> these can cause problems.
>
> Kevin.