tags 671940 + moreinfo
quit
Hi Terho,
Terho Uotila wrote:
> Trying to start dash as interactive shell starts looping error messages
> until killed, in some xen vps machines. (Unfortunately I don't know why
> some have this error and others do not.)
>
> $ dash
> dash: Syntax error: "(" unexpected (expecting ")")
> (repeat)
Do you mean that you pass no input to "dash" but it sees a "(" anyway?
Is this reproducible?
Some useful ways to get logs would be
1. dash -x
2. after
debcheckout dash
cd dash
./configure --prefix=$HOME/opt/dash CFLAGS='-g -O2 -Wall -DDEBUG=1'
make CFLAGS='-g -O2 -Wall -DDEBUG=1'
to try
2a.
src/dash -o debug
cat ./trace
2b.
src/dash
(in another terminal)
ps ax | grep dash
gdb -p <pid of dash>
bt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]