Problem running top on Windows 7

2010-11-23 Thread Jerry DeLisle
See attached stackdump. This output was followed by a bundle of messages like this: End of stack trace 7247 [sig] top 6112 exception::handle: Error while dumping state (probably corrupted stack) 128235 [sig] top 6112 exception::handle: Error while dumping state (probably corrupted stack)

Re: CYGWIN_NT-6.1-WOW64: Unable to install rubies with rvm

2010-11-23 Thread Sean
Jon Seidel CMC edpci.com> writes: > > When I try to compile a ruby (1.8.7 or 1.9.2) using rvm on cygwin, I get the > following errors. I can't find any similar issues either on the RVM list or > the cygwin list. As noted elsewhere on ruby-lang.org, I did try to install > 1.8.7 first (1.9.2 requi

Your Rental Property Listing

2010-11-23 Thread Joe
ink you'll enjoy using JoeOptions. If you'd rather not receive any more emails from us, please email unsubscr...@joeoptions.com, and we'll take you off our list. To remove your email from the "20101123" mailing list, click here: http://cs.joeoptions.com/index.php?ACT=5

Re: cygpath unable to translate the *nix path to an NTFS junction point

2010-11-23 Thread Pierce Morton
On Wed, Nov 24, 2010 at 12:09 PM, Andrey Repin wrote: > Greetings, Pierce Morton! > > This is expected behavior for cross-links. I took a look at the behaviour of cygpath when using cygwin symlinks and I understand now why it does what it does with junction points. Consistency between the two see

Re: Python: subprocess running rsync causes broken socket in telnetlib

2010-11-23 Thread David Antliff
On Wed, Nov 17, 2010 at 09:57, David Sastre wrote: > On Wed, Nov 17, 2010 at 09:39:38AM +1300, David Antliff wrote: >> On Mon, Nov 15, 2010 at 10:00, David Antliff wrote: >> > Can anyone else see the fault if they run the script I posted? [snip] > > I can reproduce it on my side. That doesn't mean

Re: Updated: guile-1.8.7

2010-11-23 Thread Mark Harig
On Tue, Nov 23, 2010 at 09:06:44PM -0500, Mark Harig wrote: On Mon, Nov 22, 2010 at 11:10:39AM +0100, Jan Nieuwenhuizen wrote: > I've updated the version of Guile to 1.8.7. This also includes the > guile-devel packages. > > This is a new upstream release. For a full update of changes, see > the

Re: Updated: guile-1.8.7

2010-11-23 Thread Mark Harig
On Mon, Nov 22, 2010 at 11:10:39AM +0100, Jan Nieuwenhuizen wrote: > I've updated the version of Guile to 1.8.7. This also includes the > guile-devel packages. > > This is a new upstream release. For a full update of changes, see > the file usr/share/doc/guile/NEWS in the guile-doc package. > > C

Re: cygpath unable to translate the *nix path to an NTFS junction point

2010-11-23 Thread Andrey Repin
Greetings, Pierce Morton! > I've recently installed cygwin using the web installer, and have found > an error in the way that cygpath translates junction point paths from > *nix to Windows paths when dealing with a junction point. > If you've got a junction point (let's call it JUNC, located at >

Re: ioctl() on socket fd's take 3 seconds on 1.7.7

2010-11-23 Thread Jason Curl
On 23/11/2010 16:38, Corinna Vinschen wrote: On Nov 23 14:10, Jason Curl wrote: Actually, after reading a bit about this flag, the usage in Cygwin seems to be wrong anyway. I applied a patch so that IFF_NOARP is only set for PPP and SLIP devices, so the call to SendARP is gone. Please test CVS

Re: 1.7.8: files exist but can not be read

2010-11-23 Thread A.R. Burgers
I tested the snapshot, and the problem appears to be fixed. Thanks! Teun Op 23-11-2010 10:39, Corinna Vinschen schreef: Please don't http://cygwin.com/acronyms/#TOFU. Thank you. On Nov 22 19:11, A.R. Burgers wrote: Hi, here the script file.sh and its output results.txt, pasted in the mail

Re: ioctl() on socket fd's take 3 seconds on 1.7.7

2010-11-23 Thread Corinna Vinschen
On Nov 23 14:10, Jason Curl wrote: > Corinna Vinschen cygwin.com> writes: > > On Nov 22 21:29, Jason Curl wrote: > > > The actual delays are caused by SendARP() called from get_xp_ifs(). > > > Interestingly enough, it isn't always slow, only sometimes. > > > [...] > > Ok, so SendARP is kind of a p

Re: File format problem after updatin to 1.7.1 - solved

2010-11-23 Thread Christopher Faylor
On Fri, Nov 19, 2010 at 02:47:43PM -0600, Jeremy Bopp wrote: >...I referred to the official source of information in the hopes that >the list archives would not be polluted with contradictory information >if those details ever change again. For the record, I thank you for exercising this insight.

Re: WG: Windows Environment Variables

2010-11-23 Thread Greg Chicares
On 2010-11-23 13:25Z, rudolf.be...@xxx.de wrote: > > When login via ssh to a Cygwin Server I only get System Variables, like > TEMP or TMP. I'm missing variables that are defined in the registries. > Like %Programfiles% or %COMMONPROGRAMFILES% Security rationale: http://cygwin.com/ml/cygwin/2

Re: ioctl() on socket fd's take 3 seconds on 1.7.7

2010-11-23 Thread Jason Curl
Corinna Vinschen cygwin.com> writes: > > On Nov 22 21:29, Jason Curl wrote: > > The actual delays are caused by SendARP() called from get_xp_ifs(). > > Interestingly enough, it isn't always slow, only sometimes. > > [...] > > First of all, thanks for looking deeper into this. Thanks for taking

WG: Windows Environment Variables

2010-11-23 Thread rudolf . bendl
Hello, I have a problem with Cygwin 1.7.7 and Windows Environment Variables. When login via ssh to a Cygwin Server I only get System Variables, like TEMP or TMP. I'm missing variables that are defined in the registries. Like %Programfiles% or %COMMONPROGRAMFILES% We need this variables because

[ANNOUNCEMENT] Updated: lilypond-2.13.39

2010-11-23 Thread Jan Nieuwenhuizen
I've updated the version of LilyPond to 2.13.39. This is the first beta release for the upcoming 2.14 stable series. User comments and suggestions are welcomed, see http://lilypond.org/contact . This is a new upstream release. For a full update of changes, please see http://lilypond.org/doc/v2.

Re: ioctl() on socket fd's take 3 seconds on 1.7.7

2010-11-23 Thread Corinna Vinschen
On Nov 22 21:29, Jason Curl wrote: > The actual delays are caused by SendARP() called from get_xp_ifs(). > Interestingly enough, it isn't always slow, only sometimes. > [...] First of all, thanks for looking deeper into this. > And the interface that is failing: D4B7FEA9 = 169.254.183.212 > doesn

Re: cygpath unable to translate the *nix path to an NTFS junction point

2010-11-23 Thread Corinna Vinschen
On Nov 23 12:34, Pierce Morton wrote: > If you've got a junction point (let's call it JUNC, located at > c:\example\junc ) and a real folder TARG (located at c:\example\TARG ) > and your junction point points to TARG: > cygpath -w /cygdrive/c/example/junc > will give you > c:\example\TARG > as your

Re: 1.7.8: files exist but can not be read

2010-11-23 Thread Corinna Vinschen
Please don't http://cygwin.com/acronyms/#TOFU. Thank you. On Nov 22 19:11, A.R. Burgers wrote: > Hi, > > here the script file.sh and its output results.txt, > pasted in the mail, including the output of the ntqueryfile > program. I ran ntqueryfile both on a netapp file and on a local file. > >

Re: ioctl() on socket fd's take 3 seconds on 1.7.7

2010-11-23 Thread Jason Curl
René Berber computer.org> writes: > > On 11/22/2010 2:29 PM, Jason Curl wrote: > [snip] > > And the interface that is failing: D4B7FEA9 = 169.254.183.212 doesn't > > appear by a call to "ipconfig /all". I'm guessing that Windows is > [snip] > > I'm not sure where this IP is currently coming from