Results 1 to 5 of 5

Thread: /bin/sh: line 1: 10321 Segmentation fault

  1. #1
    Anonymous
    Guest

    /bin/sh: line 1: 10321 Segmentation fault

    Hi,

    When i'm running a program I get the following error in a recursive function: /bin/sh: line 1: 10321 Segmentation fault. First the function works fine, but after a while I get this error. Does someone knows what it means? Is it a Freepascal bug?

  2. #2

    /bin/sh: line 1: 10321 Segmentation fault

    I forget to login. I'm using Freepascal 2.0 btw.

  3. #3

    /bin/sh: line 1: 10321 Segmentation fault

    umm could you post the function?
    At first sight, this problem could be caused by either an access to an invalid pointer or an overflow (that could be within your recursive function).
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  4. #4

    /bin/sh: line 1: 10321 Segmentation fault

    I already solved it. Thanks for your help.

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    /bin/sh: line 1: 10321 Segmentation fault

    Why not post the solution? Then we can all learn from it.
    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
  •