[C++-sig] Re: Sporadic access faults in boost::python::converter::registry::query()

David Abrahams dave at boost-consulting.com
Thu May 22 00:59:44 CEST 2003


David Abrahams <dave at boost-consulting.com> writes:

> I've BCC'd people on the compiler and library (because it appears to
> crash in the std::set implementation) teams at Metrowerks; they may
> have some ideas.  

The std library author reminded me that they have an invariants check
in their associative container implementation.  I added code to
Boost.Python which calls the check each time the set is modified in a
debug build.  You might try the latest CVS to see if you learn
anything...

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list