|
From: Onet <on...@dd...> - 2005-12-20 22:52:25
|
Hi, Using valgrind version 3.1.0, I get the following error: user@host:~/program_path$ valgrind -v ./program_name valgrind: mmap(0x8756000, 212860928) failed in UME. The error occurs with both the Debian package as with the self-compiled binary from the official source. The program itself runs smoothly outside of the valgrind context. Can someone with more knowledge about 'UME' tell me what this means, how it can be avoided or whether this should be considered a bug in valgrind? Best regards, Onet. |
|
From: Tom H. <to...@co...> - 2005-12-21 00:08:03
|
In message <113...@on...>
Onet <on...@dd...> wrote:
> Using valgrind version 3.1.0, I get the following error:
>
> user@host:~/program_path$ valgrind -v ./program_name
> valgrind: mmap(0x8756000, 212860928) failed in UME.
>
> The error occurs with both the Debian package as with the self-compiled
> binary from the official source.
> The program itself runs smoothly outside of the valgrind context.
>
> Can someone with more knowledge about 'UME' tell me what this means, how
> it can be avoided or whether this should be considered a bug in
> valgrind?
Well clearly it is a bug of some sort... I suggest raising a bug
on the bug tracker. Providing the output of strace as an attachement
might be useful.
I assume this happens whatever program you try and valgrind?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|