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. ApplicationWindow / QQuickWindow applications hang on exit with AMD fglrx driver

ApplicationWindow / QQuickWindow applications hang on exit with AMD fglrx driver

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 804 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.
  • j1eloJ Offline
    j1eloJ Offline
    j1elo
    wrote on last edited by
    #1

    I'm having problems properly closing my application, because after closing its main window, the process keeps running in the background.

    After minimizing the code samples I've got to find that not even the default app template offered by Qt Creator is working. I'm referring to the "New Qt Quick Application" offered by Qt Creator.

    It seems to be exactly what it's explained in this closed bug report: https://bugreports.qt-project.org/browse/QTBUG-36900

    I also got a stack trace mentioning the library libGL.so; I got it as explained here: http://www.stlinux.com/devel/debug/backtrace (as the application closes perfectly fine while debugging, so I can't get a stack trace in Qt Creator)

    @
    0x7f557890fff0 : /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f557890fff0]
    0x7f5576176b00 : /usr/lib/fglrx/libGL.so.1(+0x6cb00) [0x7f5576176b00]
    0x7f557890fff0 : /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f557890fff0]
    0x7f5576176c6f : /usr/lib/fglrx/libGL.so.1(+0x6cc6f) [0x7f5576176c6f]
    0x7f5576176f3f : /usr/lib/fglrx/libGL.so.1(+0x6cf3f) [0x7f5576176f3f]
    0x7f557614cb11 : /usr/lib/fglrx/libGL.so.1(+0x42b11) [0x7f557614cb11]
    0x7f5576141002 : /usr/lib/fglrx/libGL.so.1(+0x37002) [0x7f5576141002]
    @

    So I guess maybe this bug should be reopened?

    System info:

    • Ubuntu 14.04 with Mate desktop & Desktop Composition disabled
    • Qt Creator 3.1.1
    • Qt 5.3
    • Graphics card: AMD FireGL V9800
    • Graphics drivers: proprietary "fglrx-updates" package installed from Ubuntu repo; package version: 13.350.1; driver version (from AMD Control Center info): 13.35.1005
    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