From: Warren Young Date: February 16 2005 1:55am Subject: Re: mysql++1.7.28 thread safety List-Archive: http://lists.mysql.com/plusplus/3992 Message-Id: <4212A82A.7020905@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Alex Vishnev wrote: > > After I placed the method in question into another > nested try/catch, the problem resolved itself inside my simple application. Thanks for the report, but _yuck_. What a weak implementation. I guess the solution is to rework the resetdb sample so that it doesn't require nested exceptions. Selectively turning off exceptions in the inner block probably isn't the right way, though. > I still would be curious to see why this happens. I think the inner block is throwing an exception, which would tell you why the problem is happening.