From owner-freebsd-threads@FreeBSD.ORG Fri Sep 30 08:58:50 2005 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3317B16A41F for ; Fri, 30 Sep 2005 08:58:50 +0000 (GMT) (envelope-from warlock@voip.kg) Received: from mail.elcat.kg (imap.elcat.kg [212.42.96.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BFE143D48 for ; Fri, 30 Sep 2005 08:58:47 +0000 (GMT) (envelope-from warlock@voip.kg) Received: from localhost (localhost [127.0.0.1]) by mail.elcat.kg (Postfix) with ESMTP id AA22D43E519 for ; Fri, 30 Sep 2005 14:57:48 +0600 (KGT) Received: from mail.elcat.kg ([127.0.0.1]) by localhost (imap.elcat.kg [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24427-06 for ; Fri, 30 Sep 2005 14:57:27 +0600 (KGT) Received: from warcomp.elcat.kg (warcomp.elcat.kg [212.42.96.26]) by mail.elcat.kg (Postfix) with ESMTP id F270A43E9FA for ; Fri, 30 Sep 2005 14:57:25 +0600 (KGT) From: Roman Streltsov Organization: Elcat To: freebsd-threads@freebsd.org Date: Fri, 30 Sep 2005 14:57:24 +0600 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509301457.24870.warlock@voip.kg> X-Virus-Scanned: by amavisd-new at elcat.kg X-Spam-Status: No, score=-51.236 tagged_above=-999 required=999 tests=[ALL_TRUSTED=-10, AWL=8.764, LOCAL_RCVD=-50] X-Spam-Score: -51.236 X-Spam-Level: Subject: thread stack X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:58:50 -0000 Hello list, What the symptoms of thread stack corruption? Or how to make the diagnosis? Reading mans of pthread_stack* and pthread_guard* didn't make things clear. Also question Sometime I faced with coredump generated "Generic error" with libthr library. Is there means use latest libthr on 5.4? I haven't possibility cvsup the box to 6.0. If yes, how to upgrade libthr separately from the other? Thanx warlock