|
From: Vlad H. <hv...@us...> - 2006-02-27 22:19:06
|
Hi Volker,
Sorry for delay with answer
> I'm using the debug build now (~.zip), but it behaves exactly as the
> regular build: entry about abnormal termination in firebird.log, but no
This is not a debug build. This is a regular release build with .pdb
files included in .zip
> drwatson. There are recent drwatson-logs re other applications, so I
> know it is active and setup correctly.
>
> Although it says it is enabled by default with a debug build, I have set
> the BugCheckAbort param in firebid.conf to 1, just to be sure. What am I
> missing?
It seems you did all right. Just to be sure check the following please :
1. You have .pdb files in the same dir with .exe files (fbserver.exe and fbserver.pdb)
2. You have set BugCheckAbort = 1and removed # at the start of line
(i'm sure you already did that but i must to say that ;)
3. You have restarted server after firebird.conf change
4. You have enabled and activated drWatson - look into the registry
key : HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
value : Auto = 1
value : Debugger = drwtsn32 -p %ld -e %ld -g
You can activate it by running drwtsn32 -i
Regards,
Vlad
|