Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. HOWTO debug "Remote process crashed" on app termination from QtCreator
Forum Updated to NodeBB v4.3 + New Features

HOWTO debug "Remote process crashed" on app termination from QtCreator

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 599 Views 1 Watching
  • 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.
  • vikramgV Offline
    vikramgV Offline
    vikramg
    wrote on last edited by
    #1

    When I launch my application from QtCreator and terminate via Ctrl+E, I see the qDebug() exit messages I have added, which is as expected. However, sometimes the final message in the Application Output window is Remote process crashed. Other times it is Application finished with exit code 0 (and my exit messages are identical). I have enabled coredump generation, yet no core is dumped even when it says the process crashed. Nor does a user-installed signal handler get run.

    What does "process crashed" indicate when quitting the application? Is it a legitimate abort/segfault condition? I am concerned that my app might not shut down gracefully under some circumstances, but can find no way to debug this. I am building/launching from an x86-64 Ubuntu host and running on a Raspberry Pi target, although I'm not sure that that matters.

    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