Thread: Help with Backtrace.

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    52

    Help with Backtrace.

    Hey guys,

    I'm debugging a crash-reporter program.. but I get this backtrace.. I can't interpret what is going on though.. so if some of you could give me some hints I'd appreciate it.

    Hmm I just realized the new version works fine, it was a bug from the old version.
    Last edited by afflictedd2; 12-09-2008 at 08:25 PM.

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    It's newest to oldest -- main called callMeFoo, which called callMe, which had a fit. The 22, 27, 34 should be line numbers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux Putting my children to sleep with futex!?
    By Abs in forum Linux Programming
    Replies: 18
    Last Post: 02-12-2009, 06:43 PM
  2. turning off "backtraces" in gcc
    By MK27 in forum Linux Programming
    Replies: 6
    Last Post: 09-10-2008, 08:37 PM
  3. use of printf prevents segfault!
    By MK27 in forum C Programming
    Replies: 31
    Last Post: 08-27-2008, 12:38 PM