|
From: Umberto M. <ma...@un...> - 2006-02-23 19:03:22
|
Volker Rehn ha scritto: > Hi, > > I can reliably reproduce the above server crash through a sequence of > DML and DDL statements. There are no udfs involved. I have found an > old thread in the archive about 3221225477, but it didn't explain > much. Can someone please give me a hint as to what this error code > indicates? > > FB2b2 build 12180 SS NT,W2K,XP > > regards, Volker > If you convert that number in hexadecimal, it is error number C0000005, that is a whole class of windows errors. Maybe is a bad pointer in code: so only debugging can help to find why and where. Anyway, AIRC mixing DML and DDL without commiting is not a good programming choice in Firebird. I think people can't help you, if you don't post your code. Ciao. Umberto Masotti. |