This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: slowdown of command substitution in 1.5.13-1


On Thu, Mar 03, 2005 at 04:04:15PM +0100, Morche Matthias wrote:
>My /etc/profile now runs very slow.
>
>I've tracked it down to:
>
>$ time echo 1
>1
>
>real    0m0.000s
>user    0m0.000s
>sys     0m0.000s
>
>mo12m@cb2284 ~
>$ time echo `echo 1`
>1
>
>real    0m10.591s
>user    0m0.015s
>sys     0m0.031s
>...
>
>There seems to be something broken with the $() and `` command
>substitution using bash with 1.5.13-1...

1) WFM.

2) Why are you sending general cygwin problems to the cygwin-xfree
mailing list?

Please send the output of:

strace -ofoo bash
echo `echo 1`
exit

to the cygwin list.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]