Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator crashing at start the application debugging and dont generate crash report

Qt Creator crashing at start the application debugging and dont generate crash report

Scheduled Pinned Locked Moved Qt Creator and other tools
9 Posts 2 Posters 3.4k 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.
  • _ Offline
    _ Offline
    _dmp
    wrote on last edited by
    #1

    I use QtCreator at Qt5.2.0 installation.
    When I start the application debugging, QtCreator is crashing with message:

    @mycomp: /opt/Qt5.2.0/Tools/QtCreator/bin$ ./qtcreator
    \Segmentation fault(dump was created)@

    I dont see any crash report. Where I can find it?

    I use Ubuntu 12.4

    P.S. before run QtCreator I run
    @ulimit -c unlimited@

    please help

    1 Reply Last reply
    0
    • C Offline
      C Offline
      clochydd
      wrote on last edited by
      #2

      Hi, in similar cases I've tried to find the line where the crash happens through breakpoints in debugging and this always helped clearing the issue.

      1 Reply Last reply
      0
      • _ Offline
        _ Offline
        _dmp
        wrote on last edited by
        #3

        But I cannot run my application with debugging )
        When I run the debug my application Qt Creator crashes at this time

        1 Reply Last reply
        0
        • C Offline
          C Offline
          clochydd
          wrote on last edited by
          #4

          Does that mean it crashes even you set a breakpoint in one of the first lines? Is it a complex application with plugins?

          1 Reply Last reply
          0
          • _ Offline
            _ Offline
            _dmp
            wrote on last edited by
            #5

            Yes! I have breakpoint in main.c in first line and QtCreator crashed.

            1 Reply Last reply
            0
            • _ Offline
              _ Offline
              _dmp
              wrote on last edited by
              #6

              So how I can see crash report or memory dump?

              1 Reply Last reply
              0
              • C Offline
                C Offline
                clochydd
                wrote on last edited by
                #7

                In ubuntu it should be located in the working directory, called core.
                You may find some hints to possible alternatives "here: ":http://stackoverflow.com/questions/2065912/core-dumped-but-core-file-is-not-in-current-directory

                1 Reply Last reply
                0
                • _ Offline
                  _ Offline
                  _dmp
                  wrote on last edited by
                  #8

                  on my system was GDB 7.1.
                  I update rigth now to 7.6 and now I can use breakpoints. Hura!
                  I get crash still at point QQuickView view;

                  @QQuickView view;
                  view.setResizeMode(QQuickView::SizeRootObjectToView);
                  QQmlContext *ctxt;
                  ctxt = view.rootContext();@

                  there are any considerations?

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    clochydd
                    wrote on last edited by
                    #9

                    I can only suggest to search the debug information and generate a new thread in the Qt Quick forum with a hint to the function from the Threads View.

                    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