|
From: PD <pd...@ho...> - 2003-10-30 17:57:14
|
Don't know if you are using home made UDF's, but we had a similar problem until we found out that one UDF function didn't allocate a CSTRING80 (only a CSTRING-something-less) but the caller expected and therefore disposed a CSTRING80. After correcting the UDF, the server has been running rock solid. Kind regards Poul ""Steve Summers"" <ses...@ya...> skrev i en meddelelse news:bnolte$qna$1...@ne...... > I found this error in the logs when I did a routine check this morning: > > RAIDSERVER (Client) Mon Oct 27 10:27:20 2003 > C:\Program Files\firebird15\bin\fbserver.exe: terminated abnormally > (4294967295) > > I received this exact same error almost exactly three weeks ago: > > RAIDSERVER (Client) Wed Oct 08 14:47:05 2003 > C:\Program Files\firebird15\bin\fbserver.exe: terminated abnormally > (4294967295) > > and a number of copies before that. > > I also received > > RAIDSERVER (Client) Tue Aug 05 10:00:21 2003 > C:\Program Files\firebird15\bin\fbserver.exe: terminated abnormally > (3221225477) > > a number of times as well. > > These are all related to doing backups. The top one was using FB1.5 RC6, > the middle one was RC4, and the bottom one was RC3. > > What's interesting isn't the number of times this has happened (11 since > July 18), but the fact that it only happens once in a while. I'm running an > automated backup script that runs GBAK every hour, 24 hours per day. > > The other interesting point is that the address is identical for all the RC4 > and RC6 instances, but different for the RC3 instance prior to that. > > Is this a known problem, or would it help if I do more digging to try to > figure out what triggers it? > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel > |