Re: g77 segmentation fault possible error allocating large arrays during runtime

From: Jan Vorbrüggen (jvorbrueggen-not_at_mediasec.de)
Date: 07/27/04

  • Next message: Intelli Gence: "uniform random number generator"
    Date: Tue, 27 Jul 2004 15:03:08 +0200
    
    

    First step in such cases is to check on limits (stacksizes and such) and to
    remove them or increase them to the max.

    Of course, there is also the possibility that there's a bug in your code and
    that you access an array out of bounds, said access going to an invalid
    address only in the case of larger array bounds.

            Jan


  • Next message: Intelli Gence: "uniform random number generator"