Results 1 to 3 of 3

Thread: problem with debugger

  1. #1
    Join Date
    Jan 2011
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default problem with debugger

    hi everyone, I am using QtCreator 2.0.1 in Windows 7. I wrote a GUI application and it works fine but it still has some problems. I am trying to use the debugger but I keep on getting an error.
    It says "The inferior stopped because it received a signal from the operating system"
    Singnal name: SIGSEGV
    Signal meaning: segmentation fault
    Can you please tell how to fix the problem?
    Thank you in advance.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: problem with debugger

    A SIGSEGV is typically a memory violation, such as writing to invalid memory, writing past array bounds, invalid or danling pointer, etc.

    So make sure your not doing any of those things and see if the error goes away.

  3. #3
    Join Date
    Jan 2011
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: problem with debugger

    Thank you for your reply. I checked and re-checked the code and found nothing. Anyway I had already found this problem on other programs I wrote which were working perfectly well. Anyway, I will try to re-re-check the code and let you know what I find out. Thank you again and if you have other suggestions let me know.

Similar Threads

  1. Debugger problem retrieving data for watch view hangs
    By frenk_castle in forum Installation and Deployment
    Replies: 0
    Last Post: 5th May 2010, 23:09
  2. creator MSVC debugger problem
    By glenn in forum Qt Tools
    Replies: 0
    Last Post: 10th August 2009, 10:44
  3. QT IDE and Debugger
    By onefootswill in forum Newbie
    Replies: 16
    Last Post: 25th July 2008, 20:39
  4. Need Qt IDE with Debugger
    By rajeshs in forum General Discussion
    Replies: 3
    Last Post: 10th October 2007, 12:21
  5. KDevelop debugger setup problem
    By vieraci in forum KDE Forum
    Replies: 13
    Last Post: 17th September 2007, 01:13

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.