On Monday, March 10, 2003, at 03:51 PM, Wei Dai wrote:
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.
Downloaded the new patch and this has fixed the problem. Thanks a lot for fixing that so quickly.
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.
I didn't do anything special, I simply loaded the program into gdb, then ran it. After the exception was thrown I just used the 'bt' command to get the backtrace.
-- Michael Monsen There are 10 kinds of people in this world. Those who understand binary, and those who don't.
