Re: Stack size
Re: Stack size
- Subject: Re: Stack size
- From: Hampus Edvardsson <email@hidden>
- Date: Thu, 27 Dec 2001 13:49:52 +0100
I tried doing this and it works great when I start it from the terminal,
but I can't get it to run from the finder.
I changed the name of the binary and gave the script the old name, but
it quits directly when lauched. It is possible to launch a script from
the finder this way, right?
(It's could very likely be a problem with the path or working
directory.. However it does work when i run it from the root directory
in the terminal, which is what the finder does, right?)
// Hampus Edvardsson
On torsdag, december 27, 2001, at 11:28 , Sven A. Schmidt wrote:
On Donnerstag, Dezember 27, 2001, at 01:39 Uhr, Hampus Edvardsson
wrote:
How about a little shell wrapper that you call in both cases?
#!/bin/tcsh
limit stacksize 8192
your_app
Sven