On Sat, Mar 08, 2003 at 12:08:55PM -0700, Michael Monsen wrote:
>       I wanted to report a bug with Mac OS X 10.2.4.  This may be the same 
> problem that was reported yesterday by Jason Arnold.  I don't have a 
> bugfix for this but when I have time I'll continue to investigate.

It looks like the same problem. It may be that Mac OS X has a
different version of the standard header files. I've figured out the
problem from your backtrace and have updated CVS and the patch on
cryptopp.com (again please refresh the page before you download) to 
incorporate a workaround. Please try it out.

BTW, how do I set GDB to break on an C++ exception in Mac OS X? Neither 
of the following worked. Good thing you posted the backtrace or it would 
have taken me much longer to figure this out.

(gdb) catch throw
warning: Unsupported with this platform/compiler combination.
warning: Perhaps you can achieve the effect you want by setting
warning: a breakpoint on __raise_exception().
(gdb) break __raise_exception
Function "__raise_exception" not defined.

Reply via email to