http://bugs.winehq.org/show_bug.cgi?id=22256
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #33 from Bruno Jesus 00cpxxx@gmail.com 2012-01-27 22:14:40 CST --- I can confirm the crash now. It took me about 2 minutes doing the up/down horizontal bar movement. I guess I should have tried harder in the older version too and it would soon or later crash.
Tested in 1.4-rc1.
It's possible to see it leaking using +gdi: trace:gdi:free_gdi_handle freed OBJ_PEN 0x700 4201/16360 ... trace:gdi:free_gdi_handle freed OBJ_PEN 0x700 9820/16360 ... trace:gdi:free_gdi_handle freed OBJ_PEN 0x700 12050/16360 ...
It goes until it reaches the last valid handle, then it starts dropping the out of resources message.