Re: OCaml on cygwin-64 (was: Orpie love

2013-08-30 Thread Warren Young
On 8/30/2013 08:15, Damien Doligez wrote: I don't like RPN calculators Infidel! :) I'm making good progress on porting OCaml to cygwin-64. Would you care to summarize the problem? OCaml is already portable to other x86_64 *ix targets, so a lot of the work has to have been done already.

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Christopher Faylor
On Fri, Aug 30, 2013 at 09:00:48PM +0200, Corinna Vinschen wrote: >On Aug 30 19:46, Corinna Vinschen wrote: >> On Aug 30 12:58, Achim Gratz wrote: >> > Corinna Vinschen cygwin.com> writes: >> > > Yes, looks normal and expected from what you observed. mmap commits >> > > memory top-down and that w

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Corinna Vinschen
On Aug 30 17:03, Christopher Faylor wrote: > On Fri, Aug 30, 2013 at 09:00:48PM +0200, Corinna Vinschen wrote: > >On Aug 30 19:46, Corinna Vinschen wrote: > >> On Aug 30 12:58, Achim Gratz wrote: > >> > Corinna Vinschen cygwin.com> writes: > >> > > Yes, looks normal and expected from what you obse

Re: previously reported test case does not work in Cygwin 1.7.18

2013-08-30 Thread Christopher Faylor
On Fri, Aug 30, 2013 at 04:40:44PM +0200, Andreas Steenpa? wrote: >I would like to bring the issue described below up again. I have just >tested this with Cygwin 1.7.24, and it shows the same behaviour as >before, so it seems that this bug still persists. > >My system is: >$ uname -a >CYGWIN_NT-6.1

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Corinna Vinschen
On Aug 30 19:46, Corinna Vinschen wrote: > On Aug 30 12:58, Achim Gratz wrote: > > Corinna Vinschen cygwin.com> writes: > > > Yes, looks normal and expected from what you observed. mmap commits > > > memory top-down and that was apparently the first free slot big enough > > > to fullfil the reque

Re: previously reported test case does not work in Cygwin 1.7.18

2013-08-30 Thread Andreas Steenpaß
I would like to bring the issue described below up again. I have just tested this with Cygwin 1.7.24, and it shows the same behaviour as before, so it seems that this bug still persists. My system is: $ uname -a CYGWIN_NT-6.1-WOW64 zoppo 1.7.24(0.269/5/3) 2013-08-15 11:55 i686 Cygwin Best regards

Re: emacs-24.3.1 crashes on talking to Google

2013-08-30 Thread Zdzislaw Meglicki
Ken Brown writeth thusly:    > I don't use Windows 8, but I just checked on Windows 7, and it works for me. Under Windows 7, it works for me too. I have another machine with Cygwin,  emacs-24.2.1 and Windows 7, and there is no problem talking to Google there. The new installation on Windows 8 r

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Corinna Vinschen
On Aug 30 12:58, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > Yes, looks normal and expected from what you observed. mmap commits > > memory top-down and that was apparently the first free slot big enough > > to fullfil the request. The default heap size is 384 Megs and then > >

OCaml on cygwin-64 (was: Orpie love (was: Why are the 32- and 64-bit cygwin1.dlls incompatible?))

2013-08-30 Thread Damien Doligez
Hi all, On 2013-08-23, at 18:50, Warren Young wrote: > On 8/23/2013 06:42, Andrew Schulman wrote: >>> Consider Orpie, which isn't ported to Cygwin 64 yet because OCaml isn't. >> >> Hah! Another Orpie user! >> >> I love Orpie, but sometimes I've wondered if I was the only one. > > Everyone who

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Yes, looks normal and expected from what you observed. mmap commits > memory top-down and that was apparently the first free slot big enough > to fullfil the request. The default heap size is 384 Megs and then > there's apparently not enough space anywhere.

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Corinna Vinschen
On Aug 30 09:26, Achim Gratz wrote: > Achim Gratz nexgo.de> writes: > > > Load xz under GDB, break > > > on "cygwin_exit", run it, and when it hits the breakpoint, observer the > > > memory layout, either in GDB, or by cat'ing /proc/≤xz's pid>/maps. > > > > OK, if it is still reproducible tomorro

Re: xz -9 : Cannot allocate memory

2013-08-30 Thread Achim Gratz
Achim Gratz nexgo.de> writes: > > Load xz under GDB, break > > on "cygwin_exit", run it, and when it hits the breakpoint, observer the > > memory layout, either in GDB, or by cat'ing /proc/≤xz's pid>/maps. > > OK, if it is still reproducible tomorrow I'll have a look. I'm not sure I'm looking at