[25349] in Athena Bugs
sun4 9.2.15: matlab
daemon@ATHENA.MIT.EDU (Brad Thompson)
Tue Dec 9 01:51:51 2003
Message-Id: <200312090651.hB96peh5023474@contents-vnder-pressvre.mit.edu>
To: bugs@mit.edu
Date: Tue, 09 Dec 2003 01:51:40 -0500
From: Brad Thompson <yak@mit.edu>
Errors-To: bugs-bounces@mit.edu
System name: contents-vnder-pressvre.mit.edu
Type and version: Sun-Fire-280R 9.2.15 (with mkserv)
Display type: unknown
Shell: /bin/athena/bash
Window manager: unknown
Under Solaris in tty mode, if you run matlab from the matlab locker and
interrupt a command with ^C, you get dropped back to your shell, but
the matlab instance does not die. It is not possible to use fg to get
back to it. This is presumably a wrapper script bug, because if you
launch matlab via the matlab_v6.5 locker instead of the matlab locker,
it works appropriately.
For example:
contents-vnder-pressvre$ add matlab
contents-vnder-pressvre$ matlab
[...]
>> pause
Interrupt
>>
contents-vnder-pressvre$ fg
bash: fg: current: no such job
However:
contents-vnder-pressvre$ add matlab_v6.5
contents-vnder-pressvre$ matlab
[...]
>> pause
Interrupt
>>
In both cases, I hit ^C after typing "pause". This is on a dialup, so
no DISPLAY was set.
yak