Query about right <ALT> (AltGr) code

Corinna Vinschen cygwin@cygwin.com
Tue Feb 27 01:55:00 GMT 2001


On Mon, Feb 26, 2001 at 04:55:58PM -0800, Jason Tiller wrote:
> $ troff
> C:\CYGWIN\BIN\TROFF.EXE: *** 2. unable to allocate heap, heap_chunk_size 1073741 824, Win32 error 8

You're using the 1.1.8-1 sources. There's a problem in setting
a too big heap area. To solve it, just open the source file
winsup/cygwin/shared.cc, goto line 131 and change the parameter
"1024" to "256". That's the value used in other versions.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list