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. Application crashes with “symbol _ZdlPvm, version Qt_5 not defined in file libQt5Core.so.5 with link time reference”
Forum Updated to NodeBB v4.3 + New Features

Application crashes with “symbol _ZdlPvm, version Qt_5 not defined in file libQt5Core.so.5 with link time reference”

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 3.8k 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.
  • A Offline
    A Offline
    aarelovich
    wrote on 27 Oct 2018, 14:36 last edited by
    #1

    I have the following situation: I need to have program running in an AWS EC2 Server.

    The program is made using Qt. Recently, I updated the program AND the Qt Version provided by Amazon to 5.9.2.

    I develop the program in one of my computers and when it is done, I copy it to the server.

    I use a second computer to connect to the servers (I can switch between connected to the computer next to me or the AWS server).

    Now the problem is that when I'm doing one of the transactions, the program on the AWS server crashes with this error:

    symbol _ZdlPvm, version Qt_5 not defined in file libQt5Core.so.5 with link time reference
    

    If I do the same transaction against the program in my own local computer, it works just fine.

    This does not seem to me like a bug caused by my code but rather by the link and/or compile process.

    Can anyone tell me what it means o how I can diagnose the problem?

    PD: As far as I can tell, both the server and my laptop are compiling in 64 bits using Qt 5.9.2.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 27 Oct 2018, 20:34 last edited by
      #2

      Hi,

      Are you running the same distribution on both ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      2/2

      27 Oct 2018, 20:34

      • Login

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