Subject access violation in TIB_SessionBase.HandleException
Author Wolfgang Rohdewald
Hi,

my app just generated some exception - I still have to investigate the
reason. While composing the error messages, IBO died. Call stack:

mon_fb_interpret
TIB_SessionBase.HandleException

in mon_fb_interpret the debugger can step until

Result := dll_fb_interpret( buffer, buflen, status );

but when trying to step into dll_db_interpret I get

access violation at 0x000000000: read of address 0x000000000

at that point, buffer only contains hex 0

--
Wolfgang