This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-980321 on sparc-sun-solaris2.5.1 test results


> > Run the programs under a shell that supports limit control.  Under
> 
> That's something dejagnu would have to do for each compilation/execution.

No, it's something inherited for all the children of the shell.   I solve
this by having my korn shell script that calls runtest invoke ulimit before
doing so.

I had to work this out becuase one of the tests used to cause recursion
and OpenServer handled this very poorly.   So I capped the stack size to
stop it from tormenting the system.

RJL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]