|
From: Mehran F. <me...@no...> - 2005-06-02 13:03:48
|
Apparently Valgrind cannot properly keep track of blocks allocated by mmap. Does anyone know if there is a workaround for this? Thanks, Mehran |
|
From: Tom H. <to...@co...> - 2005-06-02 13:17:06
|
In message <713...@zc...>
Mehran Frohar <me...@no...> wrote:
> Apparently Valgrind cannot properly keep track of blocks allocated by mmap.
> Does anyone know if there is a workaround for this?
It should keep track of them just fine. What makes you think that
it doesn't manage to do so?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Julian S. <js...@ac...> - 2005-06-02 13:18:13
|
On Thursday 02 June 2005 14:03, Mehran Frohar wrote: > Apparently Valgrind cannot properly keep track of blocks allocated by mmap. > Does anyone know if there is a workaround for this? Uh, this isn't a good bug report. Can you get us some specifics, like what bit of code you're running and how the behaviour differs from what you expected? J |