Look Forme <[EMAIL PROTECTED]> writes:

> The problem is that the while doing exception handling
> I have seen that the catch block (for sql_error)
> catches the exception (which is fine) but my process
> also receives a SIGABRT which is not explainable.
>
> Can any one throw some light on the same.

If you run the program inside the gdb debugger, can you get a
backtrace (bt)?  This should show the exact function/line where the
signal was raised.  You'll need to compile with "-g3" to enable
debugging symbols.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please sign and encrypt your mail.

Attachment: pgpczjVsWeDIY.pgp
Description: PGP signature

_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to