Debugging GCC C++ Using Visual Studio .NET

2004-10-04 Thread Harry
o this and have comments on how to get it up and running. - Harry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Debugging GCC C++ Using Visual Studio .NET

2004-10-04 Thread Harry
Dave, Thank you for your prompt reply. I'll check out Insight as you suggested. Right now we use Eclipse with the CDT plugin as a frontend to gdb. Using VS .NET would of been nice since our developers are quite familiar with the environment. - Harry -- Unsubscribe info:

Cygwin on XP disapearing terminal mystery

2006-01-31 Thread Harry Putnam
I've been running cygwin in a laptop running XP home. It was working as expected. However its been a while since I used it and not sure what all has happened that might effect cygwin... but can think of nothing off hand. However, now when I click the bash icon a terminal appears and just as quic

Re: Cygwin on XP disapearing terminal mystery

2006-01-31 Thread Harry Putnam
[EMAIL PROTECTED] (Eric Blake) writes: > If you expect help, then try opening a plain cmd.com window > first, running bash there and seeing if any error messages > appear. Also, send, as a text attachment, the output of > 'cygcheck -svr'. When trying the cmd shell approach it became apparent tha

Find tool contained in unknown pkg

2006-03-17 Thread Harry Putnam
I've just installed a very minimal cygwin. I noticed the `id' tool is not present and looking on the packages page I don't see it listed separately so I'm guessing it is contained in a package whos name may not reflect its presence. Anyone know which package that might be? -- Unsubscribe info:

Re: Find tool contained in unknown pkg

2006-03-18 Thread Harry Putnam
First off, thanks posters for the responses "Dave Korn" <[EMAIL PROTECTED]> writes: > Since 'id' on its own might give you too many matches, it's worth mentioning > the handy trick that (this being 'doze not linux really) the full name of the > program is of course 'id.exe'. > > http://cygwin.co

RE: Printer configuration problem

2006-04-13 Thread Rockefeller, Harry
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Persico > Sent: Monday, April 10, 2006 3:29 PM > To: cygwin@cygwin.com > Subject: Re: Printer configuration problem > > On 4/10/06, Rockefeller, Harry <[EMAIL

Can't print because .lnk makes printer name invalid

2006-04-20 Thread Rockefeller, Harry
I had our UNIX administrator work on this for a couple of days. He totally reinstalled Cygwin. The problem still exists. However, I created a workaround which may be of benefit to others. With a postscript file or output from a2ps use this command cat $i.ps | $HOME/bin/print.pl and this perl

RE: Can't print because .lnk makes printer name invalid

2006-04-21 Thread Rockefeller, Harry
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 20, 2006 2:22 PM > To: Rockefeller, Harry > Cc: cygwin@cygwin.com > Subject: Re: Can't print because .lnk makes printer name invalid > > On Thu, 20 Apr 2

RE: Can't print because .lnk makes printer name invalid

2006-04-21 Thread Rockefeller, Harry
essage- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Friday, April 21, 2006 12:17 PM > To: cygwin@cygwin.com > Subject: Re: Can't print because .lnk makes printer name invalid > > On Apr 21 12:02, Rockefeller, Harry wrote:

RE: Can't print because .lnk makes printer name invalid

2006-04-21 Thread Rockefeller, Harry
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 1:41 PM > To: Rockefeller, Harry > Cc: cygwin@cygwin.com > Subject: RE: Can't print because .lnk makes printer name invalid > > Ugh, top-posting... Ref

RE: Can't print because .lnk makes printer name invalid

2006-04-21 Thread Rockefeller, Harry
>I've looked at the trace. Nothing obvious comes to mind, but I did think >of something else: on my machine, running "net use" on the shared printer >helped enable it -- try "net use '\\NTSERVER1\sw-txt1'" and see if that >lets you print. Though the error I was getting before "net use" is >differ

RE: Can't print because .lnk makes printer name invalid

2006-04-24 Thread Rockefeller, Harry
Jay Abel wrote: >I would love to know how to get lpr to just print directly to the printer's >IP address, but the above isn't as bad as it seems, since it keeps windows >and cygwin print jobs in sequence, and visible in the queue. > >I'm sure there is a better way, but the above worked for me. W

Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Harry Dellicker
urs with google, and hours studying the setup.exe source code without any success. Does anyone have a answer to this? Is it just so simple that "any six year old" could see it, but I'm no longer six? Thank you, Harry Dellicker -- Unsubscribe info: http://cygwin.com/ml/#unsub

Re: Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Harry Dellicker
Ah yes, it is so simple when someone who knows explains it clearly. I should have asked sooner but was afraid I would get flamed for asking something "stupid." Thanks, Harry P.S. Is there any way to get ahold of a copy of the script used for creating the setup.ini file? If not

Emacs from cygwin in X mode with no X running

2005-08-26 Thread Harry Putnam
My background is unix/linux so when I find myself on MS OS of one vintage or another I sorely need the cygwin tools. However, one thing I've not found a way to get smoothed out is how to run emacs. I want to run emacs in gui mode but without starting an X session. That is, similar to what is po

Re: Emacs from cygwin in X mode with no X running

2005-08-26 Thread Harry Putnam
Andy Moreton <[EMAIL PROTECTED]> writes: > On Fri, 26 Aug 2005 11:39:39 GMT, Harry Putnam wrote: > >> My background is unix/linux so when I find myself on MS OS of one >> vintage or another I sorely need the cygwin tools. >> >> However, one thing I've n

Re: Emacs from cygwin in X mode with no X running

2005-08-26 Thread Harry Putnam
[EMAIL PROTECTED] (Henry S. Thompson) writes: [...] > This can be done easily with XEmacs. You can get an only slightly > stale version (21.4.13) straight out of the box from XEmacs.org [1] > (pick 'native windows'). > > Or you can compile your own 21.4.17 from source, but this is _not_ a > 'stra

Re: Emacs from cygwin in X mode with no X running

2005-08-26 Thread Harry Putnam
Igor Pechtchanski <[EMAIL PROTECTED]> writes: > Well, you could try compiling Emacs yourself and linking it against libW11 > (that comes with rxvt). Most likely, this will not work, but I'm sure > patches for missing functionality would be thoughtfully considered by the > developers of rxvt. 'T

Re: Emacs from cygwin in X mode with no X running

2005-08-26 Thread Harry Putnam
Andy Moreton <[EMAIL PROTECTED]> writes: > (cygwin-mount-activate) Egad I am being a tedious bore. I failed to eval that in my test. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.

Re: Emacs from cygwin in X mode with no X running

2005-08-26 Thread Harry Putnam
Andy Moreton <[EMAIL PROTECTED]> writes: > On Fri, 26 Aug 2005 12:46:38 GMT, Harry Putnam wrote: > >> Andy Moreton <[EMAIL PROTECTED]> writes: >> >>> On Fri, 26 Aug 2005 11:39:39 GMT, Harry Putnam wrote: > [snipped] >>> >>> You may find

Re: Emacs from cygwin in X mode with no X running

2005-08-27 Thread Harry Putnam
"James R. Phillips" <[EMAIL PROTECTED]> writes: > Have you actually tried installing the x-server and using it? It takes a > while Yes. I just wanted to stay away from extra stuff. But as you surmised, not if it requires huge energy output. > to download, but can be used somewhat unobtrusivel

RE: mkpasswd -l gives wrong local user

2007-04-09 Thread Rockefeller, Harry
this? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall (Cygwin) > Sent: Friday, April 06, 2007 12:47 PM > To: cygwin@cygwin.com > Subject: Re: mkpasswd -l gives wrong local user > > Rockefeller, Harry wrote: > &

Where to discuss emacs (in cygwin) problems

2007-04-09 Thread Rockefeller, Harry
Is this the correct mail group to discuss cygwin application problems? Where can I get help with a cygwin-only emacs problem? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

xemacs eshell doesn't automatically append .exe

2007-04-17 Thread Rockefeller, Harry
Most of the internal "compiled Lisp functio" commands work correctly, but standard UNIX commands don't. Here is an example: /cygdrive/c/DOCUME~1/harryr $ w Opening input file: No such file or directory, /usr/bin/w /cygdrive/c/DOCUME~1/harryr $ w.exe 09:19:56 up 15:59, 2 users, load average: 0.0

xemacs forms not like emacs forms

2007-04-17 Thread Rockefeller, Harry
I define a user function to move between fields in my form (record): (defun hr-tocol (target &optional fill) "Produces a string to skip to column TARGET. Prepends newline if needed. The optional FILL should be a character, used to fill to the column." (if (null fill) (setq fill ? ))

RE: xemacs eshell doesn't automatically append .exe

2007-05-15 Thread Rockefeller, Harry
Thank you. The new eshell fixed the problem. > -Original Message- > From: Dr. Volker Zell > New Packages in Pre-Release: > === > eshell-1.11-pkg.tar.gz upstream version: 2.4.1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

When sshd is started at /etc/rc.d/init.d .. how to start with windows at bootup

2008-01-26 Thread Harry Putnam
In the course of just kind of following my nose during cygwin install I managed to get sshd setup to start restart etc at /etc/rc.d/init.d cmd I like that setup but it seems not to be conducive to working with cygrunsrv or windows native `net start cmd' both of those approaches fail. C

gdb fortran cygwin64 readlen< 0 error

2014-02-03 Thread Rockefeller, Harry
If I let gdb "run" the program under Cygwin 64 it fails. NOTE: in Cygwin 32 gdb and this fortran work together fine. When I run my fortran program directly it works. Cycle_length is defined as a 'real'. write(*,"('(Note: a negative test time will stop run): ',$)") read (*,*

RE: gdb fortran cygwin64 readlen< 0 error

2014-02-04 Thread Rockefeller, Harry
I went back to the 32-bit Cygwin where there is no problem. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

info -- not nearly as comprehensive as before

2010-05-17 Thread Rockefeller, Harry
What happened to info? Most of the compiler commands are absent. CVS is still there but svn is absent, etc. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygw

bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
Given that 'foo' is a bash script, why is it that: $ foo returns the error: bash: ./bin/foo: No such file or directory BUT since foo is *really in* PATH, e.g., $ `which foo` runs correctly? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

RE: bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
> On 5/19/2010 8:50 AM, Rockefeller, Harry wrote: > > Given that 'foo' is a bash script, why is it that: > > > > $ foo > > > > returns the error: > > > > bash: ./bin/foo: No such file or directory > What happens when you directly ru

RE: bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
> Again, have you tried dos2unix foo? Yes this didn't help. [snip] -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
o: cygwin@cygwin.com Subject: Re: bash - command - PATH question Again, have you tried dos2unix foo? On 05/19/2010 08:16 AM, Rockefeller, Harry wrote: >> On 5/19/2010 8:50 AM, Rockefeller, Harry wrote: >> >>> Given that 'foo' is a bash script, why is it that: &g

RE: bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
gwin.com] On Behalf Of Rockefeller, Harry Sent: Wednesday, May 19, 2010 10:38 AM To: cygwin@cygwin.com Subject: RE: bash - command - PATH question I found that if I give the simple 'bash' command to create a new shell then type 'foo' it does work. [quote on] -Original Messa

RE: bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
to save time later when foo is run. But, when cd'd away from home ./bin no longer has foo and the error occurs. This dynamic system memory to reexecute commands faster seems to be confusing ~/bin with ./bin. -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.co

RE: bash - command - PATH question

2010-05-19 Thread Rockefeller, Harry
On 05/19/2010 12:45 PM, Rockefeller, Harry wrote: > After more testing, where > > "export PATH=$PATH:~/bin" only exists in .bash_login. > > If I run 'foo' from my login directory it works. > If I then cd to a different place I get the error > > bash

RE: bash - command - PATH question [not cygwin issue last post]

2010-05-19 Thread Rockefeller, Harry
-Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of > Eric Blake > Sent: Wednesday, May 19, 2010 2:51 PM > To: cygwin@cygwin.com > Subject: Re: bash - command - PATH question > > On 05/19/2010 01:42 PM, Rockefeller, Ha

wrapper os something to call cygwin shell at specific address

2009-07-04 Thread Harry Putnam
I'd like to be able to open a cygwin shell at a specific location from windows explorer. Something like the old windows `power toy' where you could open a windows cmdline shell HERE. I have no scripting skills whatever under windows... not even familiar with batch files and definitely not up on v

Re: wrapper os something to call cygwin shell at specific address

2009-07-04 Thread Harry Putnam
Dave Korn writes: > Harry Putnam wrote: >> I'd like to be able to open a cygwin shell at a specific location >> from windows explorer. Something like the old windows `power toy' >> where you could open a windows cmdline shell HERE. > > It exists; it'

emacs under X intermittant 100% CPU

2009-10-29 Thread Rockefeller, Harry
Emacs under X (all three: native cygwin Xwin, X-win32, and Exceed) hangs intermittently consuming 100% of available CPU as shown by running 'top'. Here are some version stats: $ emacs -version GNU Emacs 21.2.1 $ uname -a CYGWIN_NT-5.1 harryr-pc 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin Has

RE: emacs under X intermittant 100% CPU

2009-11-04 Thread Rockefeller, Harry
I've been using emacs 23.1.1 via cygwin 1.7 all day without a problem. Thanks Ken for the tip. Thanks to the Cygwin team for a great job. Ken replied: > On 10/29/2009 9:28 AM, Rockefeller, Harry wrote: > > Emacs under X (all three: native cygwin Xwin, X-win32, and Exc

emacs 23.1.1 macro behavior and name completion

2009-11-13 Thread Rockefeller, Harry
Emacs 23.1.1 (Cygwin 1.7) stores spaces literally inside emacs macros instead of using the space as a name completion command. In the older emacs (Cygwin 1.5) this is not the case. The stored macro behaved exactly like the keystrokes were originally typed interactively. Is this a "feature" of

fork::abort starting emacs-X11

2014-12-05 Thread Rockefeller, Harry
I get errors: 0 [main] emacs-X11 6552 child_info_fork::abort: C:\cygwin\bin\cyggnutls-28.dll: Loaded to different address: parent(0x171) != child(0x13) when I start emacs after a PC reboot. I also notice that none of my dired buffers are recalled. FWIW I have " (desktop-save-mode 1)" in

RE: fork::abort starting emacs-X11 [ain't no more]

2014-12-08 Thread Rockefeller, Harry
> >-Original Message- > >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of > >Ken Brown > >Sent: Friday, December 05, 2014 10:40 AM > >To: cygwin@cygwin.com > >Subject: Re: fork::abort starting emacs-X11 > >On 12/5/20

RE: Rebase, Peflags, and cygserver

2015-03-27 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of >J. David Boyd >Sent: Friday, March 27, 2015 9:29 AM >To: cygwin@cygwin.com >Subject: Rebase, Peflags, and cygserver > > >I keep having problems with vforks. Sometime >everything is fine for

RE: Rebase, Peflags, and cygserver

2015-03-30 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Ken Brown >Sent: Friday, March 27, 2015 3:56 PM >To: cygwin@cygwin.com >Subject: Re: Rebase, Peflags, and cygserver > >On 3/27/2015 4:28 PM, Achim Gratz wrote: >> J. David Boyd writes: >>> Wha

RE: Fork Failures

2015-04-29 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Anne Linden >Sent: Wednesday, April 29, 2015 10:06 AM >To: cygwin@cygwin.com >Subject: Fork Failures > >However when I run ps -a it only lists the bash process and the ps process, >so I'm ver

RE: Doing vfork: resource temporarily unavailable

2015-05-20 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Jim Reisert AD1C >Sent: Wednesday, May 20, 2015 8:54 AM >To: cygwin@cygwin.com >Subject: Re: Doing vfork: resource temporarily unavailable > >> This indicates that you need to run a full rebas

RE: Doing vfork: resource temporarily unavailable

2015-05-26 Thread Rockefeller, Harry
>To: cygwin@cygwin.com >Subject: Re: Doing vfork: resource temporarily unavailable > >"Rockefeller, Harry" writes: > >>>-Original Message- >>>From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On >>>Behalf Of Jim Reisert

RE: Cygwin fork:retry error

2015-05-27 Thread Rockefeller, Harry
Based on advice I've gotten here these are the steps I plan to run next time emacs vfork errors happen. Reboots are time expensive so my next attempt will be to avoid that. 1) stop mcshield.exe [since my employer has McAfee installed on my PC.] 2) run rebase-trigger full. 3) Stop all Cygwin proce

RE: Cygwin fork:retry error

2015-06-05 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Rockefeller, Harry >Sent: Wednesday, May 27, 2015 5:24 PM >To: cygwin@cygwin.com >Subject: RE: Cygwin fork:retry error > >Based on advice I've gotten here >t

Cygwin for Fedora?

2012-03-07 Thread Harry Simons
Hello, Was wondering if it's possible to install / emulate Cygwin on Fedora? Basically, I want my scripts to be able to run flawlessly on both Fedora and Cygwin/Windows systems. Cygwin, I believe, can have different packages and/or different versions of programs in packages (e.g. /usr/bin/file

Re: Cygwin for Fedora?

2012-03-08 Thread Harry Simons
2012 at 01:15:20PM +0530, Harry Simons wrote: Instead of asking for access to a Cygwin/Windows PC just for the above, I thought it would be terrific if Cygwin could somehow be installed / emulated on a Fedora. Linux on top of Linux? I don't understand the need for that. MB -- Problem repo

Re: Cygwin for Fedora?

2012-03-08 Thread Harry Simons
file, not find. On 03/08/2012 03:03 PM, Corinna Vinschen wrote: On Mar 8 13:15, Harry Simons wrote: (e.g. /usr/bin/file, whose output for Microsoft documents changes with versions). Huh? What has the POSIX find command to do with Microsoft documents? Corinna -- Problem reports

Why doesn't ~/inputrc work

2011-04-20 Thread Harry Putnam
setup: Cygwin (very recent update) on win 7 (64bit) ls /etc/setup/*read* /etc/setup/libreadline7.lst.gz /etc/setup/readline.lst.gz ---- ---=--- - I've never had a cygwin install where using an ~/.inputrc worked. I've tried quite a few

Re: Why doesn't ~/inputrc work

2011-04-27 Thread Harry Putnam
Eliot Moss writes: > On 4/20/2011 12:01 PM, Eric Blake wrote: >> On 04/20/2011 09:51 AM, Harry Putnam wrote: > >> Do you have CRLF line endings on your ~/.inputrc? That would explain >> failures. To fix it, run 'd2u ~/.inputrc'. Other than that, it works >

Re: Why doesn't ~/inputrc work

2011-04-27 Thread Harry Putnam
Eric Blake writes: > On 04/20/2011 09:51 AM, Harry Putnam wrote: >> setup: Cygwin (very recent update) on win 7 (64bit) >> >>ls /etc/setup/*read* >> /etc/setup/libreadline7.lst.gz

Re: Why doesn't ~/inputrc work

2011-04-27 Thread Harry Putnam
Harry Putnam writes: > I guess a way to test would be to use a different entry that relies on > something besides the meta (alt) key... I've never used anything else > since my inputrc files are not that complex. > > Can you show an example of an entry that uses some other c

RE: Problems running gdb in emacs on Windows 8.1

2015-06-18 Thread Rockefeller, Harry
>Subject: Re: Problems running gdb in emacs on Windows 8.1 > >On 6/18/2015 8:09 AM, William M. (Mike) Miller wrote: >> On Thu, Jun 18, 2015 at 7:53 AM, Jon TURNEY >> wrote: >>> On 17/06/2015 15:53, William M. (Mike) Miller wrote: I'm having numerous problems recently running gdb inside

subversion 1.9.1 E125012

2015-09-22 Thread Rockefeller, Harry
Invalid character in hex checksum. This version of subversion is brand new (Sept. 20th). My working directories are incompatible with this new subversion. How can I fix this? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

RE: subversion 1.9.1 E125012

2015-09-22 Thread Rockefeller, Harry
win-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Rockefeller, Harry Sent: Tuesday, September 22, 2015 9:50 AM To: cygwin@cygwin.com Subject: subversion 1.9.1 E125012 Invalid character in hex checksum. This version of subversion is brand new (Sept. 20th). My working directories are incomp

RE: subversion 1.9.1 E125012 [fixed]

2015-09-22 Thread Rockefeller, Harry
d to the actual svn version. Could that explain how my repository got 'logical addressing' inserted into db/format file? I was also able to use emacs to check in and update my repository afterward. H? -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.c

font faq

2016-03-14 Thread Rockefeller, Harry
$ uname -a CYGWIN_NT-6.1-WOW HARRYR-PC 2.4.1(0.293/5/3) 2016-01-24 11:24 i686 Cygwin I have had warnings and errors about fonts ever since - something changed. I'm looking at the index of Cygwin FAQ and there is not a single question matching 'font'. Where do I need to go to match up my font is

RE: font faq

2016-03-14 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Yaakov Selkowitz >Sent: Monday, March 14, 2016 10:37 AM >To: cygwin@cygwin.com >Subject: Re: font faq > >On 2016-03-14 09:54, Rockefeller, Harry wrote: >>

RE: emacs child process goes defunct

2012-12-06 Thread Rockefeller, Harry
'Emacs -Q' failed after a few minutes of doing svn file diffs. I ran gdb on the hung process. I am not too familiar with this kind of debugging. Let me know if there is more I can give next time this happens. Here is some output. ps PIDPPIDPGID WINPID TTY UIDSTIME COMM

RE: vc-dir mode in emacs, vc-diff error when not marked file

2013-02-11 Thread Rockefeller, Harry
>On 2/11/2013 12:49 PM, Ken Brown wrote: >> On 2/11/2013 12:09 PM, Rockefeller, Harry wrote: >>> When using subversion 1.7.8-2 in emacs 24.2.93-1 "vc-dir" mode and I >>> "vc-dir-mark" a file then move cursor to a different file and attempt >>&

gdb executes only the first of breakpoints in same place

2013-03-25 Thread Rockefeller, Harry
gdb is supposed to execute breakpoints in the same place in code. This is not happening. The first breakpoint executes but not the second. I have enclosed a small test case. test.f = fortran file. .gdbtest = gdb source (command) file to define the 2 breakpoints set in same place in code. test.gdb

emacs very slow; zombie processes eventually cleared

2013-07-02 Thread Rockefeller, Harry
When I start emacs I get this message: (emacs:192): Gtk-CRITICAL **: gtk_distribute_natural_allocation: assertion `extra_space >= 0' failed Maybe when zombies are present (as reported by 'top') I get several of these messages: (emacs:192): Gtk-WARNING **: gtk_window_parse_geometry() called on a

xterm preventing shutdown

2013-08-02 Thread Rockefeller, Harry
I had just done a new Cygwin install due to a collection of (seemingly unrelated) errors. (The workaround for a python fork::failed where rebaseall didn't help was to do a new Cygwin install. I was having the same error but with perl instead of python.) The new install fixed that problem. In fact,

emacs aborts with gslice memory error

2013-08-13 Thread Rockefeller, Harry
I just did an upgrade of the latest Cygwin packages this morning. Then from minty window I enter $ emacs -Q -nw ***MEMORY-ERROR***: [4068]: GSlice: failed to allocate 504 bytes (alignment: 512): Function not implemented Aborted (core dumped) I don't believe Cygwin updated emacs. $ cygcheck -c e

lpr command line syntax

2013-09-03 Thread Rockefeller, Harry
The Cygwin lpr command requires both server and printer names, i.e., $ lpr foo Sends a print job to a network printer Usage: lpr -S server -P printer [-C class] [-J job] [-o option] [-x] [-d] filename And then the command fails. Is this intended? Linux will use environment variable defaults, wil

RE: lpr command line syntax

2013-09-03 Thread Rockefeller, Harry
Problem resolved. I was using the Windows 'lpr' command. Even though cygutils is part of the 'base' Cygwin install this package didn't have lpr. So, I installed the other cygutils packages and /usr/bin/lpr was there. Well, it was either that, or running lprsetup.sh and restarting Cygwin that bro

RE: cin and read(*,*) not waiting for kbd input in gdb

2020-01-17 Thread Rockefeller, Harry
>>-Original Message- >>From: Jon Turney >Sent: Friday, January 17, 2020 9:40 AM >To: The Cygwin Mailing List >Cc: Rockefeller, Harry >Subject: Re: cin and read(*,*) not waiting for kbd input in gdb >EXTERNAL EMAIL: STOP and verify sender address, links, and

RE: cin and read(*,*) not waiting for kbd input in gdb

2020-01-21 Thread Rockefeller, Harry
>-Original Message- > From: cygwin-ow...@cygwin.com On Behalf Of > Rockefeller, Harry >Sent: Friday, January 17, 2020 11:35 AM >To: Jon Turney ; The Cygwin Mailing List > >Subject: RE: cin and read(*,*) not waiting for kbd input in gdb >>>-Original Me

RE: cin and read(*,*) not waiting for kbd input in gdb

2020-01-27 Thread Rockefeller, Harry
[snip] >>>I'm not able to reproduce this problem. Perhaps you can provide a similar >>>transcript showing the steps to reproduce? [snip] >>Test code: > >program test >>implicit none >> realcycle_time_preset /0.0/ ! (seconds) >> realcycle_length /0.0/ ! (seconds)

gdb Fortran RaiseException

2016-09-21 Thread Rockefeller, Harry
With simple program, foo.f: [begin literal] program foo implicit none logical*4 e e = .true. stop end [end literal] I get these results: $ /usr/bin/gfortran-g foo.f -o foo harryr@HARRYR-PC ~ $ gdb GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1 Copyright (C) 2015 F

gdb input error gfortrani_fbuf_read () cyggfortran-3.dll

2016-09-22 Thread Rockefeller, Harry
gdb (test version) and program's 'read' seem to have an input clash. Anyway, gdb used to pause and allow keyboard input. With test fortran program: program foo implicit none real*4 e /0.0/ write(*,*) "Enter a real number" read(*,*) e write (*,*) "e =", e s

gdb 7.11.1-2 started within emacs fails

2016-09-27 Thread Rockefeller, Harry
Using program foo: program foo e = 1.0 stop end $ /usr/bin/gfortran-g foo.f -o foo Emacs version info: GNU Emacs 25.1.1 (i686-pc-cygwin, GTK+ Version 3.18.9) of 2016-09-17 Inside emacs I ran M-x gud-gdb and got ... GNU gdb (GDB) (Cygwin 7.11.1-2) 7.11.1 ... (gdb) b 1

RE: gdb 7.11.1-2 started within emacs fails

2016-09-29 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of >Ken Brown >Sent: Tuesday, September 27, 2016 3:16 PM >To: cygwin@cygwin.com >Subject: Re: gdb 7.11.1-2 started within emacs fails >On 9/27/2016 2:47 PM, Rockefelle

RE: gdb 7.11.1-2 started within emacs fails

2016-10-19 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of >William M. (Mike) Miller >Sent: Wednesday, October 19, 2016 10:30 AM >To: cygwin@cygwin.com >Subject: Re: gdb 7.11.1-2 started within emacs fails [snip] >>>I can confirm that this happens als

bash string-operator problem

2019-02-21 Thread Rockefeller, Harry
CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) #!/bin/bash A="A" B="A" if [ $A!=$B ]; then echo -e "not identical" fi if [ $A==$B ]; then echo -e "identical" fi exit 0 Running this script gives not identi

emacs-X11 memory leak?

2019-03-07 Thread Rockefeller, Harry
CYGWIN_NT-6.1 HARRYR-PC 3.0.1(0.338/5/3) 2019-02-20 10:19 x86_64 Cygwin GNU Emacs 26.1 (build 1, x86_64-unknown-cygwin, GTK+ Version 3.22.28) of 2018-05-28 I got egg on my face with my last post to Cygwin. So, no, I'm not claiming there is a memory leak, but rather how to test what's going on.

RE: emacs-X11 memory leak?

2019-03-07 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com On Behalf Of Ken Brown >Sent: Thursday, March 07, 2019 9:09 AM >To: cygwin@cygwin.com >Subject: Re: emacs-X11 memory leak? >On 3/7/2019 9:53 AM, Rockefeller, Harry wrote: >> CYGWIN_NT-6.1 HARRYR-PC 3.0.1(0.3

RE: emacs-X11 memory leak?

2019-03-07 Thread Rockefeller, Harry
>>-Original Message- >>From: cygwin-ow...@cygwin.com On Behalf Of >>Ken Brown >>Sent: Thursday, March 07, 2019 9:09 AM >>To: cygwin@cygwin.com >>Subject: Re: emacs-X11 memory leak? >>On 3/7/2019 9:53 AM, Rockefeller, Harry wrote: >>>

RE: emacs-X11 memory leak?

2019-03-07 Thread Rockefeller, Harry
>>> -Original Message- >>> From: cygwin-ow...@cygwin.com On Behalf Of >>> Ken Brown >>> Sent: Thursday, March 07, 2019 9:09 AM >>>> To: cygwin@cygwin.com >>>> Subject: Re: emacs-X11 memory leak? >> >>>> On 3

RE: Fork issue with timerfd

2019-03-08 Thread Rockefeller, Harry
> > > > > > Re: Fork issue with timerfd > > > > > >From: Achim Gratz > > >To: cygwin at cygwin dot com > > > >Subject: Re: Fork issue with timerfd > > > > > > > > > > > > Anyway, the latest snapshot seemingly resolved that issue as > > > well,

RE: Fork issue with timerfd

2019-03-08 Thread Rockefeller, Harry
[snip] > > > > peter@D11934N ~ > > > > $ 1 [main] emacs 489 C:\CygWin\bin\emacs-w32.exe: *** fatal > > > > error - > > > > CreateThread failed for pipesel - 0x0<0x0>, Win32 error 8 > > > > > > I couldn't directly reproduce this issue, but I saw emacs using > > > more an more memory while the

emacs-X11 freezes with mouse cut and paste

2019-03-27 Thread Rockefeller, Harry
CYGWIN_NT-6.1 HARRYR-PC 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 Cygwin GNU Emacs 26.1 How this happened. It had happened twice before but appeared to be intermittent. This time it happened I had copied a line from an xterm, including the [return]. Moved mouse to emacs window and using the middle

RE: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Rockefeller, Harry
>On 3/27/2019 10:40 AM, Rockefeller, Harry wrote: >> CYGWIN_NT-6.1 HARRYR-PC 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 >> Cygwin GNU Emacs 26.1 >> How this happened. >> It had happened twice before but appeared to be intermittent. >> This time it happened

RE: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Rockefeller, Harry
>> It happened again. Attached to PID as shown above. (gdb) list gave same >> result as above. >> (gdb) bt >> #0 0x773bafb1 in ntdll!DbgBreakPoint () from >> /cygdrive/c/Windows/SYSTEM32/ntdll.dll >> #1 0x77462e08 in ntdll!DbgUiRemoteBreakin () from >> /cygdrive/c/Windows/SYSTE

RE: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Rockefeller, Harry
>>> Alternatively, instead of running emacs under gdb, you could just run emacs >>> as you normally do and then attach gdb when emacs freezes. >>("gdb -p >>> ") At that point, a backtrace of all threads would be useful. >> It happened again. Attached to PID as shown above. (gdb) list gave sa

subversion problem

2018-04-23 Thread Rockefeller, Harry
I just updated packages this morning and noticed there were some subversion updates. I was wondering if version 10 is new and requires me to do something? Or maybe the recent release broke something? About my Cygwin system: [If more information is required please ask.] $ uname -a CYGWIN_NT-6.1 H

RE: subversion problem

2018-04-23 Thread Rockefeller, Harry
David wrote: >It looks like something is broken in 1.10.0, probably by me and not upstream. >I'll investigate as soon as I can, but it may >not be until next week. In the >meantime, I suggest downgrading to 1.9 version. Thank you. Downgrading to 1.9.7 works for me. -- Problem reports: h

RE: subversion problem

2018-04-23 Thread Rockefeller, Harry
>-Original Message- >From: Andrey Repin >Sent: Monday, April 23, 2018 3:51 PM >To: Rockefeller, Harry; cygwin@cygwin.com >Subject: Re: subversion problem >Greetings, Rockefeller, Harry! >> I just updated packages this morning and noticed there were some >&

How does one discover a ghost path to non-exitent server

2022-11-27 Thread Harry Putnam
I'm sorry my first post here is probably something that was thrashed out here long ago. I'm not finding the answers on goggle, even the hits that were from this newsgroup. I'm sure there has been plenty of pounding over time about not being able to get a sshd server working on win 10 Running lat

Re: How does one discover a ghost path to non-exitent server

2022-11-29 Thread Harry Putnam
Andrey Repin writes: > Greetings, Harry Putnam! > >> I'm sure there has been plenty of pounding over time about not being >> able to get a sshd server working on win 10 > > That was years ago, when M$ had introduced SSH server of their own into > Windows10 Pro

Problem with latest setup-x86.exe

2013-11-12 Thread Harry G McGavran Jr
On only one of my Windows 7 machines the latest setup-x86.exe works but always exits with an Access Violation. So, I downloaded the source to setup and built it. But in order to make the build work, I had to remove -Werror from the Makefile and add a definition for ARRAYSIZE to main.cc. The fix

Re: Problem with latest setup-x86.exe

2013-11-12 Thread Harry G McGavran Jr
>On 11/12/2013 10:54 AM, Harry G McGavran Jr wrote: >> On only one of my Windows 7 machines the latest setup-x86.exe >> works but always exits with an Access Violation. >> >> So, I downloaded the source to setup and built it. >> >> But in order to make

  1   2   >