I just tried this again on Windows and the simple vector case worked. But if you change the #if 1 to #if 0 so that it uses a std::map instead of a std::vector things seem to break.
-Aron On 3/13/07, Allen Bierbaum <[EMAIL PROTECTED]> wrote: > We have been chasing memory bugs for the past couple of days (see the > commitChanges thread) and have finally managed to isolate an example > that shows the problems we are seeing. > > I have created a ticket and attached the example here: > http://opensg.vrsource.org/trac/ticket/168 > > Please let me know if there is anything we can do to help out with this. > > Note: The fixes I made to the ChangeContainer code earlier today is > still relevant, it just doesn't fix this bug. (although it does move > where this bug shows up) > > -Allen > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
