Re: 2 [main] sh 2848! _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 2848, hProcess 0x158, wr_proc_pipe 0xE0, Win32 error 5

2011-06-08 Thread Thomas Wolff
Am 08.06.2011 22:20, schrieb Bartosz Cichoński: the path is rather clean: Microsoft Windows [Wersja 6.0.6001] Copyright (c) 2006 Microsoft Corporation. Wszelkie prawa zastrzeżone. C:\Users\hagonbc>echo %path% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind owsPo

Re: 2 [main] sh 2848! _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 2848, hProcess 0x158, wr_proc_pipe 0xE0, Win32 error 5

2011-06-08 Thread Bartosz Cichoński
i didn't install djgpp. I've installed a fresh copy of Windows Vista and the cygwin environment only. W dniu 8 czerwca 2011 22:20 użytkownik Bartosz Cichoński napisał: > the path is rather clean: > > Microsoft Windows [Wersja 6.0.6001] > Copyright (c) 2006 Microsoft Corporation. Wszelkie prawa za

Re: 2 [main] sh 2848! _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 2848, hProcess 0x158, wr_proc_pipe 0xE0, Win32 error 5

2011-06-08 Thread Bartosz Cichoński
the path is rather clean: Microsoft Windows [Wersja 6.0.6001] Copyright (c) 2006 Microsoft Corporation. Wszelkie prawa zastrzeżone. C:\Users\hagonbc>echo %path% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind owsPowerShell\v1.0\ C:\Users\hagonbc> 2011/6/8 Thoma

Re: Request for Update: p7zip

2011-06-08 Thread Charles Wilson
On 6/8/2011 1:16 PM, Chris Sutcliffe wrote: > On 12 May 2011 06:24, Chris Sutcliffe wrote: >> Would it be possible to get a p7zip update? The latest release is 9.20.1. > > Ping? Yes, it's on my list. I wanted to get thru the mingw cross compiler...stuff...first. -- Chuck -- Problem reports:

Re: 2 [main] sh 2848! _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 2848, hProcess 0x158, wr_proc_pipe 0xE0, Win32 error 5

2011-06-08 Thread Thomas Wolff
Am 08.06.2011 18:53, schrieb Bartosz Cichoński: Hi. I'm trying to compile YACAS 1.2.2 (http://yacas.sourceforge.net) under Cygwin. version of the Cygwin DLL is 1.7.9-1. setup.exe version 2.738 Windows Vista Ultimate SP1 x64 I'm constantly getting these errors when I'm inwoking ./configure script

Re: combination of bash and cmd.exe causes fatal error when used under CYGWIN=tty

2011-06-08 Thread Christopher Faylor
On Mon, Apr 25, 2011 at 10:08:05AM -0400, Len Giambrone wrote: >Greetings. > >If I set CYGWIN=tty, then cygwin programs die with >*** fatal error - couldn't initialize fd 0 for /dev/ttyN > >Example: > >C:\cygwin\home\lgiambro>bash -c "cmd /c 'ls'" >? 0 [main] ls 7440 C:\cygwin\bin\ls.exe: ***

Re: Who's using "CYGWIN=tty" and why?

2011-06-08 Thread Christopher Faylor
On Mon, May 09, 2011 at 06:10:28PM +0200, Corinna Vinschen wrote: >Hi, > > >Chris and I are wondering how many people are using the Windows console >as local console window in CYGWIN=tty mode and why. > >Here's why we ask: > >We are both not sure why anybody would use it voluntarily, given that >it

Re: Request for Update: p7zip

2011-06-08 Thread Chris Sutcliffe
On 12 May 2011 06:24, Chris Sutcliffe wrote: > Hi Chuck, > > Would it be possible to get a p7zip update?  The latest release is 9.20.1. Ping? Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/proble

2 [main] sh 2848! _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 2848, hProcess 0x158, wr_proc_pipe 0xE0, Win32 error 5

2011-06-08 Thread Bartosz Cichoński
Hi. I'm trying to compile YACAS 1.2.2 (http://yacas.sourceforge.net) under Cygwin. version of the Cygwin DLL is 1.7.9-1. setup.exe version 2.738 Windows Vista Ultimate SP1 x64 I'm constantly getting these errors when I'm inwoking ./configure script under Cygwin Bash Shell. I've tried to reinstall c

Re: Question about exception when running gVIM 7.2

2011-06-08 Thread Lee Merrill
Saxon, Will sage.com> writes: > > My script works, but if I do run it from a command window it generates a stack dump: > > Exception: STATUS_GUARD_PAGE_VIOLATION at eip=61020137 I had a similar problem, what fixed it for me was to move /cygwin to /cygwin.save and re-install cygwin. Lee --

Re: building and testing GCC, extremely slow in NTFS, fast in FAT32

2011-06-08 Thread Chiheng Xu
On Wed, Jun 8, 2011 at 6:36 PM, Andrey Repin wrote: > > mount > ? Not relevant to mount. This problem is stick to NTFS. If I copy the just built cc1.exe/cc1plus.exe to any other place in the file system, even overwrite the original one, it can run efficiently. -- Chiheng Xu -- Problem rep

Re: building and testing GCC, extremely slow in NTFS, fast in FAT32

2011-06-08 Thread Andrey Repin
Greetings, Chiheng Xu! > Recently, in my XP SP3 machine, building and testing GCC in NTFS are > extremely slow. The just built cc1.exe seems to have some attributes > or security setting set to wrong values, preventing it from running > efficiently. > The problem will disappear if I build and te

building and testing GCC, extremely slow in NTFS, fast in FAT32

2011-06-08 Thread Chiheng Xu
Recently, in my XP SP3 machine, building and testing GCC in NTFS are extremely slow. The just built cc1.exe seems to have some attributes or security setting set to wrong values, preventing it from running efficiently. The problem will disappear if I build and test it in a FAT32 file system. I n