Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageblue mannequin wrote: > Also... > > limit stacksize unlimited only worked on the linux machines at work. For > my home computer I had to use the command ulimit -s unlimited. > > Cheers, > > Dave That's probably because the work machines use [t]csh as the shell, while you home machine uses [ba]sh. Each has a different syntax for setting limits. cheers, Rich -- Dr Richard H D Townsend Bartol Research Institute University of Delaware [ Delete VOID for valid email address ]
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.