Results 1 to 4 of 4

Thread: Strange CRASH error when press down or up into a cell of TableView and more...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Strange CRASH error when press down or up into a cell of TableView and more...

    Ok, here is tip to use the QtCreator Debugger (if you are using it)

    Build in Debug Mode, then Start Debug (Press F5), don;t use Run(Ctrl+R), you cannot look at the stack if use Run even if Debug Mode, you need use Debug(F5), then when your application crashes, have look at the stack and see where it stopped, usually it would crash in some library functions, then trace back to your implemented function, it is generally here where you pass an invalid parameter to library, which may enentually lead to a crash.

    Good Luck...

  2. The following user says thank you to Santosh Reddy for this useful post:

    tonnot (12th May 2011)

Similar Threads

  1. color specified cell in a tableview
    By poporacer in forum Newbie
    Replies: 1
    Last Post: 29th March 2011, 20:52
  2. Replies: 2
    Last Post: 16th February 2011, 09:15
  3. !!!A Strange Crash
    By hhf in forum Qt Programming
    Replies: 12
    Last Post: 10th March 2010, 12:45
  4. Error when trying to update TableView
    By Ferric in forum Newbie
    Replies: 6
    Last Post: 13th January 2010, 09:41
  5. Replies: 1
    Last Post: 24th October 2007, 18:34

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.