public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Virtual memory Exhaust problem onWin98
@ 2001-12-21  4:22 Arati Dikey
  2001-12-21  4:47 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Arati Dikey @ 2001-12-21  4:22 UTC (permalink / raw)
  To: cygwin


Thanks a million Corinna !
It did solve my problem.

How essential is it for me to *build* the tool chain with the latest
Cygwin 1.3.6-6 ?


Regards,
Arati Dikey


> On Fri, Dec 21, 2001 at 02:46:08PM +0530, Arati Dikey wrote:
> 
> 
> Hi !
>  
> The sh-elf-gcc built from GCC 3.0.1 gives error "Virtual memory
> exhausted : Invalid argument"  while compiling any small C program on
> Win 98 system.
> 
> The toolchain has been built in cygwin 1.3.2 environment.
>  
> This was tested on two systems with following configurations.
>  
> System1 - Win98 running on Pentium MMX system with 128 MB RAM and 500
MB
> free disk space.
> System2 - Win98 running on Pentium IV system with 128 MB RAM and 19.5
GB
> free disk space.
> 
> The toolchain works fine on WinNT and Win2000.
> 
> Is this problem related to Cygwin or GCC-3.0.1 ?
> 
> Using Cygwin's gdb I found that the error is coming when init_ggc()
> function calls
> alloc_anon() function and #ifdef HAVE_MMAP_ANON condition is
satisfied.
> 
> Any help will be appreciated.

> Please try the latest Cygwin 1.3.6-6 first.  I remember various
> fixes to the mmap() code.

> Corinna


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Free download and free European support of GNU tool 
     chain (GNUSH v0101) for Hitachi's SH Series
Read more at http://www.kpit.com/products/support.htm 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Virtual memory Exhaust problem onWin98
  2001-12-21  4:22 Virtual memory Exhaust problem onWin98 Arati Dikey
@ 2001-12-21  4:47 ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2001-12-21  4:47 UTC (permalink / raw)
  To: cygwin

On Fri, Dec 21, 2001 at 05:40:45PM +0530, Arati Dikey wrote:
> 
> Thanks a million Corinna !
> It did solve my problem.
> 
> How essential is it for me to *build* the tool chain with the latest
> Cygwin 1.3.6-6 ?

Only if you want to have an advantage of new API calls.

Corinna

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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Virtual memory Exhaust problem onWin98
  2001-12-21  1:24 Arati Dikey
@ 2001-12-21  1:26 ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2001-12-21  1:26 UTC (permalink / raw)
  To: cygwin

On Fri, Dec 21, 2001 at 02:46:08PM +0530, Arati Dikey wrote:
> 
> 
> Hi !
>  
> The sh-elf-gcc built from GCC 3.0.1 gives error "Virtual memory
> exhausted : Invalid argument"  while compiling any small C program on
> Win 98 system.
> 
> The toolchain has been built in cygwin 1.3.2 environment.
>  
> This was tested on two systems with following configurations.
>  
> System1 - Win98 running on Pentium MMX system with 128 MB RAM and 500 MB
> free disk space.
> System2 - Win98 running on Pentium IV system with 128 MB RAM and 19.5 GB
> free disk space.
> 
> The toolchain works fine on WinNT and Win2000.
> 
> Is this problem related to Cygwin or GCC-3.0.1 ?
> 
> Using Cygwin's gdb I found that the error is coming when init_ggc()
> function calls
> alloc_anon() function and #ifdef HAVE_MMAP_ANON condition is satisfied.
> 
> Any help will be appreciated.

Please try the latest Cygwin 1.3.6-6 first.  I remember various
fixes to the mmap() code.

Corinna

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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Virtual memory Exhaust problem onWin98
@ 2001-12-21  1:24 Arati Dikey
  2001-12-21  1:26 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Arati Dikey @ 2001-12-21  1:24 UTC (permalink / raw)
  To: crossgcc, cygwin; +Cc: gcc-bugs



Hi !
 
The sh-elf-gcc built from GCC 3.0.1 gives error "Virtual memory
exhausted : Invalid argument"  while compiling any small C program on
Win 98 system.

The toolchain has been built in cygwin 1.3.2 environment.
 
This was tested on two systems with following configurations.
 
System1 - Win98 running on Pentium MMX system with 128 MB RAM and 500 MB
free disk space.
System2 - Win98 running on Pentium IV system with 128 MB RAM and 19.5 GB
free disk space.

The toolchain works fine on WinNT and Win2000.

Is this problem related to Cygwin or GCC-3.0.1 ?

Using Cygwin's gdb I found that the error is coming when init_ggc()
function calls
alloc_anon() function and #ifdef HAVE_MMAP_ANON condition is satisfied.

Any help will be appreciated.

Regards,
Arati Dikey.
 
 
 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-21 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-21  4:22 Virtual memory Exhaust problem onWin98 Arati Dikey
2001-12-21  4:47 ` Corinna Vinschen
  -- strict thread matches above, loose matches on Subject: below --
2001-12-21  1:24 Arati Dikey
2001-12-21  1:26 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).