>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Juergen Spitzmueller wrote:
>> Juergen Spitzmueller wrote:
>>> No, but I wonder why this isn't the case on Linux? Here, endpos is
>>> correct AFAICS.
>> With stdlib-debug enabled, I can reproduce it on Linux as well.
>> Below is the debug output. It crashes exactly here:
>>
>> paragraph.h (260): value_type getChar(pos_type pos) const { return
>> text_[pos]; }
>>
>> Has anyone an idea?
Abdelrazak> Yes, the paragraph breaking needs to be redone after the
Abdelrazak> empty space is deleted.
Abdelrazak> This is pretty bad but this dEPM code is very bad to start
Abdelrazak> with.
Abdel, I have a question: in the old times, dEPM just returned true
when rebreaking/updating was needed, and this bool was propagated
upwards until the update machinery did its job. How come we cannot
rely on this anymore?
Actually, I missed the bug report itself. What was the code patch that
caused the crash?
JMarc