Results 1 to 3 of 3

Thread: Program error while executing, ok while debugging

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2010
    Posts
    62
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Program error while executing, ok while debugging

    Hello!
    My program behaves in a very strange way! When I run it in debug step-by-step mode all goes good but when I run it in "normal" mode it raises a segmentation error around a dynamically allocated vector! As I said this error doesn't come up while debugging...

    Here is the link to the project (I've uploaded it to mediafire) http://www.mediafire.com/?vbwre2a73vl8ju9

    This program simply has to find a path between two nodes of a graph.
    Starting from the node 0 (first row of the adjacency matrix) it inspects all the nodes searching for the first uninspected node which is the end node (fourth row).

    I've posted a light version of the project with only the necessary to raise up the segmentation fault (infact it is a fixed graph, etc...)

    Ask me if you need more info

    thanks a lot
    Last edited by harmodrew; 11th August 2010 at 02:03.

Similar Threads

  1. Replies: 4
    Last Post: 14th September 2011, 01:18
  2. Error while executing a application - Gtk WARNING
    By augusbas in forum Qt Programming
    Replies: 1
    Last Post: 12th June 2010, 12:25
  3. Replies: 2
    Last Post: 22nd July 2009, 14:14
  4. Error executing SELECT query with QSQLITE
    By garfield85 in forum Qt Programming
    Replies: 6
    Last Post: 25th May 2009, 18:05
  5. finding the time interval of executing a program
    By babu198649 in forum Qt Programming
    Replies: 1
    Last Post: 13th December 2007, 12:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.