On Wed, 9 May 2012 05:15:16 -0500
Jonathan Nieder <jrnie...@gmail.com> wrote:

> Terho Uotila wrote:
> > Jonathan Nieder <jrnie...@gmail.com> wrote:
> 
> >> I guess output from "strace -f -e open dash" might help.  Anyway,
> >> I'm closing this since all signs point to the bug being about some
> >> form of misconfiguration, though I'll be happy to continue helping
> >> to track it down in the hope that there might be a bug lurking
> >> somewhere.
> >
> > 137|tuotila@vicente:~ $ head dash.strace.err 
> > open("/etc/ld.so.cache", O_RDONLY)      = 3
> > open("/lib/libc.so.6", O_RDONLY)        = 3
> > open("/dev/tty", O_RDWR)                = 3
> > dash: Syntax error: "(" unexpected (expecting ")")
> > dash: Syntax error: "(" unexpected (expecting ")")
> 
> This still makes no sense.  Memory corruption somewhere? :/
> Maybe "strace -f -e read dash" will get closer to the heart of it.
> 
tuotila@vicente:~ $ strace -f -e read dash 2> dash.strace.read 
137|tuotila@vicente:~ $ head dash.strace.read 
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\355\1\0\0\0\0\0"..., 832) = 
832 
dash: Syntax error: "(" unexpected (expecting ")") 
dash: Syntax error: "(" unexpected (expecting ")") 
dash: Syntax error: "(" unexpected (expecting ")") 
dash: Syntax error: "(" unexpected (expecting ")") 
dash: Syntax error: "(" unexpected (expecting ")")
dash: Syntax error: "(" unexpected (expecting ")")
dash: Syntax error: "(" unexpected (expecting ")")
dash: Syntax error: "(" unexpected (expecting ")")
dash: Syntax error: "(" unexpected (expecting ")")





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to