Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread JonY
On 5/19/2012 11:25, Andrew DeFaria wrote: > On 05/18/2012 07:39 PM, JonY wrote: >>> I was under the impression that the instruction size matches the natural >>> word size of the machine. Therefore they would be 64 bit instructions. >> No, we are talking about x86, not MIPS/ARM type RISC. > Really?

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread Andrew DeFaria
On 05/18/2012 07:39 PM, JonY wrote: I was under the impression that the instruction size matches the natural word size of the machine. Therefore they would be 64 bit instructions. No, we are talking about x86, not MIPS/ARM type RISC. Really? OK - Show me! Because the first mention of even CISC w

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread JonY
On 5/19/2012 09:15, Andrew DeFaria wrote: > On 5/18/2012 4:37 PM, JonY wrote: >>> OK, OK. Tack on "for most applications" to my statement (I thought it >>> was assumed). >> I believe the same was said when transitioning from 16bit to 32bit. > If so then they were wrong. >> Those are just pointers,

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread Andrew DeFaria
On 5/18/2012 4:37 PM, JonY wrote: OK, OK. Tack on "for most applications" to my statement (I thought it was assumed). I believe the same was said when transitioning from 16bit to 32bit. If so then they were wrong. Those are just pointers, instructions do not necessary double in size, I was und

Re: Interpreting a gdb backtrace

2012-05-18 Thread jojelino
On 2012-05-19 AM 9:30, Ken Brown wrote: I built emacs with -g -O0. gdb had the symbol table at the start of the debugging session. It's just after the crash that everything is messed up. Ken Then, i suspect that some function is called with function pointer type with different calling conv

Installing cygwin on new box, getting "cygwin1.dll is missing"

2012-05-18 Thread KARR, DAVID
Today I started trying to install Cygwin on a new Win7 box. It took a long time to get to the end, which included many "Can't open (null) for reading: No such file" dialogs along the way. When it finally got close to finishing, I got a dialog which just says: "The program can't start because

Re: Interpreting a gdb backtrace

2012-05-18 Thread Ken Brown
On 5/18/2012 6:45 PM, jojelino wrote: On 2012-05-19 AM 6:08, Ken Brown wrote: I'm trying to debug an emacs crash and am having trouble getting a useful backtrace after the crash. Here's an example: #0 0x00289c08 in ?? () No symbol table info available. #1 0x007ba148 in _malloc_mutex () No symbo

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread JonY
On 5/19/2012 06:45, Andrew DeFaria wrote: > On 5/18/2012 10:58 AM, James Johnston wrote: >>> 64-bit does not make things go any faster than 32-bit. >> Not true for some applications. For one of our applications that uses >> very large in-memory trees and is therefore heavy on the recursion, >> sim

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread Andrew DeFaria
On 5/18/2012 10:58 AM, James Johnston wrote: 64-bit does not make things go any faster than 32-bit. Not true for some applications. For one of our applications that uses very large in-memory trees and is therefore heavy on the recursion, simply switching the compiler to 64-bit provided a 10%

Re: Interpreting a gdb backtrace

2012-05-18 Thread jojelino
On 2012-05-19 AM 6:08, Ken Brown wrote: I'm trying to debug an emacs crash and am having trouble getting a useful backtrace after the crash. Here's an example: #0 0x00289c08 in ?? () No symbol table info available. #1 0x007ba148 in _malloc_mutex () No symbol table info available. #2 0x00

Interpreting a gdb backtrace

2012-05-18 Thread Ken Brown
I'm trying to debug an emacs crash and am having trouble getting a useful backtrace after the crash. Here's an example: #0 0x00289c08 in ?? () No symbol table info available. #1 0x007ba148 in _malloc_mutex () No symbol table info available. #2 0x in ?? () No symbol table info availab

Re: SIGINT not passed to java process

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 1:54 PM, Christopher Faylor wrote: > On Fri, May 18, 2012 at 01:33:08PM -0400, Earnie Boyd wrote: >>On Fri, May 18, 2012 at 1:10 PM, Christopher Faylor wrote: >>> ??d:\cyginst>bash >>> ??bash-4.1$ python >>> ??Python 2.6.7 (r267:88850, Feb ??2 2012, 23:50:20) >>> ??[GCC 4.5.

RE: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread James Johnston
> 64-bit does not make things go any faster than 32-bit. Not true for some applications. For one of our applications that uses very large in-memory trees and is therefore heavy on the recursion, simply switching the compiler to 64-bit provided a 10% performance boost. Other commonly used comp

Re: SIGINT not passed to java process

2012-05-18 Thread Christopher Faylor
On Fri, May 18, 2012 at 01:33:08PM -0400, Earnie Boyd wrote: >On Fri, May 18, 2012 at 1:10 PM, Christopher Faylor wrote: >> ??d:\cyginst>bash >> ??bash-4.1$ python >> ??Python 2.6.7 (r267:88850, Feb ??2 2012, 23:50:20) >> ??[GCC 4.5.3] on cygwin >> ??Type "help", "copyright", "credits" or "license"

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Andrew DeFaria
On 5/18/2012 8:11 AM, Marilo wrote: The java aspect looks like a red herring as not relevant to the problem. You want to run a *nix shell script and presumably don't want to write your own bat file doing the same job. I'm probably missing something but given that there's cygwin, and it's a *nu

Re: SIGINT not passed to java process

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 1:10 PM, Christopher Faylor wrote: >  d:\cyginst>bash >  bash-4.1$ python >  Python 2.6.7 (r267:88850, Feb  2 2012, 23:50:20) >  [GCC 4.5.3] on cygwin >  Type "help", "copyright", "credits" or "license" for more information. >  >>> >Hit CTRL-C here< >  KeyboardInterrupt > >

RE: Cygwin Commands

2012-05-18 Thread Matt Seitz (matseitz)
> From: m...@kalani.com [mailto:m...@kalani.com] > When I enter: > > admin@mypc ~ > $cd > > admin@mypc ~ > $ The Cygwin/POSIX "cd" command is different from the Windows "cd" command. Cygwin/POSIX "cd" without arguments: change the current directory to the user's "home" directory Windows "cd"

Re: SIGINT not passed to java process

2012-05-18 Thread Christopher Faylor
On Fri, May 18, 2012 at 06:48:56PM +0200, Olivier Lefevre wrote: >On 5/17/2012 7:23 PM, Christopher Faylor wrote: >> On Thu, May 17, 2012 at 05:30:26PM +0200, Olivier Lefevre wrote: >>> On 5/11/2012 7:29 PM, Franz Kettwig wrote: After updating to the latest cygwin, my Java processes no longer

Re: SIGINT not passed to java process

2012-05-18 Thread Olivier Lefevre
python has the same problem. If you send it a Ctrl-C under cmd.com it will print "KeyboardInterrupt" whereas under Cygwin it prints nothing. Is python more to your taste? On 5/17/2012 7:23 PM, Christopher Faylor wrote: On Thu, May 17, 2012 at 05:30:26PM +0200, Olivier Lefevre wrote: On 5/11/201

RE: Can't access 'some' SMB network drives from ssh or cron

2012-05-18 Thread Matt Seitz (matseitz)
> From: Andrey Repin > > Greetings, Nick Lowe! > > > Is SMB encrypted in this case? > > You need to make some serious configuration tweaking to make it NOT > encrypted. Are you referring to the authentication part of the SESSION_SETUP? The only part of SMB that remember seeing encrypted are th

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 11:50 AM, Marilo wrote: > > Still use /cygdrive/c in the shell script. > It is possible but the OP stated that he mounted the directory to /ABC/XYZ. > I wasn't suggesting using /cygdrive/c in his java program.  His java program > is not so much a cygwin issue, as his shel

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Marilo
--- On Fri, 18/5/12, Earnie Boyd wrote: > From: Earnie Boyd > Subject: Re: Making Unix like paths work when using java program from Cygwin > Date: Friday, 18 May, 2012, 16:15 > On Fri, May 18, 2012 at 11:11 AM, > Marilo wrote: > > The java aspect looks like a red herring as not > relevant to t

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 11:11 AM, Marilo wrote: > The java aspect looks like a red herring as not relevant to the problem. > > You want to run a *nix shell script and presumably don't want to write your > own bat file doing the same job. > > I'm probably missing something but given that there's cy

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Marilo
The java aspect looks like a red herring as not relevant to the problem. You want to run a *nix shell script and presumably don't want to write your own bat file doing the same job. I'm probably missing something but given that there's cygwin, and it's a *nux script, what about just editing the

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 9:22 AM, Csaba Raduly wrote: > On Fri, May 18, 2012 at 1:51 PM, Earnie Boyd  wrote: >> On Fri, May 18, 2012 at 4:56 AM, himoundary wrote: >>> >>> I am working in a team where everyone else has a Linux/Mac OS X workstation, >>> but I have a windows workstation. Our project us

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread Andrew DeFaria
On 05/18/2012 07:46 AM, Cary Conover wrote: Was wondering with major changes to the base distro of Windows Server 8/2012 is anyone running compatibility tests on the platform and if so what observed results were? Will or Does Cygwin run on Windows Server 8/2012? I have seen some comments about d

Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-18 Thread Cary Conover
Was wondering with major changes to the base distro of Windows Server 8/2012 is anyone running compatibility tests on the platform and if so what observed results were? Will or Does Cygwin run on Windows Server 8/2012?  I have seen some comments about difficulties with Cygwin on Windows 8 desktop b

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Csaba Raduly
On Fri, May 18, 2012 at 1:51 PM, Earnie Boyd wrote: > On Fri, May 18, 2012 at 4:56 AM, himoundary wrote: >> >> I am working in a team where everyone else has a Linux/Mac OS X workstation, >> but I have a windows workstation. Our project uses a shell script and a java >> program to automate some de

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 4:56 AM, himoundary wrote: > > I am working in a team where everyone else has a Linux/Mac OS X workstation, > but I have a windows workstation. Our project uses a shell script and a java > program to automate some deployment/setup etc, which needs to create some > directorie

Re: 1.7.15-1: pthread_cancel and pthread_kill not working as expected

2012-05-18 Thread Earnie Boyd
On Fri, May 18, 2012 at 6:23 AM, Otto Meta wrote: > > Any suggestions or ideas? You should always try the most recent http://cygwin.com/snapshots. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

Re: 1.7.15-1: pthread_cancel and pthread_kill not working as expected

2012-05-18 Thread Otto Meta
Greetings, as I got no response to my first question, I tried two older Cygwin versions to narrow down the problem. Maybe this’ll help someone to figure out the cause. I tried 1.7.9 and 1.7.12-1, with the results of 1.7.12-1 being exactly like the ones from 1.7.14-2 and 1.7.15-1. Unfortunately I

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Filipp Gunbin
> Is there a way to get the equivalent of the "native" javac and java > programs one would find on a typical Linux workstation. If not, can I > accomplish what I want using the gcc java compiler gjc? Even if you compile with gjc, you still need the virtual machine, which is as far as I know not av

'some files vanished' when using rsync over ssh

2012-05-18 Thread Gareth Howell
Hi This is a follow on from the question I asked about accessing SMB filesystems via SSH. The full scenario is that a client is using rsnapshot to back up a load of workstations to a QNAP. The QNAP has rsnapshot installed and most of the Windows targets have cygwin installed. Three very old mac

Re: Can't access 'some' SMB network drives from ssh or cron

2012-05-18 Thread Gareth Howell
On 17 May 2012, at 10:00, Gareth Howell wrote: > Hi > I asked this a day or so ago but got no responses. I'm posting again just in > case it just got missed. > > I have cygwin (latest) running on an XP machine. It needs to access two > workstations running Win95 and one running Win98. > > At t

Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread himoundary
I am working in a team where everyone else has a Linux/Mac OS X workstation, but I have a windows workstation. Our project uses a shell script and a java program to automate some deployment/setup etc, which needs to create some directories of the sort /ABC/XYZ. Obviously such paths are not valid i