[Bug 23389] New: HEAP_ValidateInUseArena memory tail overwritten when updating Wine

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 26 05:24:47 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23389

           Summary: HEAP_ValidateInUseArena memory tail overwritten when
                    updating Wine
           Product: Wine
           Version: 1.2-rc5
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: hoehle at users.sourceforge.net


Both on Linux and MacOS I observed the following when Wine performs an update
with the memory fence turned on:

WINEDEBUG=warn+heap wine winecfg
err:heap:HEAP_ValidateInUseArena Heap 0x110000: block 0x111590 tail overwritten
at 0x1115b5 (byte 0/19 == 0x00)
err:heap:HEAP_ValidateInUseArena Heap 0x110000: block 0x1167a0 tail overwritten
at 0x1167ad (byte 0/11 == 0x00)
wine: configuration in '/Users/.../.wine' has been updated.

Reproduce after rm ~/.wine/.update-timestamp
On Linux the reported byte position is twice byte 0/11.

In addition, when gecko is present, there are 5 occurrences of
warn:heap:validate_block_pointer Heap 0x110000: pointer 0x40248080 is not
inside heap
(as it's the same heap address it could be the same bug).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list