From owner-freebsd-current@FreeBSD.ORG Tue Oct 30 10:30:18 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23F3016A46E for ; Tue, 30 Oct 2007 10:30:18 +0000 (UTC) (envelope-from christoph.friedrichs@helinet.de) Received: from smtp.helinet.de (mail.helidom.de [212.37.47.67]) by mx1.freebsd.org (Postfix) with ESMTP id D4C5813C4C3 for ; Tue, 30 Oct 2007 10:30:17 +0000 (UTC) (envelope-from christoph.friedrichs@helinet.de) Received: from localhost ([127.0.0.1]) by smtp.helinet.de with esmtp (Exim 4.67) (envelope-from ) id 1Imnzg-0006nc-Ge for freebsd-current@freebsd.org; Tue, 30 Oct 2007 11:06:46 +0100 Received: from smtp.helinet.de by schix.dmz.ad01.helidom.de with ESMTP; Tue, 30 Oct 2007 11:06:43 +0100 X-CMM-CAPTURED: false X-CMM-VERSION: 3.1.0 stable #200707102 Received: from [10.40.100.254] (helo=webmail.helinet.de) by smtp.helinet.de with esmtp (Exim 4.67) (envelope-from ) id 1Imnze-0006nQ-2F for freebsd-current@freebsd.org; Tue, 30 Oct 2007 11:06:43 +0100 Received: from [192.168.99.167] (unknown [192.168.99.167]) by webmail.helinet.de (Postfix) with ESMTP id B33C4268D5C for ; Tue, 30 Oct 2007 11:07:07 +0100 (CET) Message-ID: <47270246.4020400@helinet.de> Date: Tue, 30 Oct 2007 11:07:02 +0100 From: Christoph Friedrichs User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Problem with libthr after update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 10:30:18 -0000 Hi Guys, I?m relatively new with my freebsd -current box and actual experiencing problems with starting kdm and portupgrade. Everytime I do so the kdm-bin log explodes with this error messages: Fatal error 'Cannot allocate red zone for initial thread' at line 382 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 382 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) Fatal error 'Cannot allocate red zone for initial thread' at line 382 in file /usr/src/lib/libthr/thread/thr_init.c (errno = 12) I googled this problem and found something concering some ruby packages. I did a manual rebuild of ruby-1.8.6_2,1 perl-5.8.8 ruby18-bdb-0.6.2 db41-4.1.25_4 portupgrade-2.3.1,2 With this rebuild problems with portupgrade were solved but kdm keeps refusing to start with same error messages. In UPDATING I found this: 20071009: Setting WITHOUT_LIBPTHREAD now means WITHOUT_LIBKSE and WITHOUT_LIBTHR are set. Does this probably have something to do with this? Any help will be highly apreciated, many greetings from Germany Christoph Friedrichs