Results 1 to 5 of 5

Thread: Is the SIGSEGV error the same as an access violation?

  1. #1

    Is the SIGSEGV error the same as an access violation?

    Hey people,

    Short question.

    Is the SIGSEGV message I get on Linux the same as an "Access violation" on windows?

    Thanks!
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2
    Yes. Why it so difficult to google some simple questions first?

  3. #3
    I DID google it. But it appears that there are no usefull pages both mentioning SIGSEGV and Access Violations.

    I'm not a linux expert so I can't directly see if the two mean the same thing.

    Thanks anyway!
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  4. #4
    Quote Originally Posted by chronozphere
    I DID google it. <skip> I'm not a linux expert so I can't directly see if the two mean the same thing.
    Sorry, I thought wiki gives all the information of SIGSEGV to understand that it mostly the same as an "Access Violation"(but not 100%, for example this message can be generated if user use killall command)

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Ah SIGSEGV, my old friend. Yes, always make sure you keep your memory usage tight or he'll come visit you.
    Jason McMillen
    Pascal Game Development
    Co-Founder





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
  •