On Tue, Jul 20, 2010 at 12:29, WAROQUIERS Philippe
wrote:
>
>
>>> On Mon, Jul 19, 2010 at 6:41 PM, Bert Wesarg
>> wrote:
I would have expected, that when I do a read access on a memory
location (ie. dereference the pointer), which was previously marked
with VALGRIND_MAKE_MEM_UN
>> On Mon, Jul 19, 2010 at 6:41 PM, Bert Wesarg
> wrote:
>>>
>>> I would have expected, that when I do a read access on a memory
>>> location (ie. dereference the pointer), which was previously marked
>>> with VALGRIND_MAKE_MEM_UNDEFINED(), I get an error message from the
>>> memcheck tool. But
On Mon, Jul 19, 2010 at 6:41 PM, Bert Wesarg wrote:
>
> I would have expected, that when I do a read access on a memory
> location (ie. dereference the pointer), which was previously marked
> with VALGRIND_MAKE_MEM_UNDEFINED(), I get an error message from the
> memcheck tool. But I don't. I also d
On Mon, Jul 19, 2010 at 18:51, Bart Van Assche wrote:
> On Mon, Jul 19, 2010 at 6:41 PM, Bert Wesarg
> wrote:
>>
>> I would have expected, that when I do a read access on a memory
>> location (ie. dereference the pointer), which was previously marked
>> with VALGRIND_MAKE_MEM_UNDEFINED(), I get
Hi all,
I would have expected, that when I do a read access on a memory
location (ie. dereference the pointer), which was previously marked
with VALGRIND_MAKE_MEM_UNDEFINED(), I get an error message from the
memcheck tool. But I don't. I also don't get an error, when I do a
read access on a pointe