|
Boost Users : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-02-16 01:14:52
Is any of this implemented in a DLL ?
the program is haning up because its trying to register a class
that is in the process of being destroyed. Try setting
a break poin on the assertion on line 71 of exended_type_info.cpp
and try to figure out which class is being register.
Set break point on the destructor of that class.
This might lead one to the point whereby a destructor
is being called while someting is being serialized
Robert Ramey
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net