Results 1 to 3 of 3

Thread: QModelIndex destructor causes "user breakpoint"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QModelIndex destructor causes "user breakpoint"

    Are you using an IDE to build your application? It looks more like you set a breakpoint somewhere in the IDE than a problem with the application code. Try using commandline tools to build and execute your application and see if the problem persists.

  2. #2
    Join Date
    Jan 2006
    Location
    Leiden, the Netherlands
    Posts
    43
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QModelIndex destructor causes "user breakpoint"

    I use VC++ 2003, the problem was the fact that (for some reason) my runtime libraries were not set to multithreaded DLL.

    I didn't set any breakpoints, this user breakpoint is caused by Qt runtime checks in the VC++ debugger (done on purpose when there are heap memory problems I guess).

    Thanks anyway.

Similar Threads

  1. QAbstractProxyModel to do a Tree
    By xgoan in forum Qt Programming
    Replies: 3
    Last Post: 18th November 2008, 17:31
  2. QSql*Model + QTreeView : make a tree
    By punkypogo in forum Qt Programming
    Replies: 18
    Last Post: 24th October 2008, 18:14
  3. Replies: 6
    Last Post: 21st September 2007, 13:51

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.