[Bug 26070] New: user32/class tests show some valgrind warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 11 18:16:08 CST 2011


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

           Summary: user32/class tests show some valgrind warnings
           Product: Wine
           Version: 1.3.13
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: minor
          Priority: P2
         Component: user32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


Invalid read of size 2
    at  RtlImageNtHeader (loader.c:2508)
    by  RtlImageDirectoryEntryToData (loader.c:2684)
    by  find_entry (resource.c:189)
    by  LdrFindResource_U (resource.c:303)
    by  find_resourceW (resource.c:139)
    by  FindResourceExW (resource.c:183)
    by  FindResourceW (resource.c:192)
    by  LoadMenuW (menu.c:4359)
    by  WIN_CreateWindowEx (win.c:1372)
    by  CreateWindowExA (win.c:1550)
    by  check_instance_ (class.c:266)
    by  test_instances (class.c:441)
    by  func_class (class.c:995)
    by  run_test (test.h:556)
    by  main (test.h:624)
  Address 0x12345678 is not stack'd, malloc'd or (recently) free'd

...

 28 bytes in 1 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  DIALOG_get_info (defdlg.c:335)
    by  DIALOG_CreateIndirect (dialog.c:669)
    by  CreateDialogIndirectParamAorW (dialog.c:755)
    by  CreateDialogIndirectParamA (dialog.c:764)
    by  CreateDialogParamA (dialog.c:729)
    by  CreateDialogParamTest (class.c:878)
    by  func_class (class.c:990)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 42,420 bytes in 21 blocks are possibly lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  get_tls_data (test.h:240)
    by  winetest_set_location (test.h:275)
    by  check_instance_ (class.c:263)
    by  thread_proc (class.c:292)
    by  ??? (signal_i386.c:2473)
    by  call_thread_entry_point (signal_i386.c:2499)
    by  start_thread (thread.c:404)
    by  start_thread (in /lib/libpthread-2.11.2.so)
    by  clone (in /lib/libc-2.11.2.so)

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