New valgrind results for Oct 22, 2009

Nikolay Sivov bunglehead at gmail.com
Fri Oct 23 11:19:20 CDT 2009


Dan Kegel wrote:
> http://kegel.com/wine/valgrind/logs/ is updated as usual, this time with
> all of the log files I used to generate.  For instance,
> http://kegel.com/wine/valgrind/logs/2009-10-22-19.57-summary.txt
> is a diff of just the first line of each error, to give you
> a quick idea what changed.  (The logs are pretty noisy -
> if there's a crash that happens every other day, you'll
> see lots of churn from all the warnings that follow,
> or would follow, the crash.)
>
> listview seems genuinely improved:
> http://kegel.com/wine/valgrind/logs/2009-10-22-19.57/vg-comctl32_listview.txt
> is a lot shorter than
> http://kegel.com/wine/valgrind/logs/2009-10-21-19.42/vg-comctl32_listview.txt
>
> The script also shows a diff from the previous day for each test's log, e.g.
> http://kegel.com/wine/valgrind/logs/2009-10-22-19.57/vg-comctl32_listview-diff.txt
>
>   
Looking at msvcrt.dll._fcvt leak reported in recent results it's not 
quite clear for me how could this happen.
It uses heap block allocated as thread data and it should be freed on 
DLL_THREAD_DETACH.
Is there any chance that this notification is skipped running inside 
winetest?



More information about the wine-devel mailing list