Results 1 to 14 of 14

Thread: Error message: The Application crashed

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Location
    Brazil Maceió/Alagoas
    Posts
    24
    Thanks
    7
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    Unix/X11 Windows

    Question Error message: The Application crashed

    Hello
    I created a small application using QTcpServer for sending remote messages when I compile using QT Creator in debug mode the application runs correctly.
    When I build configuring QT Creator to release the program crashes and is shown the following error message "image attached".

    I wrote a few lines: "qDebug () <<" msg ..."" in some parts of the program:

    ...
    qDebug() << "6. here OK "; far is correct, this message is displayed on the console

    if( msg == SAP_RETR_WELCOME_STRING) {
    }

    qDebug() << "7. here OK "; this message does not show in console

    if I try to print the contents of the msg variable, the program crashes:
    qDebug () << "contents of msg is. .." << msg;
    Attached Images Attached Images
    Last edited by josecarlosmissias; 4th December 2009 at 19:20.

Similar Threads

  1. QSkinWindows Classes
    By kernel_panic in forum Qt-based Software
    Replies: 45
    Last Post: 20th April 2010, 12:35
  2. Replies: 1
    Last Post: 8th November 2009, 12:49
  3. Deploying Qt 4.5.1 Application on RHEL 5.. Pls Help
    By swamyonline in forum Installation and Deployment
    Replies: 0
    Last Post: 28th June 2009, 11:43
  4. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37

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.