On 11/6/2010 4:57 PM, Joshua Hudson wrote:
78995859 [main] bash 996 child_copy: linked dll data write copy failed, 0x33D000
..0x3414A4, done 0, windows pid 996, Win32 error 487
This indicates one of two things:
1. You need to rebase your system. Install the 'rebase' package and
read th
Whenever cygwin hasn't been running for awhile, launching it yields a
lot of STATUS_ACCESS_VIOLATION in bash.exe
$ cat bash.exe.stackdump
13779031 [main] bash 4212 exception::handle: Exception: STATUS_ACCESS_VIOLATION
13779775 [main] bash 4212 open_stackdumpfile: Dumping stack trace to bash.exe.st
I just got an abort/out of memory error from tcsh. I was sourcing a
script to run telnet. Should I be worried about this?
tcsh current memory allocation:
free: 0 10275 11 26830211
11000000000000
00
Hi Edgar
So you think it should be a missing newline?
I don't think that is the case, because the cp operations happens as
they should. Further more I have tried adding the newline with a \n ,
and it doesn't help.
Regards David
#!/bin/sh
W="\/Users\/edgarm\/tmp\/$1\/."
echo $W
sed -n 's/^File
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi David,
On 6 Nov 2010, at 13:15, David wrote:
I have a script:
#!/bin/bash
W="\/cygdrive\/c\/Users\/dbj\/workspace\/$1\/."
Why do you escape the directory separators?
echo $W
sed -n 's/^File[ ]*\([^ ][^ ]*\).*/\"\1\" '"$W"'/p' < $2 | xargs c
I have a script:
#!/bin/bash
W="\/cygdrive\/c\/Users\/dbj\/workspace\/$1\/."
echo $W
sed -n 's/^File[ ]*\([^ ][^ ]*\).*/\"\1\" '"$W"'/p' < $2 | xargs cp
Then I do
$ ./cptest1.sh test list.txt
\/cygdrive\/c\/Users\/dbj\/workspace\/test\/.
cp: omitting directory `/cygdrive/c/Users/dbj/workspace/t
6 matches
Mail list logo