octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thread-safety issues in QtHandles


From: John W. Eaton
Subject: Re: Thread-safety issues in QtHandles
Date: Mon, 7 Nov 2011 03:25:20 -0500

On  5-Nov-2011, Michael Goffioul wrote:

| I'm fine with your change. I suggest you apply it, so I can build my
| patch on it. AFAIK, if valgrind reports uninitialized values, they
| were also uninitialized before removing the octave_allocator, as that
| class doesn't initialize the allocated memory. And if the memory was
| initialized from a previous allocation, then the content is wrong
| anyway. In that regards, I don't think removing octave_allocator
| changed anything.

Right, I didn't mean to imply that things were correct previously.  I
was just thinking that the implementation of the octave_allocator
class could explain why valgrind doesn't see errors about
uninitialized data.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]