Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Mon, 30 Apr 2001 12:57:59 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Cc: danny_r_smith_2001 AT yahoo DOT co DOT nz Subject: Re: stacksize setting in tcl/win/makefile.in in gdb src Message-ID: <20010430125759.B30741@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com, danny_r_smith_2001 AT yahoo DOT co DOT nz References: <20010430102017 DOT 21684 DOT qmail AT web6403 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20010430102017.21684.qmail@web6403.mail.yahoo.com>; from danny_r_smith_2001@yahoo.co.nz on Mon, Apr 30, 2001 at 08:20:17PM +1000 On Mon, Apr 30, 2001 at 08:20:17PM +1000, Danny Smith wrote: >In tcl/win/makefile.in in gdb CVS src there is following at line 475: > >$(TCLSH): $(TCLSHOBJS) tclshres.$(OBJEXT) $(TCLLIB) > $(CC) $(linkdebug) $(conlflags) -Wl,--stack=0x2300000 \ > -o $@ $(conlibsdll) $(TCLSHOBJS) tclshres.$(OBJEXT) $(TCLLIB) > >The stacksize is inconsistent with that used in makefile.vc which is 2300000 >*but* vc uses decimal notation (unless prefixed with 0x). It is also >inconsistent with that used in makefile.bc (1f0001), which presumably uses hex >by default. > >When building and testing tcl8.3.3 under mingw I ran into similar problem >(using Mumit's diff for 8.3). The socket.test would hang with stack=0x2300000 >but worked fine when I changed stacksize to something more reasonable (for my >machine at least) ie. 0x231860. > >And that triggers a question which I will raise also in binutils list: >Why is default reserved stacksize set so high (0x02000000) by ld in pe.em? > > >Danny > >PS I would report this to tcl also, but new logon registrations are disabled >during their move to new host. Please send this query to the insight AT sources DOT redhat DOT com mailing list. They are the keepers of this code. cgf