Hi While debugging I found following warning: warn:heap:HEAP_ValidateInUseArena Heap 413a0000: unaligned arena pointer 413a0b62 Is this warning a Wine problem or a Windows problem? (Hmm, arena, had to look it up first :) Thanks Fabi
On Wed, Aug 21, 2002 at 09:36:13AM +0200, Fabian Cenedese wrote:
Hi
While debugging I found following warning:
warn:heap:HEAP_ValidateInUseArena Heap 413a0000: unaligned arena pointer 413a0b62
Is this warning a Wine problem or a Windows problem? (Hmm, arena, had to look it up first :) Neither: it's the WARN version, not the ERR one. The WARN alignment messages should be harmless.
-- Microsoft Licensing 6.0: "Pay us now in advance, so that we can own you later."
Fabian Cenedese a écrit :
Hi
While debugging I found following warning:
warn:heap:HEAP_ValidateInUseArena Heap 413a0000: unaligned arena pointer 413a0b62
Is this warning a Wine problem or a Windows problem? (Hmm, arena, had to look it up first :)
hard to tell it's likely about a memory trashing issue but, finding the culprit is harder. it can either be a misbehaving program or a bug in wine code try to run with -debugmsg +heap,+relay to get closer to the point where things start to run bad A+
participants (3)
-
Andreas Mohr -
Eric Pouech -
Fabian Cenedese