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 268 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 3 Nov 2020, 10:34 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?

    J 1 Reply Last reply 3 Nov 2020, 11:27
    0
    • M Merlino
      3 Nov 2020, 10:34

      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?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 3 Nov 2020, 11:27 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

      1/2

      3 Nov 2020, 10:34

      • Login

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