|
From: Volker R. <vol...@bi...> - 2006-02-28 14:06:45
|
Hi Umberto Umberto Masotti schrieb: > Volker Rehn ha scritto: >> 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 >> > 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. I cannot debug the server. It is not my application that's crashing. It is my application crashing the server. > Anyway, AIRC mixing DML and DDL without commiting is not a good > programming choice in Firebird. I did not say I'm not committing DDL and DML. > I think people can't help you, if you don't post your code. There's no problem, I've been posting whole test databases in the past. I'd be glad if I had something to post, but so far I had no success trying to reproduce the error using a script. regards, Volker |