Results 1 to 2 of 2

Thread: QNativeImage: Unable to attach to shared memory segment on KDE QT application

  1. #1
    Join Date
    Aug 2009
    Location
    India, Tamilnadu
    Beans
    206
    Distro
    Kubuntu 15.10 Wily Werewolf

    Exclamation QNativeImage: Unable to attach to shared memory segment on KDE QT application

    Hi All,

    Just 1 week before I updated my 14.04 kubuntu to 15.10 (no pure update, clean install)

    Everything looks/works good.

    It seems like I am facing QT related bug in app KDE+QT based apps.

    I am getting following error & grey screen when opening apps like Klog, qBittorrent, kdialog etc...

    Code:
    QNativeImage: Unable to attach to shared memory segment.  
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    QNativeImage: Unable to attach to shared memory segment.  
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x0
    
    

    Regarding grey screen please find attached screenshot with this post.

    grey window issue.png

    Do any one know solutions for this issue ?

    Thanks in advance.

    Baskar M.

  2. #2
    Join Date
    Aug 2009
    Location
    India, Tamilnadu
    Beans
    206
    Distro
    Kubuntu 15.10 Wily Werewolf

    Re: QNativeImage: Unable to attach to shared memory segment on KDE QT application

    Hi ,

    Finally I can fix this issue by disabling MITSHM lib.

    This can be done by adding following line to ~/.profile file. (ie: system env var)

    QT_X11_NO_MITSHM=1


    Thanks.



Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •