https://bugs.kde.org/show_bug.cgi?id=471807

Carl Love <c...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@us.ibm.com

--- Comment #17 from Carl Love <c...@us.ibm.com> ---
I have been poking around a little on the issue on Power 10 to see what the
cause is of the failures this patch seems to be causing.  

I tried one of the failing tests memcheck/tests/doublefree.

valgrind --tool=memcheck  -q ./doublefree 
==427300== Invalid free() / delete / delete[] / realloc()
==427300==    at 0x40A8DD8: free (vg_replace_malloc.c:974)
==427300==    by 0x10000793: main (doublefree.c:10)
==427300==  Address 0x4350040 is 0 bytes inside a block of size 177 free'd
==427300==    at 0x40A8DD8: free (vg_replace_malloc.c:974)
==427300==    by 0x10000793: main (doublefree.c:10)
==427300==  Block was alloc'd at
==427300==    at 0x40A53F8: malloc (vg_replace_malloc.c:431)
==427300==    by 0x1000076F: main (doublefree.c:8)
==427300== 

At the moment, it looks like the issue is with freeing memory.   There may also
be an issue with the debug info stuff but I don't seem to be hitting that yet.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to