From: Warren Young Date: February 14 2005 3:10pm Subject: Re: mysql++1.7.28 core dumps on solaris List-Archive: http://lists.mysql.com/plusplus/3969 Message-Id: <4210BF73.2050009@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Alex Vishnev wrote: > #0 0xff09c4ac in _libc_kill () from /lib/libc.so.1 > #1 0xff035a84 in abort () from /lib/libc.so.1 > #2 0xff161acc in __cxxabiv1::__terminate (handler=0xff03597c ) at > ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:47 This looks like an uncaught exception to me. MySQL++ throws exceptions to flag errors, and somehow the exception isn't being caught. In the past, I've seen many error reports on Solaris regarding exception handling. I don't know that this means that it is broken, but it may be that it isn't obvious how to set it up properly. For instance, perhaps you need to pass special flags to the compiler to get it to work right. Just a guess.