[C++-sig] BPL v2 and Exceptions

David Abrahams dave at boost-consulting.com
Wed Oct 16 00:25:00 CEST 2002


greg Landrum <greglandrum at mindspring.com> writes:

> I ran the tests after installation and everything looked good.  I just
> tried them again to be sure and they still all pass.  Do any of the
> tests actually stress the PyErr_SetString method of throwing
> exceptions?  (I ask because a quick grep of the test source makes me
> think the answer is no).

Yes. exception_translator.cpp does.

The next steps are:

1. Run your test under gdb and get me a stacktrace of the crash.

2. Make me a small C++ test case and Python driver file so I can try
   to reproduce this.
-- 
           David Abrahams * Boost Consulting
dave at boost-consulting.com * http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list