At 11:28 AM 10/13/2002, you wrote:
>What is the stacksize set to in your config.tcl?  I has a similar problem
>where I got the same crashes and increasing the stacksize did the trick.

ns_section "ns/threads"
         ns_param mutexmeter true ;# measure lock contention
         #ns_param stacksize [expr 128*1024] ;# Per-thread stack size.

That was it exactly!

Both server instances on the first machine were defaults... the ONE server
of three on the other machine was defautled, but the other two I had at
some time in the past upped to 256*1024 in stack size.   Once I bumped the
problematic servers up to 256 * 1024 they started behaving pefectly.

Thank you so much Jeremy Peter and Jim for helping out... I hate wierd
errors like this.. :)

(going to go make notes on this for future wierd errors....)



Patrick Spence <ariven AT ariven DOT com>
www.RandomRamblings.com
www.Ariven.com

Reply via email to