From owner-freebsd-current Wed Mar 22 0:41:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from rccr1.rccr.cremona.it (rccr1.rccr.cremona.it [194.20.53.49]) by hub.freebsd.org (Postfix) with ESMTP id 4C76437C0E3 for ; Wed, 22 Mar 2000 00:41:39 -0800 (PST) (envelope-from mirko.viviani@rccr.cremona.it) Received: from rccr.cremona.it (modem-1-2.rccr.cremona.it [192.168.2.12]) by rccr1.rccr.cremona.it (8.9.3/8.9.3) with ESMTP id JAA12243 for ; Wed, 22 Mar 2000 09:37:54 +0100 Received: (from mirko@localhost) by next.procom2.it (8.9.3/8.9.3) id JAA01602 for freebsd-current@FreeBSD.ORG; Wed, 22 Mar 2000 09:14:03 +0100 (MET) Message-Id: <200003220814.JAA01602@next.procom2.it> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3 v148.2.1) X-Nextstep-Mailer: Mail 3.3 (Enhance 2.1) Received: by NeXT.Mailer (1.148.2.1) From: Mirko Viviani Date: Wed, 22 Mar 2000 09:03:47 +0100 To: freebsd-current@FreeBSD.ORG Subject: libobjc and stack problems. Reply-To: mirko.viviani@rccr.cremona.it Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ciao. Is it possible to apply the gnu/17433 patch before the 4.0-STABLE ? Related to this I'm excepting some strange behaviour with prgs linked with libc_r under 3.4 and I would like to know if they are also in 4.0. 1. In a prg linked with libc I can use a local buffer up to 65 MB, but if the same is linked with libc_r I can use up to 1 MB buffer else it fails with a seg fault. (char buf[60 * 1024]) Why ? 2. The same thing apply to pthread, that apart from the ridicolously small (posix specs ?) initial default value of 65 kb the stack can't grown. Why ? Thanks to libobjc and the first problem it's nearly impossible to run GNUstep prgs with -pthread support. It there a way to fix ? Thank you. It's not possible to have contrib/gdb shipped with objective-c language patches ? --- Bye, Mirko (NeXTmail, MIME) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message