Thread: Inconsistency detected

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    12

    Inconsistency detected

    Inconsistency detected by ld.so: dl-runtime.c: 77: _dl_fixup: Assertion `((reloc->r_info) & 0xff) == 7' failed!


    May I ask what is this and how should I solve this?
    Many thanks!!

  2. #2
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    I have no clue. Might want to post some code.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

  3. #3
    Registered User
    Join Date
    Mar 2007
    Posts
    12
    But this is the only code I receive from my program... Basically it crashed, and gives me this code. What does it mean?

  4. #4
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    How's about the source code of your program
    "Anyone can aspire to greatness if they try hard enough."
    - Me

  5. #5
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    So you're saying that this little bit of text that came from some as yet unknown compiler that compiled some unknown source code, into a program that is supposed to perform some unknown function, and runs on some unknown operating system is all we need to know? And there's some magical little word in the error message that google has never heard of, and yet we must know exactly what it means?

    How do you solve it? Start here!
    Last edited by iMalc; 04-05-2007 at 03:21 AM.

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    *applause* for iMalc - damn straight!
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. *** stack smashing detected ***
    By chakra in forum C Programming
    Replies: 2
    Last Post: 06-09-2009, 09:12 PM
  2. glibc detected malloc(): memory corruption
    By totalnewbie in forum C Programming
    Replies: 6
    Last Post: 01-12-2009, 06:21 AM
  3. Replies: 1
    Last Post: 09-19-2008, 01:21 AM
  4. Replies: 3
    Last Post: 08-22-2008, 11:12 AM
  5. *** glibc detected *** free(): invalid next size
    By icebabe in forum C Programming
    Replies: 2
    Last Post: 05-24-2006, 12:09 PM