http://bugs.winehq.org/show_bug.cgi?id=27529
Summary: Heap issue in winecfg Product: Wine Version: 1.3.18 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
Created an attachment (id=35192) --> (http://bugs.winehq.org/attachment.cgi?id=35192) Console log with WINEDEBUG=warn+heap
I noticed, that running winecfg for the first time in different version of wine produces a lot of heap warning. To reproduce:
1. Install wine-1.3.21 and run winecfg 2. Install wine-1.3.22 and run WINEDEBUG=warn+heap winecfg (a lot of warnings) 3. run again WINEDEBUG=warn+heap winecfg (no more heap warnings)
Console log attached.
http://bugs.winehq.org/show_bug.cgi?id=27529
--- Comment #1 from Wylda wylda@volny.cz 2012-05-19 08:51:20 CDT ---
Still present. Tested under wine-1.5.3 -> wine-1.5.4.
http://bugs.winehq.org/show_bug.cgi?id=27529
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2012-05-19 09:11:10 CDT --- By first time run you mean that wine has to create/update prefix too? If so this output could be produced by Gecko components. Could you make sure that it's not gecko related by running in without gecko package?
http://bugs.winehq.org/show_bug.cgi?id=27529
--- Comment #3 from Wylda wylda@volny.cz 2012-05-19 09:24:32 CDT ---
Not a Gecko issue. New steps:
1. Install wine-1.5.3 package 2. Remove .wine dir 3. Rename /usr/share/wine/gecko -> /usr/share/wine/geckox 4. Run winecfg and refuse to install gecko 5. Check that there are no heap warnings WINEDEBUG=warn+heap winecfg 6. Install wine-1.5.4 package 7. Run WINEDEBUG=warn+heap winecfg and refuse to install Gecko. After that there will be cca 50x warn:heap lines
So it is independent wheter gecko is available or refused to install.
http://bugs.winehq.org/show_bug.cgi?id=27529
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2012-05-19 09:37:29 CDT --- I get only two lines of warnings running with warn+heap. They both the same:
--- 0009:warn:heap:validate_block_pointer Heap 0x110000: pointer 0x33e290 is not inside heap 0009:warn:heap:validate_block_pointer Heap 0x110000: pointer 0x33e290 is not inside heap ---
relay log shows that failures are surrounded by GDI calls, basically is a RtlFreeHeap() failure. But I don't see anything else like corruption.
http://bugs.winehq.org/show_bug.cgi?id=27529
--- Comment #5 from Wylda wylda@volny.cz 2012-05-19 09:52:43 CDT --- Created attachment 40228 --> http://bugs.winehq.org/attachment.cgi?id=40228 Console log WINEDEBUG=warn+heap,+relay
Strange, that you get something different. For sure, i attached my log with WINEDEBUG=warn+heap,+relay.
http://bugs.winehq.org/show_bug.cgi?id=27529
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #40228|application/octet-stream |application/x-bzip2 mime type| |
http://bugs.winehq.org/show_bug.cgi?id=27529
--- Comment #6 from Jerome Leclanche adys.wh@gmail.com 2013-08-24 00:17:10 CDT --- Still happening?
http://bugs.winehq.org/show_bug.cgi?id=27529
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |frederic.delanoy@gmail.com Resolution|--- |ABANDONED
--- Comment #7 from Frédéric Delanoy frederic.delanoy@gmail.com --- Abandoned.
Feel free to reopen if the problem persists in the latest wine version.
http://bugs.winehq.org/show_bug.cgi?id=27529
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Frédéric Delanoy frederic.delanoy@gmail.com --- Closing