Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Trying run Valgrind remotely, but Qt Creator trying to access invalid IP address
Forum Update on Monday, May 27th 2025

Trying run Valgrind remotely, but Qt Creator trying to access invalid IP address

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 434 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • fcarneyF Offline
    fcarneyF Offline
    fcarney
    wrote on last edited by
    #1

    Qt Creator version 5.0.3
    Remote Linux target running Arm
    Qt version 5.15.1

    Our device we run our code on is 10.0.10.43. I have put valgrind on this device in /opt/valgrind. I have set the path in for valgrind in the Run settings for valgrind to /opt/valgrind/bin/valgrind. I have logged into this remote device and valgrind when run with no arguments says it needs an executable. This seems to work as intended.

    When I attempt to run valgrind remotely it asks for the host password (normal) and I enter in the password. Then it gives me this strange error:

    Error: "/opt/valgrind/bin/valgrind" could not be started: XmlServer on 10.0.10.136: The address is not available
    

    That IP address does not exist on our network and is not specified anywhere in our settings. Why is qt creator trying to contact this IP address? Shouldn't it be attempting to run valgrind from here /opt/valgrind/bin/valgrind on the remote system?

    C++ is a perfectly valid school of magic.

    G 1 Reply Last reply
    1
    • fcarneyF fcarney

      Qt Creator version 5.0.3
      Remote Linux target running Arm
      Qt version 5.15.1

      Our device we run our code on is 10.0.10.43. I have put valgrind on this device in /opt/valgrind. I have set the path in for valgrind in the Run settings for valgrind to /opt/valgrind/bin/valgrind. I have logged into this remote device and valgrind when run with no arguments says it needs an executable. This seems to work as intended.

      When I attempt to run valgrind remotely it asks for the host password (normal) and I enter in the password. Then it gives me this strange error:

      Error: "/opt/valgrind/bin/valgrind" could not be started: XmlServer on 10.0.10.136: The address is not available
      

      That IP address does not exist on our network and is not specified anywhere in our settings. Why is qt creator trying to contact this IP address? Shouldn't it be attempting to run valgrind from here /opt/valgrind/bin/valgrind on the remote system?

      G Offline
      G Offline
      Gabriel Espinoza
      wrote on last edited by
      #2

      @fcarney I'm getting this same error, did you created a bug report? Here are my system specs:

      Host:

      • 5.15.0-101-generic #111~20.04.1-Ubuntu
      • x86_64
      • Qt Creator version 13.0.0

      Guest:

      • raspberry pi 3B+
      • Raspbian 9.13
      • 4.19.66-v7+ armv7l
      • Qt version 5.15.2
      1 Reply Last reply
      0
      • aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Follow-up: https://bugreports.qt.io/browse/QTCREATORBUG-30718

        Qt has to stay free or it will die.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved