[Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread Satya V. Gupta
I am using checkgrind on a system that has very little disk space. I am wondering if someone knows how I can direct the checkgrind output files (basic block, Function before, Function after) to a network socket instead? Thanks SVG

Re: [Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread John Reiser
how can I direct the checkgrind output files (basic block, Function before, Function after) to a network socket instead? If checkgrind forces its output onto named files (instead of designated but unnamed file descriptors), then create those filenames in advance as named pipes using mkfifo,

Re: [Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread Bart Van Assche
On Tue, Jun 8, 2010 at 11:25 AM, Satya V. Gupta guptasa...@netzero.netwrote: I am using checkgrind on a system that has very little disk space. I am wondering if someone knows how I can direct the checkgrind output files (basic block, Function before, Function after) to a network socket

Re: [Valgrind-users] [drd] Race condition in example/http/server2 from boost asio library?

2010-06-08 Thread Bart Van Assche
On Tue, Jun 8, 2010 at 4:25 AM, Jorge Moraleda jorge.moral...@gmail.com wrote: I compile example/http/server2 from boost (1.43) asio library using: g++ -l boost_thread -l boost_system /opt/boost/boost/doc/html/boost_asio/example/http/server2/*cpp When I run it using valgrind drd (svn r11158)

Re: [Valgrind-users] [drd] Race condition in boost thread library?

2010-06-08 Thread Bart Van Assche
On Tue, Jun 8, 2010 at 4:06 AM, Jorge Moraleda jorge.moral...@gmail.com wrote: [ ... ] I recompiled boost from source using: bjam variant=debug define=BOOST_LOG_USE_CHAR install and all the above warnings are gone. When I run the program, half of the time I get a clean output, the other 10%

[Valgrind-users] Clarification about memcheck and custom allocators

2010-06-08 Thread Alex Slover
Hello- I'm using the custom memory pool macros for the first time, and though I've read through all of Memcheck's documentation, there are a few questions I'm still not quite clear on. I'd also like to explain my custom memory allocation scheme, and how I'm planning on tagging it, so someone can

Re: [Valgrind-users] Clarification about memcheck and custom allocators

2010-06-08 Thread Dave Goodell
On Jun 8, 2010 , at 3:05 PM CDT, Alex Slover wrote: Hello- I'm using the custom memory pool macros for the first time, and though I've read through all of Memcheck's documentation, there are a few questions I'm still not quite clear on. I'd also like to explain my custom memory allocation