Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-6398

"CMake Run" causes segfault - Ubuntu Oneiric - armel

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 2.2.1
    • None

    Description

      Create a cmake project ends with a segmentation fault

      After having opened the CMakeLists.txt file I get the message :
      Object::disconnect: Unexpected null parameter
      After this, I can follow the project settings until trying to run CMake, that ends with a segfault

      Unfortunately, I can't run in debugger as my machine hasn't enough memory

      gdb logs :
      GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
      Copyright (C) 2011 Free Software Foundation, Inc.
      License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
      This is free software: you are free to change and redistribute it.
      There is NO WARRANTY, to the extent permitted by law. Type "show copying"
      and "show warranty" for details.
      This GDB was configured as "arm-linux-gnueabi".
      For bug reporting instructions, please see:
      <http://bugs.launchpad.net/gdb-linaro/>...
      Reading symbols from /usr/bin/qtcreator...(no debugging symbols found)...done.
      (gdb) run
      Starting program: /usr/bin/qtcreator
      [New LWP 6684]
      [Thread debugging using libthread_db enabled]
      [New Thread 0x486ce420 (LWP 6683)]
      [New Thread 0x47dde420 (LWP 6682)]
      [New Thread 0x473ef420 (LWP 6678)]
      [New Thread 0x46be5420 (LWP 6674)]
      [New Thread 0x430ff420 (LWP 6673)]
      [New Thread 0x4274d420 (LWP 6672)]
      [New Thread 0x49709420 (LWP 6687)]
      [New Thread 0x4a71e420 (LWP 6689)]
      [New Thread 0x49f1e420 (LWP 6688)]
      [New Thread 0x4af1e420 (LWP 6690)]
      [Thread 0x4274d420 (LWP 6672) exited]
      [Thread 0x48f09420 (LWP 6684) exited]
      [New Thread 0x48f09420 (LWP 6691)]
      [New Thread 0x4274d420 (LWP 6692)]
      [Thread 0x4274d420 (LWP 6692) exited]
      [Thread 0x49f1e420 (LWP 6688) exited]
      [New Thread 0x49f1e420 (LWP 6694)]
      [Thread 0x48f09420 (LWP 6691) exited]
      [New Thread 0x48f09420 (LWP 6695)]
      [Thread 0x49f1e420 (LWP 6694) exited]
      [New Thread 0x49f1e420 (LWP 6696)]
      [Thread 0x49f1e420 (LWP 6696) exited]
      [New Thread 0x49f1e420 (LWP 6697)]
      [Thread 0x48f09420 (LWP 6695) exited]
      [New Thread 0x48f09420 (LWP 6698)]
      [New Thread 0x4274d420 (LWP 6699)]
      [New Thread 0x5469a420 (LWP 6700)]
      [New Thread 0x54f38420 (LWP 6701)]
      [New Thread 0x557a0420 (LWP 6702)]
      [New Thread 0x5603d420 (LWP 6703)]
      [Thread 0x5469a420 (LWP 6700) exited]
      [Thread 0x5603d420 (LWP 6703) exited]
      [Thread 0x49f1e420 (LWP 6697) exited]
      [Thread 0x557a0420 (LWP 6702) exited]
      [Thread 0x48f09420 (LWP 6698) exited]
      [Thread 0x4274d420 (LWP 6699) exited]
      Object::disconnect: Unexpected null parameter

      Program received signal SIGSEGV, Segmentation fault.
      0x43ee8486 in ?? () from /usr/lib/arm-linux-gnueabi/qtcreator/plugins/Nokia/libCMakeProjectManager.so
      (gdb) bt
      #0 0x43ee8486 in ?? () from /usr/lib/arm-linux-gnueabi/qtcreator/plugins/Nokia/libCMakeProjectManager.so
      #1 0x40bac98e in malloc () from /lib/arm-linux-gnueabi/libc.so.6
      #2 0x00000004 in ?? ()
      #3 0x00000004 in ?? ()
      Backtrace stopped: previous frame identical to this frame (corrupt stack?)
      (gdb) info threads
      Id Target Id Frame
      22 Thread 0x54f38420 (LWP 6701) "qtcreator" 0x400ebaa6 in __libc_do_syscall ()
      from /lib/arm-linux-gnueabi/libpthread.so.0
      12 Thread 0x4af1e420 (LWP 6690) "qtcreator" 0x40b70ed6 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
      10 Thread 0x4a71e420 (LWP 6689) "qtcreator" 0x400ebaa6 in __libc_do_syscall ()
      from /lib/arm-linux-gnueabi/libpthread.so.0
      9 Thread 0x49709420 (LWP 6687) "qtcreator" 0x40b70ed6 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
      7 Thread 0x430ff420 (LWP 6673) "qtcreator" 0x40b70ed6 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
      6 Thread 0x46be5420 (LWP 6674) "qtcreator" 0x40be3628 in select () from /lib/arm-linux-gnueabi/libc.so.6
      5 Thread 0x473ef420 (LWP 6678) "qtcreator" 0x40b70ed6 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
      4 Thread 0x47dde420 (LWP 6682) "qtcreator" 0x40b70ed6 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
      3 Thread 0x486ce420 (LWP 6683) "qtcreator" 0x40b70ed6 in ?? () from /lib/arm-linux-gnueabi/libc.so.6

      • 1 Thread 0x400da220 (LWP 6669) "qtcreator" 0x43ee8486 in ?? ()
        from /usr/lib/arm-linux-gnueabi/qtcreator/plugins/Nokia/libCMakeProjectManager.so

      Thanks in advance
      thoratou

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              dt Daniel Teske
              thoratou ratouit thomas
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes