help me out with a runtime error

Discussion in 'C' started by reverbtank, Jun 20, 2008.

  1. reverbtank

    reverbtank New Member

    Joined:
    Jun 19, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I'm getting a segmentation violation in runtime for some input files that are very similar to input files that cause no violation. The violation always occurs with the same files. I think the compiler is trying to help me out by spitting out information about the violation, but I can't figure it out. Could someone give me a hand?

    This is what I get:

    *** Break *** segmentation violation
    Generating stack trace...
    0x000000000040ef08 in main + 0x518 from findstars
    0x0000003a1bd1c3fb in __libc_start_main + 0xdb from /lib64/tls/libc.so.6
    0x000000000040e8fa in __gxx_personality_v0 + 0x92 from findstars
    Aborted

    Thanks.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice