Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problem with xcb (Segmentation Fault)
Qt 6.11 is out! See what's new in the release blog

Problem with xcb (Segmentation Fault)

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.5k 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.
  • T Offline
    T Offline
    topix93
    wrote on last edited by
    #1

    when i launch my app sometimes i get this error:
    @The inferior stopped because it received a signal from the Operating System.

    Signal name :
    SIGSEGV
    Signal meaning :
    Segmentation fault@

    i try to get the backtrace and this is the result:
    @<28bt

    &"bt\n"
    ~"#0 xcb_send_request (c=0x0, flags=0, vector=0xbfffe818, req=0xb5de3314) at ../../src/xcb_out.c:156\n"
    ~"#1 0xb5dd9177 in xcb_query_tree_unchecked (c=0x0, window=16778551) at xproto.c:3164\n"
    ~"#2 0xb3efd11d in ?? ()\n"
    ~"Backtrace stopped: previous frame inner to this frame (corrupt stack?)\n"
    28^done@

    other times the backtrace is :
    @68bt

    &"bt\n"
    ~"#0 0xb762b682 in ?? ()\n"
    ~"#1 0x00000000 in ?? ()\n"
    68^done@

    i don't know which part of code i have to show to you..
    what could be the problem?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      guru
      wrote on last edited by
      #2

      Is there some uninitialized values in your app, I think this link may help you.."click this":http://stackoverflow.com/questions/6362231/what-is-the-cause-of-a-segmentation-fault-error-signal-name-sigsegv-and-how

      1 Reply Last reply
      0
      • T Offline
        T Offline
        topix93
        wrote on last edited by
        #3

        the problem is that this error not appears always, sometimes the program run without errors

        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