Comment 11 for bug 1988754

Revision history for this message
In , Mattkse (mattkse) wrote :

(In reply to Stéphane Guillou (stragu) from comment #9)
> Do you see the same thing?

I don't repro a crash while the program is open on Windows. However, I did repro a crash after closing the program. I inserted a comment in the code before in sw\source\core\layout\ftnfrm.cxx (line 952) that a crash could happen there. I think it's a heap-use-after-free error because the debugger didn't show what was wrong. I will try investigating on Linux to see if I get any ASAN heap-use-after-frees.