Re: /dev/windows and select() [was Re: Slow response to keypresses in xorg-server-1.8.0-1]

2010-08-30 Thread Corinna Vinschen
On Aug 29 14:39, Jon TURNEY wrote: On 08/08/2010 12:04, Andy Koppe wrote: On 7 August 2010 23:07, Jon TURNEY wrote: Hmmm, looking again at the implementation of select(), I don't immediately see that when waiting on /dev/windows, it checks that the message queue has old messages on it before

Re: /dev/windows and select() [was Re: Slow response to keypresses in xorg-server-1.8.0-1]

2010-08-30 Thread Jon TURNEY
On 30/08/2010 12:23, Corinna Vinschen wrote: On Aug 29 14:39, Jon TURNEY wrote: On 08/08/2010 12:04, Andy Koppe wrote: On 7 August 2010 23:07, Jon TURNEY wrote: Hmmm, looking again at the implementation of select(), I don't immediately see that when waiting on /dev/windows, it checks that the

Cygwin 1.7.6-1 , Windows 7: STATUS_ACCESS_VIOLATION

2010-08-30 Thread Siegmar Gross
Hi, I have installed Cygwin 1.7.6-1 on Windows 7 running on a virtual machine (VMware Workstation 6.5.4). I am using TCSH instead of BASH and I have configured an X11 GUI which I use since 2004 with Cygwin 1.5.x (since about a year with X11R7) on Windows XP without problems. When I use this

Re: changing font

2010-08-30 Thread matias kaukonen
The above worked on my previous computer, but now it does not work with my current computer. This is what I tried: 1. a) Added XTerm[.*]vt100.font:lucidasanstypewriter-10 to .Xdefaults b) typed: xrdb ~/.Xdefaults; xrdb ~/.Xresources next, 2. a) Added

Re: changing font

2010-08-30 Thread Thomas Dickey
On Mon, 30 Aug 2010, matias kaukonen wrote: The above worked on my previous computer, but now it does not work with my current computer. This is what I tried: 1. a) Added XTerm[.*]vt100.font:lucidasanstypewriter-10 to .Xdefaults b) typed: xrdb ~/.Xdefaults; xrdb ~/.Xresources next, 2. a)

src/winsup/cygwin ChangeLog autoload.cc select ...

2010-08-30 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-08-30 10:39:44 Modified files: winsup/cygwin : ChangeLog autoload.cc select.cc wincap.cc wincap.h Log message: * autoload.cc (MsgWaitForMultipleObjectsEx):

src/winsup/doc ChangeLog new-features.sgml tex ...

2010-08-30 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-08-30 13:19:40 Modified files: winsup/doc : ChangeLog new-features.sgml textbinary.sgml Log message: * new-features.sgml (ov-new1.7.7): Document change to binmode/textmode link

src/winsup/cygwin ChangeLog posix.sgml

2010-08-30 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-08-30 14:16:01 Modified files: winsup/cygwin : ChangeLog posix.sgml Log message: * posix.sgml (std-notes): Fix typos and incorrectnesses. Patches:

winsup/cygwin ChangeLog dcrt0.cc

2010-08-30 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2010-08-30 23:23:28 Modified files: cygwin : ChangeLog dcrt0.cc Log message: * dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initialization since it

RE: SEGV in gcc 4.3.4 on cygwin 1.7.6-1

2010-08-30 Thread Eirik Nordbrøden
Thanks. This bug seems to be related since in my case there were also some options that were present more than once. I got around the problem by tweaking the configuration parameters. On 27/08/2010 09:31, Csaba Raduly wrote: How odd. It seems to crash only with that exact number of

Re: cygwin Digest 27 Aug 2010 19:30:22 -0000 Issue 7179

2010-08-30 Thread David Hajage
Hello again, I am sorry to bother you again with this, but dbaltex still doesn't work: peter [~] dhajage2 $ dblatex essai.xml /usr/lib/python2.6/site-packages/dbtexmf/dblatex/grubber/util.py:8: DeprecationW arning: the md5 module is deprecated; use hashlib instead import md5 Build the book set

Re: setup.exe crashes when downgrading gcc4

2010-08-30 Thread Peter Münster
On Fri, Aug 27 2010, Andy Koppe wrote: So I select 4.3.4-3, and then next. Then setup.exe crashes with this error: An unhandled win32 exception occurred in setup.exe [1672]. I wasn't able to reproduce this. Were you using the then-latest version 2.712 of setup.exe? You could also try

Cygwin slow on x64 systems

2010-08-30 Thread Sagi Ben-Akiva
Hello, For the last couple of weeks I'm trying to identify the cause for cygwin slowdown on x64 machines which was reported by David Morgan about 6 months ago. I wrote a little bash script which prints the result of 'date -s' to a file in a loop and then counts the number of times the same

Re: /dev/windows and select() [was Re: Slow response to keypresses in xorg-server-1.8.0-1]

2010-08-30 Thread Corinna Vinschen
On Aug 29 14:39, Jon TURNEY wrote: On 08/08/2010 12:04, Andy Koppe wrote: On 7 August 2010 23:07, Jon TURNEY wrote: Hmmm, looking again at the implementation of select(), I don't immediately see that when waiting on /dev/windows, it checks that the message queue has old messages on it before

Re: /dev/windows and select() [was Re: Slow response to keypresses in xorg-server-1.8.0-1]

2010-08-30 Thread Jon TURNEY
On 30/08/2010 12:23, Corinna Vinschen wrote: On Aug 29 14:39, Jon TURNEY wrote: On 08/08/2010 12:04, Andy Koppe wrote: On 7 August 2010 23:07, Jon TURNEY wrote: Hmmm, looking again at the implementation of select(), I don't immediately see that when waiting on /dev/windows, it checks that the

Re: gitk unusable in cygwin-1.7.6-1 because tcltk-20080420-1 is native win32 app.

2010-08-30 Thread neomjp
On 27 Aug 2010 19:33:36 +0100, Andy Koppe wrote: It will be synced with the POSIX working directory again, except when the path is too long or it's a virtual directory such as /proc. Thank you for summarizing the thread. I tried using the snapshot cygwin1-20100829.dll.bz2 and confirmed

Re: Cygwin slow on x64 systems

2010-08-30 Thread Edward Lam
On 8/30/2010 7:16 AM, Sagi Ben-Akiva wrote: For the last couple of weeks I'm trying to identify the cause for cygwin slowdown on x64 machines which was reported by David Morgan about 6 months ago. You're my new hero. :) I then applied the changes one by one and built cygwin1.dll for each

Uninitialized variable usage in cygthread?

2010-08-30 Thread Edward Lam
Hi, In looking at slowdown problem on x64 systems by Sagi Ben-Akiva, I found some puzzling code that perhaps someone could enlighten me on. I must be reading it wrong. Here's the code path that I'm tracing using cygwin-src-20100829.tar.bz2: - In dcrt0.cc, if dynamically_loaded is true, then

Re: Uninitialized variable usage in cygthread?

2010-08-30 Thread Corinna Vinschen
On Aug 30 10:26, Edward Lam wrote: Hi, In looking at slowdown problem on x64 systems by Sagi Ben-Akiva, I found some puzzling code that perhaps someone could enlighten me on. I must be reading it wrong. Here's the code path that I'm tracing using cygwin-src-20100829.tar.bz2: - In

Re: MANPATH not being cygpathed like PATH is?

2010-08-30 Thread Tim Visher
On Fri, Aug 27, 2010 at 2:59 PM, Jeremy Bopp jer...@bopp.net wrote: On 8/27/2010 1:28 PM, Tim Visher wrote: Hello Everyone, I recently switched from setting up environment variables within my bash_profile/bashrc file and instead started setting them on the box I'm on.  This works great for

Re: Uninitialized variable usage in cygthread?

2010-08-30 Thread Edward Lam
On 8/30/2010 10:45 AM, Corinna Vinschen wrote: What am I missing? cygthread::operator new(size_t) Thanks! -Edward -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Cygwin slow on x64 systems

2010-08-30 Thread Edward Lam
On 8/30/2010 7:16 AM, Sagi Ben-Akiva wrote: 2. a. Moving the call to wait_for_sigthread from dll_crt0_1 to _dll_crt0 which calls dll_crt0_1. b. Deleting the call to WaitForSingleObject, i.e. : Don't worry about sync_startup I can confirm that the 2nd sub-change is the cause for the slowdown.

Keyboard issue: unresponsive keystroke

2010-08-30 Thread Eric Vautier
Hello all, I've used the US-International keyboard layout for ages without issues. Recently, I fired cygwin and noticed the s key was unresponsive. Restarting Vista didn't help. Changing to standard US layout before starting Cygwin didn't help. Restarting Cygwin didn't help. Scrapping the Cygwin

Re: Keyboard issue: unresponsive keystroke

2010-08-30 Thread Eric Blake
On 08/30/2010 10:52 AM, Eric Vautier wrote: Hello all, I've used the US-International keyboard layout for ages without issues. Recently, I fired cygwin and noticed the s key was unresponsive. Did you check whether ~/.inputrc has DOS line endings? If so, run d2u on it, and see if that fixes

Re: SSH - Can't Login (3rd Post)

2010-08-30 Thread Auteria W. Winzer Jr.
I checked the following below. The user's home directory has the proper permissions (755), the .ssh directory is 700, and the files underneath the .ssh directory is 600. By default StrictModes is set to no. I still can't log in. Any help will be greatly appreciated. Thanks, and regards, Mr.

Re: SSH - Can't Login (3rd Post)

2010-08-30 Thread Julio Costa
On Mon, Aug 30, 2010 at 18:03, Auteria W. Winzer Jr. wrote: I checked the following below. The user's home directory has the proper permissions (755), the .ssh directory is 700, and the files underneath the .ssh directory is 600. By default StrictModes is set to no. I still can't log in.

'test' utility behavior question.

2010-08-30 Thread Oleksandr Gavenko
$ /bin/test -d echo ok ok $ /bin/test -d '' echo ok || echo must_be_error must_be_error POSIX require argument for -d, so behavior implementation depend. I can not check another 'test' implementation now. For me get error is more convenient, because this not break this code if $dir not

Re: 'test' utility behavior question.

2010-08-30 Thread Eric Blake
On 08/30/2010 11:27 AM, Oleksandr Gavenko wrote: $ /bin/test -d echo ok ok $ /bin/test -d '' echo ok || echo must_be_error must_be_error Both of these results match POSIX. Remember, POSIX describes different behaviors for one argument than for two arguments (for the one-argument case,

Re: 'test' utility behavior question.

2010-08-30 Thread Oleksandr Gavenko
On 2010-08-30 20:31, Eric Blake wrote: On 08/30/2010 11:27 AM, Oleksandr Gavenko wrote: $ /bin/test -d echo ok ok $ /bin/test -d '' echo ok || echo must_be_error must_be_error Both of these results match POSIX. Remember, POSIX describes different behaviors for one argument than for two

Re: /dev/windows and select() [was Re: Slow response to keypresses in xorg-server-1.8.0-1]

2010-08-30 Thread Brian Ford
On Mon, 30 Aug 2010, Corinna Vinschen wrote: I applied a patch to Cygwin which should make select on /dev/windows fully functional. The blessed solution is to replace the call to MsgWaitForMultipleObjects with a call to MsgWaitForMultipleObjectsEx with the MWMO_INPUTAVAILABLE flag set.

Re: /dev/windows and select() [was Re: Slow response to keypresses in xorg-server-1.8.0-1]

2010-08-30 Thread Corinna Vinschen
On Aug 30 12:49, Brian Ford wrote: On Mon, 30 Aug 2010, Corinna Vinschen wrote: I applied a patch to Cygwin which should make select on /dev/windows fully functional. The blessed solution is to replace the call to MsgWaitForMultipleObjects with a call to MsgWaitForMultipleObjectsEx

Unexpected results from grep 2.6.3-1

2010-08-30 Thread Robert Ross
With grep 2.6.3-1, the following produces no output: echo Hello world hi /bin/grep --include='*' 'world' * With grep 2.5.4-2, the output is Hello world. Rob -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Building Mutt: configure: invalid value of canonical build

2010-08-30 Thread Michael Ludwig
The mutt mail reader shipping with Cygwin does not have SMTP enabled, which I'd like to give a try. So I tried to build mutt, but encountered problems. The machine is 64-Bit PC running Win7/64/Pro, and Cygwin, of course. I have both gcc 3 and 4 installed. ./configure --prefix=/usr/local/mutt

Re: Building Mutt: configure: invalid value of canonical build

2010-08-30 Thread Matthias Andree
On 30.08.2010 23:52, Michael Ludwig wrote: The mutt mail reader shipping with Cygwin does not have SMTP enabled, which I'd like to give a try. So I tried to build mutt, but encountered problems. [... long whine about non-working build snipped ...] Did you use the ./prepare script first if

Re: Unexpected results from grep 2.6.3-1

2010-08-30 Thread Christopher Faylor
On Mon, Aug 30, 2010 at 01:22:48PM -0700, Robert Ross wrote: With grep 2.6.3-1, the following produces no output: echo Hello world hi /bin/grep --include='*' 'world' * With grep 2.5.4-2, the output is Hello world. It does seem strange but, if it's a bug, it's also evident on linux. FWIW,

Re: Unexpected results from grep 2.6.3-1

2010-08-30 Thread Eric Blake
On 08/30/2010 05:08 PM, Christopher Faylor wrote: On Mon, Aug 30, 2010 at 01:22:48PM -0700, Robert Ross wrote: With grep 2.6.3-1, the following produces no output: echo Hello world hi /bin/grep --include='*' 'world' * With grep 2.5.4-2, the output is Hello world. It does seem strange but,

xfig startup with latest user versions of xfig

2010-08-30 Thread Carl Lund
Hi-- After updating to the latest version of xfig, I got the following error message from xfig when I ran (countr.fig is a new figure I am building): xfig countr.fig -error message The app-defaults file (version: 3.2.4) is older than this version of

Re: setup.exe crashes when downgrading gcc4

2010-08-30 Thread Peter Münster
On Mon, Aug 30 2010, Peter Münster wrote: - it seems, that it crashes now, whatever I do... Hello, I've found the solution: instead of using mirror rz.ruhr-uni-bochum.de I switched to mirror tu-dresden.de. Now there is no more crash! Cheers, Peter -- Contact information:

Re: setup.exe crashes when downgrading gcc4

2010-08-30 Thread Andy Koppe
On 30 August 2010 13:43, Peter Münster wrote: - it seems, that it crashes now, whatever I do... Hello, I've found the solution: instead of using mirror rz.ruhr-uni-bochum.de I switched to mirror tu-dresden.de. Now there is no more crash! Good. The Bochum http mirror works fine for me, but