On Sun, 6 Jun 2010, Jim wrote:
(gdb) break fpc_raiseexception
Breakpoint 1 at 0x40a9c6
...... debug output....
Breakpoint 1, 0x0040a9c6 in fpc_raiseexception ()
(gdb) backtrace
#0  0x0040a9c6 in fpc_raiseexception ()
#1  0x0043d284 in
IBCONNECTION_TIBCONNECTION_$__CHECKERROR$ANSISTRING$PISC_STATUS ()

OK, this means you've found an error in the error handling code of
TIBConnection. Unfortunately, there is not enough info to pinpoint the exact
location.

Do you think you can recompile the ibconnection unit with debug info ?
(copying to to your project's directory should do the trick)

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to