Subject: Re: [Boost-users] [function] rare crash on destroy
From: Igor R (boost.lists_at_[hidden])
Date: 2010-01-25 12:40:20


> Wikipedia says that 0xFEEEFEEE is "Used by Microsoft's HeapFree() to mark freed heap memory".

Yes, and it's a begining of 72 bytes block of feeefeee.
Apparently, it means that out_buffer.data was already freed. But I
can't realize how it can be...