Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
When I minimise Wordpad (the one shipped with ReactOS) it gives two assertion failures (two message boxes that are open at the same time, you can move them about independently).
1) dll/win32/riched20/wrap.c: 261: i<len
2) dll/win32/riched20/caret.c: 108: ~para->member.para.nFlags & MEPF_REWRAP
The abort and retry buttons of these boxes don't work properly.
Abort should terminate the application.
Retry should generate a breakpoint exception (execute int 3).
But instead I get a dozen more assertion failures before Wordpad dies.
r53070
Attachments
Issue Links
- is blocked by
-
CORE-5612 METABUG: Assertion i<len in richedit control
- Resolved