> Query: I've noticed that if I use up too much stack space, the freebsd
> kernel (4.2) seems to crash very easily. Specially, if I create an
> array of size N within a function, once the function gets invoked,
> my machine just reboots.  How do I find out how much stack space I've
> got? I'm assuming that it _is_ a stack issue. :)

Assume you don't have any stack.  It'll vary from platform to platform, 
but the kernel stack on x86 is about 7.5k.  So just don't do it. 8)

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
           V I C T O R Y   N O T   V E N G E A N C E



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to