[Webkit-unassigned] [Bug 118596] New: [ATK] Leak: Leaks in textatk.c

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 04:54:34 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118596

           Summary: [ATK] Leak: Leaks in textatk.c
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: brian.holt at samsung.com
                CC: webkit-bug-importer at group.apple.com


Many leaks found in tesktak using valgrind (this is one example):

==32735== 65 bytes in 1 blocks are definitely lost in loss record 8,278 of 12,167
==32735==    at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==32735==    by 0xA40AD10: g_malloc (gmem.c:159)
==32735==    by 0xA42173B: g_strdup (gstrfuncs.c:364)
==32735==    by 0x6713A39: _ZL27webkitAccessibleTextGetTextP8_AtkTextii (WebKitAccessibleInterfaceText.cpp:594)
==32735==    by 0x6711EA5: _ZL21getGailTextUtilForAtkP8_AtkText (WebKitAccessibleInterfaceText.cpp:171)
==32735==    by 0x6713CF6: _ZL36webkitAccessibleTextGetTextForOffsetP8_AtkTexti15AtkTextBoundary23GetTextRelativePositionPiS3_ (WebKitAccessibleInterfaceText.cpp:659)
==32735==    by 0x6713DA3: _ZL35webkitAccessibleTextGetTextAtOffsetP8_AtkTexti15AtkTextBoundaryPiS2_ (WebKitAccessibleInterfaceText.cpp:673)
==32735==    by 0x9F5FBD9: atk_text_get_text_at_offset (atktext.c:458)
==32735==    by 0x402985: testGetTextFunction (testatk.c:102)
==32735==    by 0x402E43: runGetTextTests (testatk.c:166)
==32735==    by 0x408F03: testWebkitAtkGetTextAtOffset (testatk.c:776)
==32735==    by 0xA427B1C: g_test_run_suite_internal (gtestutils.c:1714)
==32735==    by 0xA427C95: g_test_run_suite_internal (gtestutils.c:1778)
==32735==    by 0xA427C95: g_test_run_suite_internal (gtestutils.c:1778)
==32735==    by 0xA427FF2: g_test_run_suite (gtestutils.c:1823)
==32735==    by 0x4145AB: main (testatk.c:2115)
==32735== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   fun:malloc
   fun:g_malloc
   fun:g_strdup
   fun:_ZL27webkitAccessibleTextGetTextP8_AtkTextii
   fun:_ZL21getGailTextUtilForAtkP8_AtkText
   fun:_ZL36webkitAccessibleTextGetTextForOffsetP8_AtkTexti15AtkTextBoundary23GetTextRelativePositionPiS3_
   fun:_ZL35webkitAccessibleTextGetTextAtOffsetP8_AtkTexti15AtkTextBoundaryPiS2_
   fun:atk_text_get_text_at_offset
   fun:testGetTextFunction
   fun:runGetTextTests
   fun:testWebkitAtkGetTextAtOffset
   fun:g_test_run_suite_internal
   fun:g_test_run_suite_internal
   fun:g_test_run_suite_internal
   fun:g_test_run_suite
   fun:main
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list