|
|
Choosing A Webhost: |
Destroying Query object causes unhandled exception: msg#00027db.mysql.c++
Hello all, right to the point. I have the following code in my application: try { mysqlpp::Connection sqlCon( db, host, user, passwd ); mysqlpp::Query query = sqlCon.query( ); } catch ( const mysqlpp::BadQuery &e ) { cerr << e.what( ) << endl; return; } catch ( const mysqlpp::Exception &e ) { cerr << e.what( ) << endl; return; } With this code it is possible to use the connection and the query object to manipulate database. But when the application is going out of the try block and tries to destroy Query object it stops in "dbgheap.c" with unhandled exception or assert says: Expression: _BLOCK_TYPE_IS_VALIDE(pHead->nBlockUse) I have found this type of error on google but without any replyes. I've been playing more with this code and tried to set up new project. In new project it is without error. Therefore I thought, I have problem with memory leaks. But it was strange because the application runs without any error. So I've commented everything before that try block but it haven't helped. Does anybody have any idea what might be the problem? Thanks in advance! -- Stromek -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re: Exceptions in mysql++, Chris Frey |
|---|---|
| Next by Date: | Re: Destroying Query object causes unhandled exception, Stromek |
| Previous by Thread: | Exceptions in mysql++, Jonatan Taminau |
| Next by Thread: | Re: Destroying Query object causes unhandled exception, Stromek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |