Results 1 to 7 of 7

Thread: program crashing randomly code -1073741819

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2009
    Location
    Laval, France
    Posts
    124
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default program crashing randomly code -1073741819

    Hello,
    I have written a Windows XP Qt app and it occasionally crashes when it tries to connect to Postgres.
    There are several ways it crashes, sometimes the main window closes and other times I get a more polite message box before it crashes.
    I tried putting in a trace with QMessageBox::information inside various parts of my
    "dbConnect()" function, but it has always worked when these have been enabled
    (to remove them I used
    #define TRACE()
    )
    I have never seen it crashing inside the deebugger either.
    I'm wondering about how to go about hunting for my bug.

    I've heard that there are programs like Rational Purify and Valgrind
    that could help me point to the error, but I'm running on a small budget.
    What do Qt developpers do, apart from looking at their code very carefully?

    By the way the last time it crashed it left an error code inside Qt Creator:
    -1073741819
    Last edited by feraudyh; 20th September 2010 at 16:41. Reason: better title

Similar Threads

  1. Qt 4.4 Linguish Crashing on XP?
    By DerSchoeneBahnhof in forum Qt Tools
    Replies: 0
    Last Post: 19th June 2008, 22:42
  2. Replies: 2
    Last Post: 20th September 2007, 19:37
  3. QMultiHash - crashing
    By steg90 in forum Qt Programming
    Replies: 16
    Last Post: 23rd May 2007, 13:18
  4. Application is Crashing
    By shyam prasad in forum Qt Programming
    Replies: 1
    Last Post: 9th January 2007, 17:04
  5. QTableWidget crashing
    By therealjag in forum Qt Programming
    Replies: 5
    Last Post: 19th April 2006, 16:30

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.