[Bug 20601] New: "make test" under valgrind shows serious warnings in 16 tests

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 7 06:53:44 CST 2009


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

           Summary: "make test" under valgrind shows serious warnings in
                    16 tests
           Product: Wine
           Version: 1.1.32
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


The following tests show invalid write or invalid free errors
when run under valgrind:
comctl32_imagelist d3d8_device d3d8_visual d3d9_d3d9ex d3d9_device
d3d9_visual d3dx9_36_core ddraw_d3d ddrawex_surface ddraw_visual
kernel32_change msctf_inputprocessor mshtml_dom shdocvw_webbrowser
shell32_shlexec user32_dialog

For instance, 
http://kegel.com/wine/valgrind/logs/2009-11-05-09.09/vg-comctl32_imagelist.txt
shows
 Invalid write of size 1
    at  memcpy (mc_replace_strmem.c:482)
    by  GetDIBits (dib.c:954)
    by  _write_bitmap (imagelist.c:2728)
    by  ImageList_Write (imagelist.c:2804)
    by  check_iml_data (imagelist.c:932)
    by  test_imagelist_storage (imagelist.c:955)
    by  func_imagelist (imagelist.c:1268)
    by  run_test (test.h:535)
    by  main (test.h:585)
  Address 0x7f071068 is not stack'd, malloc'd or (recently) free'd

and
http://kegel.com/wine/valgrind/logs/2009-11-05-09.09/vg-user32_dialog.txt
shows
 Invalid write of size 4
    at  DIALOG_CreateIndirect (dialog.c:701)
    by  DialogBoxParamA (dialog.c:840)
    by  test_DialogBoxParamA (dialog.c:960)
    by  func_dialog (dialog.c:1157)
    by  run_test (test.h:535)
    by  main (test.h:585)
  Address 0x7f040428 is not stack'd, malloc'd or (recently) free'd

I suppose we should open individual bugs about each of these.
Anybody up for that?

-- 
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