This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fwd: stacksize setting in tcl/win/makefile.in in gdb src



--- Danny Smith <danny_r_smith_2001@yahoo.co.nz> wrote: > Date: Mon, 30 Apr
2001 20:20:17 +1000 (EST)
> From: Danny Smith <danny_r_smith_2001@yahoo.co.nz>
> Subject: stacksize setting in tcl/win/makefile.in in gdb src
> To: cygwin-apps@cygwin.com
> 
> 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 Khan'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.  
> 
> Danny
> 
> PS I would report this to tcl also, but new logon registrations are disabled
> during their move to new host.


_____________________________________________________________________________
http://store.yahoo.com.au - Yahoo! Store
- It's time you had your business online!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]