Re: g77 segmentation fault possible error allocating large arrays during runtime
From: Jan Vorbrüggen (jvorbrueggen-not_at_mediasec.de)
Date: 07/27/04
- Previous message: blue mannequin: "g77 segmentation fault possible error allocating large arrays during runtime"
- In reply to: blue mannequin: "g77 segmentation fault possible error allocating large arrays during runtime"
- Next in thread: David Grant: "Re: g77 segmentation fault possible error allocating large arrays during runtime"
- Reply: David Grant: "Re: g77 segmentation fault possible error allocating large arrays during runtime"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: blue mannequin: "g77 segmentation fault possible error allocating large arrays during runtime"
- In reply to: blue mannequin: "g77 segmentation fault possible error allocating large arrays during runtime"
- Next in thread: David Grant: "Re: g77 segmentation fault possible error allocating large arrays during runtime"
- Reply: David Grant: "Re: g77 segmentation fault possible error allocating large arrays during runtime"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]