Results 1 to 3 of 3

Thread: generate core dump

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    31
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: generate core dump

    jax,

    I know that this wasn't the answer that you were looking for, but is it possible for you to use gdb as
    a debugging tool? If you open your application in gdb like so (from terminal)

    gdb MyApplication.

    and type;

    (gdb) run
    SEGFAULT
    (gdb) bt

    You should be able to get a stack backtrace. Whenever I'm running into a nasty compilation error that's how I go about solving it. I suppose it's not really a QT specific solution, and it's platform specific, but it's possible on your setup I think that might be your easiest solution.

    If your problem has to do with the usage of gdb, could you be a little more specific in your post? I'm not sure how you're trying to run your application, like if you're using precompiled binaries, what platform you're using, what version of QT you're using, and other helpful info.
    Last edited by SneakyPeterson; 11th June 2010 at 10:14.

Similar Threads

  1. core dump qdevelop
    By jaxrpc in forum Newbie
    Replies: 0
    Last Post: 9th June 2010, 04:16
  2. QGraphicsScene core dump?
    By cookie1909 in forum Newbie
    Replies: 2
    Last Post: 25th April 2009, 07:06
  3. dump table and db
    By subratatamal in forum Qt Programming
    Replies: 1
    Last Post: 31st December 2008, 16:38
  4. core dump
    By DadaLee in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 16th September 2008, 10:05
  5. Replies: 5
    Last Post: 16th March 2007, 08:18

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.