src/winsup/cygwin ChangeLog dtable.cc

2013-12-04 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: c...@sourceware.org 2013-12-04 17:55:17 Modified files: winsup/cygwin : ChangeLog dtable.cc Log message: * dtable.cc (dtable::find_unused_handle): When extending, always make sure that there is a

Re: fix off-by-one in dup2

2013-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2013 at 01:04:08PM +0100, Corinna Vinschen wrote: On Dec 4 12:36, Corinna Vinschen wrote: On Dec 4 10:32, Corinna Vinschen wrote: Hi guys, [...etc...] The problem is still present in the current sources. [...] Ouch, ouch, ouch! I tested the wrong DLL. Actually current

Re: fix off-by-one in dup2

2013-12-04 Thread Corinna Vinschen
On Dec 4 12:00, Christopher Faylor wrote: On Wed, Dec 04, 2013 at 01:04:08PM +0100, Corinna Vinschen wrote: On Dec 4 12:36, Corinna Vinschen wrote: On Dec 4 10:32, Corinna Vinschen wrote: Hi guys, [...etc...] The problem is still present in the current sources. [...] Ouch,

Re: fix off-by-one in dup2

2013-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2013 at 06:23:24PM +0100, Corinna Vinschen wrote: On Dec 4 12:00, Christopher Faylor wrote: On Wed, Dec 04, 2013 at 01:04:08PM +0100, Corinna Vinschen wrote: On Dec 4 12:36, Corinna Vinschen wrote: On Dec 4 10:32, Corinna Vinschen wrote: Hi guys, [...etc...] The

Re: Please try newest snapshot (was Re: emacs-x11: new clipboard size limitation?)

2013-12-04 Thread Markus Hoenicka
Am 2013-12-03 22:10, schrieb Christopher Faylor: On Tue, Dec 03, 2013 at 04:56:27PM +, Jon TURNEY wrote: Tried bisecting through the X server versions for the past 6 months, and it seems that this problem first appears in X server 1.14.3-2 (As an aside, it's probably relevant to the

Re: 32/64 issue building native 32-bit Cygwin from CVS

2013-12-04 Thread Mark Geisert
Christopher Faylor writes: On Tue, Dec 03, 2013 at 05:03:56PM +, Mark Geisert wrote: I'm running into this issue when building winsup/lsaauth. My autoconf foo is weak but it appears the configure.ac wants to use 64-bit mingw tools even on this 32-bit build. There was a similar issue in

Re: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26

2013-12-04 Thread Corinna Vinschen
On Dec 4 03:22, PRIKHODKO, GEORGE wrote: Hi, After upgrading to Cygwin to 1.7.26 the commands: print $(getIP) print $(ipconfig | grep IPv4 Address | sort | head -1 | cut -d : -f 2 \ | sed -e s/ *\\([0-9.]*\\).*/\\1/) in the following script #!/usr/bin/ksh cv=$(uname -r)

emacs won't run

2013-12-04 Thread Andrea Venturoli
Hello. Since a bit, emacs won't start under X: no error, no message, nothing. It just starts and exits after a while without doing anything. I can run emacs -nw fine. How can I diagnose this? Is there any log I can look into? Any utility? bye Thanks av. -- Problem reports:

Re: emacs won't run

2013-12-04 Thread marco atzeri
Il 12/4/2013 10:20 AM, Andrea Venturoli ha scritto: Hello. Since a bit, emacs won't start under X: no error, no message, nothing. It just starts and exits after a while without doing anything. I can run emacs -nw fine. How can I diagnose this? Is there any log I can look into? Any utility?

C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread bartels
Hello People, Cygwin seems to have become very stable recently, which is a Good Thing for me. And then I saw this one: 0 [main] perl 10672 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x32) != child(0x3A) What could be causing it? - -

Re: [ANNOUNCEMENT] Updated, new for 64-bit: lftp 4.4.11-1

2013-12-04 Thread Achim Gratz
Achim Gratz Stromeko at NexGo.DE writes: This version seems to have serious problems with the mirror command. Instead of transferring just the changed files, it seems to always want to transfer _everything_. I haven't yet looked into why this might happen, at the moment I've reverted to the

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread bartels
On 12/04/2013 12:00 PM, bartels wrote: Hello People, Cygwin seems to have become very stable recently, which is a Good Thing for me. And then I saw this one: 0 [main] perl 10672 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x32) !=

Re: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26

2013-12-04 Thread Corinna Vinschen
On Dec 4 10:13, Corinna Vinschen wrote: On Dec 4 03:22, PRIKHODKO, GEORGE wrote: Hi, After upgrading to Cygwin to 1.7.26 the commands: print $(getIP) print $(ipconfig | grep IPv4 Address | sort | head -1 | cut -d : -f 2 \ | sed -e s/ *\\([0-9.]*\\).*/\\1/) in the

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread marco atzeri
Il 12/4/2013 12:54 PM, bartels ha scritto: On 12/04/2013 12:00 PM, bartels wrote: Hello People, Cygwin seems to have become very stable recently, which is a Good Thing for me. And then I saw this one: 0 [main] perl 10672 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread bartels
On 12/04/2013 01:23 PM, marco atzeri wrote: Thanks for your reply. Please note that I understand that the ad-hoc solution is to run rebaseall. Unfortunately, that is not always possible. why ? Tricky sometime, but possible always. Well, not exactly impossible, but these are production

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread marco atzeri
Il 12/4/2013 1:35 PM, bartels ha scritto: On 12/04/2013 01:23 PM, marco atzeri wrote: I am looking for the cause of the problem, so that I know how to prevent it. Or is the only answer to simply run rebaseall after installation? usually yes If that is the case, then why is it not part of

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread Corinna Vinschen
On Dec 4 14:53, bartels wrote: On 12/04/2013 02:11 PM, marco atzeri wrote: Il 12/4/2013 1:35 PM, bartels ha scritto: On 12/04/2013 01:23 PM, marco atzeri wrote: I am looking for the cause of the problem, so that I know how to prevent it. Or is the only answer to simply run rebaseall

Re: Please try newest snapshot (was Re: emacs-x11: new clipboard size limitation?)

2013-12-04 Thread Bengt Larsson
Christopher Faylor wrote: I added an ugly hack to work around this symptom in the latest cygwin. It shouldn't have any big impact on anything but this particular scenario but I would appreciate it if people downloaded today's snapshot and verified that things are still working ok. I plan on

Re: emacs won't run

2013-12-04 Thread David Karr
Are you running it from the desktop from run? I discovered the same thing. One workaround that worked for me was to open a rxvt window and then run emacs from that. However, an even better workaround was simply using the w32 version and bypassing X entirely. When I changed my run shortcut to run

Re: Please try newest snapshot (was Re: emacs-x11: new clipboard size limitation?)

2013-12-04 Thread Jon TURNEY
On 04/12/2013 08:09, Markus Hoenicka wrote: Am 2013-12-03 22:10, schrieb Christopher Faylor: I added an ugly hack to work around this symptom in the latest cygwin. It shouldn't have any big impact on anything but this particular scenario but I would appreciate it if people downloaded today's

Re: Get old fortran executable to update screen

2013-12-04 Thread paul
Andrey Repin anrdaemon at yandex.ru writes: Greetings, paul! I'm using an executable compiled from a FORTRAN program When I run it from a DOS command line, I get prompts and progress updates (an iteration count that rewrites the line without scrolling the screen upward). I get none of

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread bartels
On 12/04/2013 03:23 PM, Corinna Vinschen wrote: On Dec 4 14:53, bartels wrote: On 12/04/2013 02:11 PM, marco atzeri wrote: Il 12/4/2013 1:35 PM, bartels ha scritto: On 12/04/2013 01:23 PM, marco atzeri wrote: I am looking for the cause of the problem, so that I know how to prevent it. Or

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread Corinna Vinschen
On Dec 4 17:41, bartels wrote: On 12/04/2013 03:23 PM, Corinna Vinschen wrote: On Dec 4 14:53, bartels wrote: On 12/04/2013 02:11 PM, marco atzeri wrote: Il 12/4/2013 1:35 PM, bartels ha scritto: On 12/04/2013 01:23 PM, marco atzeri wrote: I am looking for the cause of the problem, so

Re: emacs won't run

2013-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2013 at 11:56:11AM +0100, marco atzeri wrote: Il 12/4/2013 10:20 AM, Andrea Venturoli ha scritto: Hello. Since a bit, emacs won't start under X: no error, no message, nothing. It just starts and exits after a while without doing anything. I can run emacs -nw fine. How can I

cygwin 1.7.26-1 causes Too many open files error in squid

2013-12-04 Thread Scuzuliak
I'm running squid on cygwin64 under Windows 7. All packages on my system are at the latest versions. After upgrading the cygwin package to 1.7.26-1, I started getting errors in squid which causes it to abort. Rolling the cygwin package back to 1.7.25-1 resolves the issue. Here are the errors

Re: cygwin 1.7.26-1 causes Too many open files error in squid

2013-12-04 Thread Tim Prince
On 12/4/2013 2:28 PM, Scuzuliak wrote: I'm running squid on cygwin64 under Windows 7. All packages on my system are at the latest versions. After upgrading the cygwin package to 1.7.26-1, I started getting errors in squid which causes it to abort. Rolling the cygwin package back to 1.7.25-1

RE: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26

2013-12-04 Thread PRIKHODKO, GEORGE
Hi, The fix did help. Thank you. Thanks, George -Original Message- Of Corinna Vinschen Sent: Wednesday, December 04, 2013 6:17 AM Subject: Re: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26 On Dec 4 10:13, Corinna Vinschen wrote: On Dec 4

Re: cygwin 1.7.26-1 causes Too many open files error in squid

2013-12-04 Thread Corinna Vinschen
On Dec 4 14:46, Tim Prince wrote: On 12/4/2013 2:28 PM, Scuzuliak wrote: I'm running squid on cygwin64 under Windows 7. All packages on my system are at the latest versions. After upgrading the cygwin package to 1.7.26-1, I started getting errors in squid which causes it to abort.

Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address

2013-12-04 Thread bartels
On 12/04/2013 05:53 PM, Corinna Vinschen wrote: On Dec 4 17:41, bartels wrote: On 12/04/2013 03:23 PM, Corinna Vinschen wrote: On Dec 4 14:53, bartels wrote: On 12/04/2013 02:11 PM, marco atzeri wrote: Il 12/4/2013 1:35 PM, bartels ha scritto: On 12/04/2013 01:23 PM, marco atzeri wrote:

Re: Please try newest snapshot (was Re: emacs-x11: new clipboard size limitation?)

2013-12-04 Thread Markus Hoenicka
Around 2013-12-04 16:59 Jon TURNEY was heard to say: On 04/12/2013 08:09, Markus Hoenicka wrote: Am 2013-12-03 22:10, schrieb Christopher Faylor: I added an ugly hack to work around this symptom in the latest cygwin. It shouldn't have any big impact on anything but this particular scenario

Re: emacs won't run

2013-12-04 Thread marco atzeri
Il 12/4/2013 8:21 PM, Christopher Faylor ha scritto: On Wed, Dec 04, 2013 at 11:56:11AM +0100, marco atzeri wrote: Il 12/4/2013 10:20 AM, Andrea Venturoli ha scritto: Hello. Since a bit, emacs won't start under X: no error, no message, nothing. It just starts and exits after a while without

absolute native symlinks vs file explorer on windows 8.1

2013-12-04 Thread Andras Nagy
I'm experiencing the following symptom with the latest 64bit cygwin on windows 8.1: absolute native symlinks created with cygwin differ slightly from those created with mklink; cygwin's symlinks start with a \\?\ . Because of this, file explorer (nee windows explorer) refuses to handle them