Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Debugger load core file

    Tools
    2
    2
    1103
    Loading More Posts
    • 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.
    • E
      ErzaScarlet last edited by

      Hi,

      I am trying to use the Qt Debugger to load a core file to analyze it. I am trying to analyze a core file that was generated on a remote device. Even though the load file dialogue lets me browse through the remote device's file system, no matter what core file i choose it will give me the following error:

      Attach to core "/tmp/remotecore-eg2360" failed:
      /tmp/remotecore-eg2360: No such file or directory.

      The /tmp/remotecore-eg2360 file is the one that would be automatically taken into consideration if i check the "Use local core file" box. The file exists on my local machine.

      First questions is why does it not find it? Where exactly does Qt looks for it? And the second question is why does it always try to load this file, not the given one?

      Thank you!

      1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion last edited by

        Hi!
        There is no such thing like "Qt Debugger". QtCreator (I guess you use QtCreator?) either uses GDB or the Microsoft debugger.
        What is your remote device? What architecture is it (x86, ARM,...)?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • First post
          Last post