Summary: | false positives for Invalid reads | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | neal <nnorwitz> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.2.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
V output on amd64
V output on x86 |
Description
neal
2006-11-07 07:58:36 UTC
Created attachment 18452 [details]
V output on amd64
Created attachment 18453 [details]
V output on x86
I can't see any problem here, and certainly not any one in valgrind. It seems to me that the document you referred to explains exactly what is happening here and why it is not a problem. It also clearly explains how to build python to avoid the problem. There is nothing in that document to say that you should only get "conditional depends on" errors - indeed the example it quotes is not such an error. In any case you should probably talk to the python developers first - it is far more likely that you have found a problem in python than one in valgrind... |