
5 Apr
2004
5 Apr
'04
11:36 p.m.
I have found that the problem only occurs when the data to be tokenized goes out of scope... I guess boost doesn't (which is a good thing) copy all the data internally to parse through it. Joshua Moore-Oliva. On April 3, 2004 9:50 am, David Abrahams wrote:
Joshua Moore-Oliva <josh@chatgris.com> writes:
It appears that there is a problem in token_functions.hpp with probably the *next iterator. It appears to read out of previously freed memory.
I recompiled boost with debugging information, and here is the backtrace of boosts invalid memory access's.
Please post a small, complete example that reproduces the problem.