http://bugs.winehq.org/show_bug.cgi?id=33963
Bug #: 33963 Summary: WINE Wordpad crashes when selecting text from line end to line start Product: Wine Version: 1.6-rc4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: Elias.vds@gmail.com Classification: Unclassified
Steps to reproduce: 1. Compile the latest wine 1.6-rc4. 2. Run 'wine wordpad'. 3. Write one character, e.g. ' ' (space). 4. Select that character, by selecting from the line end (so immediately after the space) to the line start (before the space).
Then, it crashes and starts the debugger: wine: Unhandled page fault on read access to 0x0000000c at address 0x7ac351f7 (thread 0009), starting debugger...
This was tested on Fedora 12 (32-bit wine) and on Fedora 18 (64-bit wine), both on 64bit linux (intel core i5).