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. SIGABRT generated when debugging
Qt 6.11 is out! See what's new in the release blog

SIGABRT generated when debugging

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 651 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.
  • W Offline
    W Offline
    WildWilts
    wrote on last edited by
    #1

    Re: Debugging in Qt creator gives SIGABRT

    I see something very similar to this, if I externally make/run my application I get the GUI to pop up on my screen but if I run inside the QTCreator tool, as it tries to open the display it generates a SIGABRT event.

    my OS is Ubuntu 23.10 (mantic)

    1 Reply Last reply
    0
    • W Offline
      W Offline
      WildWilts
      wrote on last edited by
      #2

      My apologies thought I was replying to an old thread.
      So I have built and compiled a GUI application that if I run it in debug mode falls over as it spawns the GUI (at the moment the GUI is just a shell with a few elements but does not access any of the active software written by me yet). The issue is asserted in Function: _ZNK14QMessageLogger5fatalEPKcz (I appreciate this is a linker generated call).

      If I use the generated makefile when I run the application externally I see my GUI. The implication to me is I've not got an environment variable set somewhere i.e. the internal setup is different to the external run environment.

      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