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. qtcreator segfaults on startup

qtcreator segfaults on startup

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 637 Views
  • 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.
  • Jonas GrumbyJ Offline
    Jonas GrumbyJ Offline
    Jonas Grumby
    wrote on last edited by
    #1

    I'm just starting out, and it crashes right out of the gate.

    $ uname -srvmpio
    Linux 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) i686 unknown unknown GNU/Linux

    Installed via package manager.

    qtcreator
    Segmentation fault

    Here's the tail of the strace:

    ioctl(20, 0xc0106464, 0xbfabdb7c) = 0
    mmap2(NULL, 16384, PROT_READ|PROT_WRITE, MAP_SHARED, 20, 0x10870000) = 0xa7425000
    ioctl(20, 0x400c645f, 0xbfabdbd8) = 0
    ioctl(20, 0xc0086457, 0xbfabdf04) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    ioctl(20, 0x400c645f, 0xbfabdd68) = 0
    brk(0xaa1b000) = 0xaa1b000
    --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x18} ---
    +++ killed by SIGSEGV +++
    Segmentation fault
    +

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

      Hello and welcome!
      You can try to start QtCreator with disabled Welcome plug-in:

      qtcreator -noload Welcome
      

      If it helps you can disable it in "Help/About Plugins...".

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Jonas GrumbyJ Offline
        Jonas GrumbyJ Offline
        Jonas Grumby
        wrote on last edited by
        #3

        That seems to help. I'll explore this further when I get a chance. Thanks.

        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