[ https://forge.continuent.org/jira/browse/CAROB-101?page=all ]
     
Gilles Rayrat closed CAROB-101:
-------------------------------


> unhandled exception in DriverSocket::operator<<
> -----------------------------------------------
>
>          Key: CAROB-101
>          URL: https://forge.continuent.org/jira/browse/CAROB-101
>      Project: Carob
>         Type: Bug
>   Components: C++ API
>     Versions: Carob 0.5
>  Environment: Debian Sarge 3.1
>     Reporter: Simon Csaba Endre
>     Assignee: Marc Herbert
>      Fix For: Carob 0.7.1

>
>   Time Spent: 1 hour
>    Remaining: 0 minutes
>
> #0  0x4027883b in raise () from /lib/tls/libc.so.6
> #1  0x40279fa2 in abort () from /lib/tls/libc.so.6
> #2  0x405b8f57 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
> #3  0x405b8f94 in std::terminate () from /usr/lib/libstdc++.so.5
> #4  0x405b8fb7 in std::terminate () from /usr/lib/libstdc++.so.5
> #5  0x405b8e75 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
> #6  0x404d1690 in CarobNS::DriverSocket::operator<< () from 
> /usr/lib/libcarob.so
> #7  0x404e97b7 in CarobNS::Request::sendToStream () from /usr/lib/libcarob.so
> #8  0x404e9fe4 in CarobNS::RequestWithResultSetParameters::sendToStream () 
> from /usr/lib/libcarob.so
> #9  0x404e3cb6 in CarobNS::Connection::statementExecute () from 
> /usr/lib/libcarob.so
> #10 0x404fece9 in CarobNS::Statement::execute () from /usr/lib/libcarob.so
> #11 0x4004c9dd in CarobNS::ParameterStatement::execute () from 
> /usr/lib/libmysequoia.so
> #12 0x400474ed in CarobStmt::execute () from /usr/lib/libmysequoia.so
> #13 0x4005a368 in mysql_stmt_execute () from /usr/lib/libmysequoia.so
> #14 0x08059726 in test_insert () at mats.c:4544
> #15 0x08084e6b in main (argc=0, argv=0x80b98fc) at mats.c:15420
> It seems that there is an uncatched exception. The operator<< is declared as 
> follows:
> const DriverSocket& DriverSocket::operator <<(const wstring & s) const
>     throw (SocketIOException, UnexpectedException)
> but it tries to throw other exceptions also... See the fixme in the code...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to