Re: gdb hangs

2006-02-07 Thread Vitaly Provodin
On 2/6/06, Brian Dessent <[EMAIL PROTECTED]> wrote: > The actual source of the problem is the SECT_OFF_DATA macro around line > 910 in coffread.c. I'm not sure exactly what's broken here, but it > seems like it might be related to the fact that (at least on my system) > the DLL gets assigned the d

Re: Issue, most possibly with new Readline

2006-02-07 Thread Eric Blake
> > > > > > > > Basically, when I hit [ESC] then fwd slash (/) to search through the > > > > history, it throws my cursor back to get beginning of the line (on top > > > > of the prompt) and acts weird. This is in mrxvt, now if I do the same > > > > in the basic cygwin bash shell i get this: > > >

Re: 1.5.19: Solution: cannot create temp file for here document: Permission denied

2006-02-07 Thread Barry Demchak
The solution to my variant of this problem ended up being pretty simple. I was running the Norton utility that guards the trash bin (Norton Protected Trash Bin). For this use, it's toxic. The solution was to add the entire cygwin directory to the exclusion list (in the trash bin's Properties

Re: Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Brian Dessent
Yu Lianqing wrote: > I've post the message below to cygwin-xfree@cygwin.com but got no reply > yet. I post this message to this list since I need your help urgently. > Sorry for this. > > I successfully download and install cgywin on my windows xp profesional > system. I choose to install everyth

Re: Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Larry Hall (Cygwin)
Yu Lianqing wrote: > Hi, > > I've post the message below to cygwin-xfree cygwin [dot] com but got no > reply ^ Please don't send plain-text email addresses in the body of email. It just feeds the spammers. > yet.

Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Yu Lianqing
Hi, I've post the message below to cygwin-xfree@cygwin.com but got no reply yet. I post this message to this list since I need your help urgently. Sorry for this. I successfully download and install cgywin on my windows xp profesional system. I choose to install everything (at select package

Re: cygcheck bug

2006-02-07 Thread Eric Blake
> > $ uname -a > > CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin > > $ cd /bin > > $ cygcheck ./bash > > .\.\.\.\.\ - Cannot open > > $ cygcheck ./bash.exe > > .\bash.exe > > .\cygwin1.dll > > ... > > FWIW, WFM: > > $ cygcheck --version > cygcheck version 1.74 > System C

1.5.19: Solution: cannot create temp file for here document: Permission denied

2006-02-07 Thread Jonathan
Hi all, I recently set up cygwin on a Windows 2003 box with NTFS file permissions. I encountered the same problem as mentioned in this thread: http://www.cygwin.com/ml/cygwin/2005-07/msg00732.html To sum up the issue: Upon ssh login I received the following error message: -bash: cannot create

Re: cygcheck bug

2006-02-07 Thread Igor Peshansky
On Tue, 7 Feb 2006, Eric Blake wrote: > $ uname -a > CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin > $ cd /bin > $ cygcheck ./bash > .\.\.\.\.\ - Cannot open > $ cygcheck ./bash.exe > .\bash.exe > .\cygwin1.dll > ... FWIW, WFM: $ uname -svr CYGWIN_NT-5.1 1.5.20(0.153/4/

cygcheck bug

2006-02-07 Thread Eric Blake
$ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

1.5.20s (20060206): Ctrl+C, rxvt and non-cygwin programs

2006-02-07 Thread Rolf Campbell
1. Run bash in rxvt. 2. Run "strace sleep 10". 3. Press Ctrl+C. Nothing seems to receive the ^C at all (both strace and sleep run to completion). I cannot reproduce this problem using bash in a windows console. This is not a regression from 1.5.19. But I recall it working a while ago (what

Re: Issue, most possibly with new Readline

2006-02-07 Thread Eric Blake
Zach Gelnett gmail.com> writes: > > > > > > Basically, when I hit [ESC] then fwd slash (/) to search through the > > > history, it throws my cursor back to get beginning of the line (on top > > > of the prompt) and acts weird. This is in mrxvt, now if I do the same > > > in the basic cygwin bash

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread Brian Ford
On Tue, 7 Feb 2006, Christopher Faylor wrote: > I believe that Brian Ford is looking into modifying the new CW_SETUP_WINENV > code to perform the proper conversion of POSIX style to Windows style. We're still debating aproaches for solving our problem, so it is possible I won't get to it. If som

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread Christopher Faylor
On Tue, Feb 07, 2006 at 06:59:43PM +0100, Michael Schaap wrote: >On 7-Feb-2006 3:31, Yitzchak Scott-Thoennes wrote: >> On Mon, Feb 06, 2006 at 11:40:22PM +0100, Michael Schaap wrote: >> >>> What we basically need to do, is copy the Cygwin environment to the >>> Windows environment, taking care o

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread Michael Schaap
On 7-Feb-2006 3:31, Yitzchak Scott-Thoennes wrote: > On Mon, Feb 06, 2006 at 11:40:22PM +0100, Michael Schaap wrote: > >> What we basically need to do, is copy the Cygwin environment to the >> Windows environment, taking care of path conversion for all the >> appropriate variables. >> > > M

Re: problems with exit codes on 64-bit Windows XP Pro x64

2006-02-07 Thread Kevin Layer
Corinna Vinschen <[EMAIL PROTECTED]> wrote: >> On Feb 6 14:49, Kevin Layer wrote: >> > I'm running the latest cygwin (1.5.19, see cygcheck below). >> > >> > My application is a native Windows app (64 and 32-bit). It includes >> > no cygwin libraries and is not compiled with cygwin's gcc. When

Re: file listing incorrect in cvs head.

2006-02-07 Thread Corinna Vinschen
On Feb 8 00:06, HASHI Hiroaki wrote: > > Thanks, but the patch isn't exactly "trivial", so we would need a > > copyright assignment from you and, possibly, from your employer. > > See http://cygwin.com/contrib.html. > > Oh. > > I regard my employer as not agreeing. > > I hope, anyone re-write

Re: file listing incorrect in cvs head.

2006-02-07 Thread HASHI Hiroaki
> Thanks, but the patch isn't exactly "trivial", so we would need a > copyright assignment from you and, possibly, from your employer. > See http://cygwin.com/contrib.html. Oh. I regard my employer as not agreeing. I hope, anyone re-write a patch and appling it. > Why isn't it sufficient just

Re: file listing incorrect in cvs head.

2006-02-07 Thread Corinna Vinschen
On Feb 7 22:55, HASHI Hiroaki wrote: > Hello! > > In cvs head. > > A 'readdir' function cannot listing filename that using multi-byte > charctor. (corrupt filename) > > Because, newlib's wcstombs do not support 'true' multi-byte charactor > conversion. > > I made a patch for cvs head. Thanks

file listing incorrect in cvs head.

2006-02-07 Thread HASHI Hiroaki
Hello! In cvs head. A 'readdir' function cannot listing filename that using multi-byte charctor. (corrupt filename) Because, newlib's wcstombs do not support 'true' multi-byte charactor conversion. I made a patch for cvs head. That using W32API's WideCharToMultiByte instead of newlib's wcstom

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread David Picton
On 2/3/06, Igor Peshansky <[EMAIL PROTECTED]> wrote: > On Fri, 3 Feb 2006, David Picton wrote: > > > I have encountered a strange bug when starting Microsoft Word when it is > > started by the cygstart command, e.g. "cygstart Index.doc", with the > > current version of the Cygwin dll. > > > > The s

Re: problems with exit codes on 64-bit Windows XP Pro x64

2006-02-07 Thread Corinna Vinschen
On Feb 7 11:01, Corinna Vinschen wrote: > On Feb 6 14:49, Kevin Layer wrote: > > I'm running the latest cygwin (1.5.19, see cygcheck below). > > > > My application is a native Windows app (64 and 32-bit). It includes > > no cygwin libraries and is not compiled with cygwin's gcc. When I > > exe

Re: problems with exit codes on 64-bit Windows XP Pro x64

2006-02-07 Thread Corinna Vinschen
On Feb 6 14:49, Kevin Layer wrote: > I'm running the latest cygwin (1.5.19, see cygcheck below). > > My application is a native Windows app (64 and 32-bit). It includes > no cygwin libraries and is not compiled with cygwin's gcc. When I > execute cygwin programs from my app, however, the return

Re: Corrupt xorg-x11-f100?

2006-02-07 Thread Chris Taylor
David Arnstein wrote: I use the usual setup.exe to keep my Cygwin packages up to date. Recently, this executable has been giving me Dr. Watson crashes left and right. I think I isolated the problem. There is a cygwin package xorg-x11-f11. I attempted to re-install it from setup.exe. Setup.exe

Corrupt xorg-x11-f100?

2006-02-07 Thread David Arnstein
I use the usual setup.exe to keep my Cygwin packages up to date. Recently, this executable has been giving me Dr. Watson crashes left and right. I think I isolated the problem. There is a cygwin package xorg-x11-f11. I attempted to re-install it from setup.exe. Setup.exe told me that the packa

Re: GCC compiler

2006-02-07 Thread djh
Thanks for the informative and helpful response. Darel --- Tim Prince wrote: djh wrote: My current version of gcc that setup.exe downloaded for me is: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) The other day I downloaded gcc 4.0.2 filena