Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144891 Details for
Bug 221406
Double free() or corruption
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
valgrind --log-file=/root/updatedb.log updatedb
updatedb.log.29137 (text/plain), 3.77 KB, created by
Matteo Corti
on 2007-01-05 07:20:42 UTC
(
hide
)
Description:
valgrind --log-file=/root/updatedb.log updatedb
Filename:
MIME Type:
Creator:
Matteo Corti
Created:
2007-01-05 07:20:42 UTC
Size:
3.77 KB
patch
obsolete
>==29137== Memcheck, a memory error detector. >==29137== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. >==29137== Using LibVEX rev 1575, a library for dynamic binary translation. >==29137== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP. >==29137== Using valgrind-3.1.1, a dynamic binary instrumentation framework. >==29137== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al. >==29137== For more details, rerun with: -v >==29137== >==29137== My PID = 29137, parent PID = 4692. Prog and args are: >==29137== updatedb >==29137== >==29137== Invalid read of size 2 >==29137== at 0x804CE4D: fts_close (in /usr/bin/slocate) >==29137== by 0x804B135: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== Address 0x41E0374 is 60 bytes inside a block of size 178 free'd >==29137== at 0x4004EFA: free (vg_replace_malloc.c:235) >==29137== by 0x804DBBD: fts_read (in /usr/bin/slocate) >==29137== by 0x804AFBE: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== >==29137== Invalid read of size 4 >==29137== at 0x804CE37: fts_close (in /usr/bin/slocate) >==29137== by 0x804B135: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== Address 0x41E0340 is 8 bytes inside a block of size 178 free'd >==29137== at 0x4004EFA: free (vg_replace_malloc.c:235) >==29137== by 0x804DBBD: fts_read (in /usr/bin/slocate) >==29137== by 0x804AFBE: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== >==29137== Invalid read of size 4 >==29137== at 0x804CE40: fts_close (in /usr/bin/slocate) >==29137== by 0x804B135: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== Address 0x41E033C is 4 bytes inside a block of size 178 free'd >==29137== at 0x4004EFA: free (vg_replace_malloc.c:235) >==29137== by 0x804DBBD: fts_read (in /usr/bin/slocate) >==29137== by 0x804AFBE: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== >==29137== Invalid free() / delete / delete[] >==29137== at 0x4004EFA: free (vg_replace_malloc.c:235) >==29137== by 0x804CE4C: fts_close (in /usr/bin/slocate) >==29137== by 0x804B135: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== Address 0x41E0338 is 0 bytes inside a block of size 178 free'd >==29137== at 0x4004EFA: free (vg_replace_malloc.c:235) >==29137== by 0x804DBBD: fts_read (in /usr/bin/slocate) >==29137== by 0x804AFBE: (within /usr/bin/slocate) >==29137== by 0x804C4B6: (within /usr/bin/slocate) >==29137== by 0xB3DDE2: (below main) (in /lib/tls/libc-2.3.4.so) >==29137== >==29137== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 14 from 2) >==29137== malloc/free: in use at exit: 4,490 bytes in 9 blocks. >==29137== malloc/free: 682,926 allocs, 682,918 frees, 93,295,932 bytes allocated. >==29137== For counts of detected errors, rerun with: -v >==29137== searching for pointers to 9 not-freed blocks. >==29137== checked 54,896 bytes. >==29137== >==29137== LEAK SUMMARY: >==29137== definitely lost: 4,217 bytes in 4 blocks. >==29137== possibly lost: 0 bytes in 0 blocks. >==29137== still reachable: 273 bytes in 5 blocks. >==29137== suppressed: 0 bytes in 0 blocks. >==29137== Use --leak-check=full to see details of leaked memory.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 221406
: 144891 |
145143
|
145144
|
145145
|
145246
|
145331
|
145333