[moved here from grasslist]
On Fri, May 09, 2003 at 12:15:44PM +0100, Glynn Clements wrote:
Markus Neteler wrote:
> - graphical startup doesn't work -> bug in Init.sh?
> - cmd line startup with path to GISDBASE doesn't work -> bug in Init.sh?
Odd. At first I thought that it might be due to the use of
bash-specific features (Cygwin's /bin/sh is ash) but, apart from an
unrelated bug, it works with ash on Linux.The unrelated bug is:
trap "echo 'User break!' ; exit" 2 3 9 15
Signal 9 is SIGKILL, which can't be caught. bash seems to ignore this,
but it causes total failure under ash (attempting to run external
programs fails).
Ok, I'll clean that SIGKILL everywhere. But even deleting the
line didn't help.
Can you provide more details regarding the failures? You can get
debugging information by using "sh -x ...", i.e.
Yes, find attached (log_wingrass.txt.gz).
Row 91 of the log is showing a problem.
Markus
(attachments)
log_wingrass.txt.gz (1.28 KB)