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. QML mipmap causes crash with Qt5.6
Forum Updated to NodeBB v4.3 + New Features

QML mipmap causes crash with Qt5.6

Scheduled Pinned Locked Moved Unsolved General and Desktop
qmlmipmap5.6
2 Posts 2 Posters 993 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.
  • G Offline
    G Offline
    goocreations
    wrote on last edited by goocreations
    #1

    I've been using Qt5.5 for my cross-platform app for a while now without any problems. I decided to upgrade the app to Qt5.6, but the app suddenly crashed on startup. I debugged the segfault, but there was not much useful info from the debugger, most showed as "??". The only useful info is:

    QOpenGLContext::swapBuffers(QSurface *)			0x7ffff65a6f09	
    QCoreApplication::notify(QObject *, QEvent *)			0x7ffff566ed2a	
    QCoreApplication::notifyInternal2(QObject *, QEvent *)			0x7ffff566ee80	
    QTimerInfoList::activateTimers()			0x7ffff56bd33e	
    

    After further investigation I noticed that the crash was caused by mipmap. Hence I disabled all mipmap in my QML and the app did not crash anymore. However, now most of my images are of a horrible quality and every now and then the images do not show up at all with mipmap disabled.

    This seems very weird, since everything worked in Qt5.5. Any suggestion on what is going wrong? BTW I'm currently testing on Ubuntu 16

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Looks like a regression, you should check the bug report system to see if it's something known. If not, please consider opening a new report providing a minimal compilable example showing that behavior.

      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

      • Login

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