Hi,
i wonder what is wine trying to tell me by "just discovered" message:
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic 00555555 for 0x118c10
Is that some kind of corruption or harmless?
I found out, that ARENA_INUSE_MAGIC should be 0x455355. Then ARENA_INUSE_FILLER is 0x55, so it looks to me, that wine overwrites 455355 by several 55 and then complains ;)
What is it good for to put there 455355 and then intentionally overwrite(??) that by different value?
W.