https://bugs.kde.org/show_bug.cgi?id=381641
Philippe Waroquiers <philippe.waroqui...@skynet.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.waroquiers@skynet. | |be --- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- When trying with a small script, it works: valgrind --xml=yes --xml-file=x.xml /bin/bash ./truc where truc contains: echo coucou the resulting x.xml file seems properly formatted. Please give the exact/precise way to reproduce your problem. Preferably a small compilable reproducer and the exact valgrind options are you using. If your program uses popen, it might be that it is forking/execing another program, and that you are using --trace-children=yes In such a case, be sure to use an --xml-file argument so that unique file names are generated for each process e.g. using %p In the attached xml file, I see you are using --trace-children=yes but no %p if the xml file argument. So, very probably, this is the cause of your problem. -- You are receiving this mail because: You are watching all bug changes.