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. -- == [EMAIL PROTECTED], [EMAIL PROTECTED] +44 20 7900 4444 == Systems Manager for Easynet, a part of Easynet Group PLC. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Limited amount of variables in a multithreaded programm? Steffen Merkel
- Re: Limited amount of variables in a multithreaded pr... Chris Luke
- Re: Limited amount of variables in a multithreaded pr... Martin Cracauer
- Re: Limited amount of variables in a multithreade... Kip Macy
- Re: Limited amount of variables in a multithr... Martin Cracauer
- Re: Limited amount of variables in a mult... Kip Macy
- Re: Limited amount of variables in a mult... Steffen Merkel
- Re: Limited amount of variables in a... Peter da Silva

