Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 13.0.0
-
None
-
Ubuntu 20.04.6 LTS
Description
I'm trying to test a command line program with valgrind, the deployment method is "Deploy to Remote Linux Host", the remote linux device address is 192.168.10.208, when I click Run or "Start debugging of startup project" it runs normally. But when atempting to use the function "Analyze>Valgrind Memory Analyzer" or the start button of the Memcheck pane, the build runs and it "Application Output" I get this error message:
15:02:38: Error: "valgrind" could not be started: XmlServer on 192.168.10.203: The address is not available
15:02:38: Analyzing finished.
but the address of the message doesn't match the address of the remote linux device, dontknow if it is related but the OS where QtCreator is running (with IP 10.0.2.15) is inside virtualbox and the IP of the machine running virtualbox is 192.168.10.203