On Thu, 13 May 2021 10:05:37 -0400 Jim McNamara <nefarioussch...@gmail.com> 
wrote:

JM> It does not output an error. The code sample listed above
JM> doesn't execute cout << "2" . I don't use gdb for debugging.

 I think you should. Sorry, but there is clearly something very weird going
on your machine and you do need to debug it and understand what's going on,
nobody else can do it for you. If really can't use gdb, relax the class
used in your catch clause (i.e. use std::exception) and/or add "catch(...)"
to at least confirm that some other exception is being thrown. But using
a debugger should be simpler and faster to see what's going on.

JM> My mouse cursor briefly turns into the blue spinning wheel

 Watching the mouse cursor is not a productive debugging method.

 Good luck,
VZ

Attachment: pgpGDijpt8I7Y.pgp
Description: PGP signature

_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to