[Bug 776] New - CreatePalette again

wine-bugs at winehq.com wine-bugs at winehq.com
Sat Jun 8 16:17:26 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=776

*** shadow/776	Sat Jun  8 16:17:26 2002
--- shadow/776.tmp.18073	Sat Jun  8 16:17:26 2002
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | CreatePalette again                                                        |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 776                         Product: Wine                    |
+ |       Status: UNCONFIRMED                 Version: CVS                     |
+ |   Resolution:                            Platform:                         |
+ |     Severity: normal                   OS/Version: All                     |
+ |     Priority: P1                        Component: wine-gdi                |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: wine-bugs at winehq.com                                         |
+ |  Reported By: mstefani at redhat.com                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |    Milestone: TargetMilestone: ---                                         |
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The program SKAT 5.2.1 from http://www.skat-spiel.de/ creates a lot of palettes
+ without deleting them thus exhausting the GDI heap.
+ I've seen 57 successfull calls to CreatePalette, only one DeleteObject() on a
+ palette, 16 failed CreatePalette due to exhausted GDI heap and than the program
+ crashes with:
+ err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
+ And all this only to create the main window and display the splash screen.
+ 
+ Not deleting the palette seems to be a pretty standard windows programming bug :(
\ No newline at end of file



More information about the wine-bugs mailing list