2007/4/27, matthew.garman@gmail.com <matthew.garman@gmail.com>:
The exception comes during the restoring of serialized data.  The
exception.what() is "integer cannot be represented".

Anyone have any ideas what would cause this exception to be thrown?
Or an idea of where I can look to start to diagnose the problem?
 
Usually the debuggers (eg. GDB) have options to break at every exception generation,
this way is really simple to see line of code where exception was generated
and program status.

--
Alberto Ingenito