Results 1 to 2 of 2

Thread: Segmentation fault (core dumped) ( 64 bit)

  1. #1
    Join Date
    Oct 2012
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Segmentation fault (core dumped) ( 64 bit)

    I have no knowledge in this field and do not know how debug it.

    I can compile my qt program(C++) in 32bit computer and work well. I also can compile it on 64bit computer, run and input some parameters, but it will exit when I push button to run and show this information.

    any person can help me?

    Thanks

  2. #2
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: Segmentation fault (core dumped) ( 64 bit)

    You don't need to know anything special about debugging to do the job, it's pretty staightforward:
    Run your application in debug mode (using the debug button in the lower left corner of QtCreator). In case of Segmentation fault, it will pause and show you the exact place which causes the fault, and in the Stack view, the stack trace leading there.

Similar Threads

  1. Segmentation Fault?!
    By r07f1 in forum Newbie
    Replies: 2
    Last Post: 11th April 2008, 15:10
  2. QMessageBox ( Core Dumped )
    By cristiano in forum Qt Programming
    Replies: 10
    Last Post: 28th January 2007, 20:59
  3. segmentation fault
    By shamik in forum Qt Programming
    Replies: 3
    Last Post: 24th November 2006, 07:33
  4. QLineEdit Segmentation fault (core dumped)
    By cristiano in forum Qt Programming
    Replies: 1
    Last Post: 12th October 2006, 05:18
  5. Replies: 18
    Last Post: 22nd February 2006, 20: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.