Some random memory problems

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lechup
Newbie
Newbie
Posts: 3
Joined: Wed Jan 07, 2009 12:45 pm

Some random memory problems

Post by lechup »

I need to run badly promrammed application on Wine. The problem is it is raising built in progammed error "Out of memory"?

Image
Image

Debugging do not give any err: only lot of:

warn:heap:HEAP_Decommit Could not decommit 003b0000 bytes at 0xbfc50000 for heap 0xbfc00000
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x1c34d0

warnings, what do they exactly means?
is it possible to hard code different maximum heap size i'm just doing blind guess it would help?

i guess it can be issue with program (eg. addr > 2GB is treated as NULL -> out of memory) all in all somthing is wrong any ideas how to debug highly appriciated
Last edited by lechup on Fri Feb 06, 2009 6:23 am, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Some random memory problems

Post by vitamin »

lechup wrote:warn:heap:HEAP_Decommit Could not decommit 003b0000 bytes at 0xbfc50000 for heap 0xbfc00000
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x1c34d0
Looks like memory corruption to me. What Wine version? What distro?
lechup
Newbie
Newbie
Posts: 3
Joined: Wed Jan 07, 2009 12:45 pm

Post by lechup »

Hi!

It's 1.1.13~winehq0~ubuntu~8.04-0ubuntu1 - so distro is ubuntu 8.04 hardy

But this behaviour is also the same in 0.9.59-0ubuntu4 or newest git checkout.

As far I understood you think is rather a program/programmer error than issue with wine?

The problem is i don't have sources of this damn *** program...
Locked