[Valgrind-users] List tools in --help output?

2010-05-27 Thread Matt Fago
It would be very handy if the available tools were listed in the output of --help. Is this something that might make it into a future release? Did I overlook it?The only place I've seen such a list is in the online docs. Thanks, Matt

Re: [Valgrind-users] [drd] race condition in std::istringstream / std::getline

2010-05-27 Thread Gaetano Mendola
On Thu, May 27, 2010 at 8:17 AM, Bjoern Doebel wrote: > With a bit guesswork: reading from a file in general (and thus also > from std input) is undefined behavior as input will only be delivered > to one thread and you won't be able to control which one. That's wrong, the two different threads

Re: [Valgrind-users] [drd] race condition in std::istringstream / std::getline

2010-05-27 Thread Bart Van Assche
On Thu, May 27, 2010 at 4:29 AM, Jorge Moraleda wrote: > > Dear all, > > Am I doing something wrong, or is is there a race condition somewhere > in std::istringstream and/or std::getline? > > (Bart, Konstantin, this ended up being the error that I've been trying > to track down for a while and tha