Bug 1373630
| Summary: | Unable to profile GlusterFS FUSE client with Valgrind's Massif tool | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Oleksandr Natalenko <oleksandr> | ||||||||
| Component: | fuse | Assignee: | bugs <bugs> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 3.7.15 | CC: | bugs, nbalacha, pkarampu | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-09-06 20:41:57 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | fuse | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1372729 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Oleksandr Natalenko
2016-09-06 19:28:32 UTC
Created attachment 1198408 [details]
massif.out.25483
Created attachment 1198409 [details]
massif.out.25484
Created attachment 1198410 [details]
Memcheck output
Oleksandr, Seems like it could be problem with libc as per the following: http://valgrind.org/docs/manual/manual-core.html#manual-core.rareopts May be you should run with: '--run-libc-freeres=no' I checked the other parameter not initialized error. I checked kernel code and the 'dummy' variable inside the strucutre is not used at all. May be it is used for either giving extra functionality without changing structures/alignment, not sure. Pranith Yay, nice catch, Pranith! Seems to work now, thanks. |