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. Debugger load core file
QtWS25 Last Chance

Debugger load core file

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 1.4k 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.
  • E Offline
    E Offline
    ErzaScarlet
    wrote on last edited by
    #1

    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
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0

      • Login

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