Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2000 14:02:45 +0000
From:      Chris Luke <chrisy@flix.net>
To:        Steffen Merkel <d_f0rce@gmx.de>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Limited amount of variables in a multithreaded programm?
Message-ID:  <20000103140245.A80391@easynet.net>
In-Reply-To: <001301bf5540$66b72610$0201a8c0@blade>
References:  <001301bf5540$66b72610$0201a8c0@blade>

next in thread | previous in thread | raw e-mail | index | archive | help
Steffen Merkel wrote (on Jan 02):
>   u_char outmessage[MAXPACKET]; /* message we send */
>   u_char inmessage[MAXPACKET]; /* message we receive */

How big is MAXPACKET? This is all local scope stuff. You may not have
enough stack defined.

This really is C-101 type stuff.

Chris.
-- 
== chris@easynet.net, chrisy@flirble.org.  +44 20 7900 4444
== Systems Manager for Easynet, a part of Easynet Group PLC.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000103140245.A80391>