[Bug 23776] Eclipse IDE for Java EE Developers crashes opening new Java project

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 12 11:05:54 CDT 2010


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





--- Comment #8 from Nikolay Sivov <bunglehead at gmail.com>  2010-08-12 11:05:53 ---
It divides by zero here:

---
nImageCount = bmp.bmWidth / himl->cx;
---

And it's created with zero dimensions in a first place:

---
trace:imagelist:ImageList_Create (0 0 0x21 4 4)
---

We need some tests for such cases I guess.

-- 
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