Why am I getting create_view out of memory?

Alexandre Julliard julliard at winehq.org
Thu Mar 3 04:07:32 CST 2011


Peter Urbanec <winehq.org at urbanec.net> writes:

> Could someone please explain to me what's going on here? Quick look at
> the code indicates that there is a 4MB heap used for "views" (I have
> no idea what these are) and presumably that heap is exhausted. Is this
> likely a resource leak somewhere?

Not necessarily. The view structures are larger on 64-bit, and you can
of course create a lot more of them, so it's possible to run out of heap
space. Probably the heap should expand dynamically on 64-bit.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list