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. App does not even start in Oracle Linux Server 7.9
Forum Updated to NodeBB v4.3 + New Features

App does not even start in Oracle Linux Server 7.9

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

    Hello,
    I'm facing a strange problem: I have developed a console app that run correctly on every Linux distribuituion (even Windows!) except Oracle Linux Server 7.9. On this os it doesn't event start and I don't know why (I have tried on different installations, all up to date).
    I have done a specific build with Qt Creator directly installed on the machine, the required Qt version is unfortunately the 5.9.9. No error and no problems are reported, even if I start the app with the debugger (the seems to die before the 1st main() line). Can anybody help me to understand the problem?

    jsulmJ 1 Reply Last reply
    0
    • M Merlino

      Hello,
      I'm facing a strange problem: I have developed a console app that run correctly on every Linux distribuituion (even Windows!) except Oracle Linux Server 7.9. On this os it doesn't event start and I don't know why (I have tried on different installations, all up to date).
      I have done a specific build with Qt Creator directly installed on the machine, the required Qt version is unfortunately the 5.9.9. No error and no problems are reported, even if I start the app with the debugger (the seems to die before the 1st main() line). Can anybody help me to understand the problem?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Merlino Try to start it with strace:

      strace ./YOUR_APP
      

      You can post its output here. It can give some hints.

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

      1 Reply Last reply
      3

      • Login

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