Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. Debugging error
Forum Updated to NodeBB v4.3 + New Features

Debugging error

Scheduled Pinned Locked Moved C++ Gurus
7 Posts 4 Posters 2.1k 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.
  • M Offline
    M Offline
    mandy
    wrote on last edited by
    #1

    Hi all,

    I am very new to Qt and C++ programming. My task is to make some changes to a code written by someone else (on MCMC sampling), unfortunately it runs up to 1000 iterations (total 2000) and produces a debugging error http://dl.dropbox.com/u/85061515/error.docx. I have no idea what it means. Can someone help me to explain me what it is, where it is happening and how to sort that out? Thanks a lot.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Hostel
      wrote on last edited by
      #2

      Link to dropbox is broken.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mandy
        wrote on last edited by
        #3

        sorry, here it is again.

        http://dl.dropbox.com/u/85061515/error.docx

        1 Reply Last reply
        0
        • O Offline
          O Offline
          ogoffart
          wrote on last edited by
          #4

          A Word document is really not a good way to save an image. It is better to send the image directly, and host it on some of the image hosting service.

          This error means your application crashes, because there is a bug in it.
          In this case, maybe you are trying to allocate too much memory.
          Perhaps you have a memory leak.

          1 Reply Last reply
          0
          • K Offline
            K Offline
            koahnig
            wrote on last edited by
            #5

            @mandy
            [quote author="Olivier Goffart" date="1362139143"]A Word document is really not a good way to save an image. It is better to send the image directly, and host it on some of the image hosting service.
            [/quote]

            In addition to this, you may save the image on dropbox as you did with the document and post the link with the picture button as mentioned in "the forum help.":http://qt-project.org/wiki/ForumHelp#b642e0c67b7a32cc0b833ea119693dce
            It will be shown directly in the post. Making it for people willing to help a bit easier.

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mandy
              wrote on last edited by
              #6

              Thanks Oliver.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mandy
                wrote on last edited by
                #7

                I have sorted out the bug. Thanks all for your help

                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