From: Warren Young Date: February 14 2005 3:11pm Subject: Re: mysql++1.7.28 core dumps on solaris List-Archive: http://lists.mysql.com/plusplus/3970 Message-Id: <4210BFA6.1000609@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > I think this is a bug in the resetdb.cpp example, where it doesn't turn > off exceptions inside the catch() handler. An exception thrown from that code should be caught by the try block wrapping the body of that function.