[Bug 23488] A Delphi application crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 5 01:27:15 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23488


Dmitry Timoshkov <dmitry at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P4                          |P2
           Severity|normal                      |minor




--- Comment #2 from Dmitry Timoshkov <dmitry at codeweavers.com>  2010-07-05 01:27:14 ---
The application subclasses "Edit" and messes with the Edit's buffer by calling
CallWindowProc() from another thread while main thread handles WM_PAINT.

You need to find a more sane way of doing this kind of things.

Arguably, Edit should lock its buffer while processing current message.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list