From owner-svn-src-all@FreeBSD.ORG Tue Oct 26 10:57:12 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C8D31065670; Tue, 26 Oct 2010 10:57:12 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2E88FC1F; Tue, 26 Oct 2010 10:57:11 +0000 (UTC) Received: by gwaa18 with SMTP id a18so2399607gwa.13 for ; Tue, 26 Oct 2010 03:57:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :user-agent:date:message-id:mime-version:content-type; bh=yhlC4oTr8VrcGkxOTCyG5vHzWeUeHWJV4vezI9qLQkQ=; b=iB/GEaN3yqZRQIVj/SazYjNy9udk4kVbNz/bZBjEJW5tvtJwy0fFvma2YLv9Bmx1Tb a8+A3tMnvQkoSYHWPMlDeGLtkHxwXrCeKvZGZYTExZq2u7AMn2YRFkAWipwI2jpd/BgP TrTfjrBhYTuKY2nyL2Iel5RhFPprGMpWcAF88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:user-agent:date:message-id :mime-version:content-type; b=ioMKRtF1GdU1iymu+0GX/dqCVnusvC+xf5DXlKmtBCh8cnpdwf3wtvg47IHTkudVPD c+bDx5gVaTDs1+dM+LMnFKBkncQbFeMFm61hhCCFV0Feztwt9zTBYMlD/TLgvn44GF8/ ylrE0SrXPCK30OzC3sK6CruMat/mwHvX47H9M= Received: by 10.151.10.1 with SMTP id n1mr15107766ybi.380.1288090630557; Tue, 26 Oct 2010 03:57:10 -0700 (PDT) Received: from localhost (tor-exit-proxy3-readme.formlessnetworking.net [208.53.142.39]) by mx.google.com with ESMTPS id z4sm4797577yhz.1.2010.10.26.03.57.07 (version=SSLv3 cipher=RC4-MD5); Tue, 26 Oct 2010 03:57:09 -0700 (PDT) From: Anonymous To: David Xu References: <201010250916.o9P9G4YO058177__37512.3073034503$1287998186$gmane$org@svn.freebsd.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) Date: Tue, 26 Oct 2010 14:56:50 +0400 Message-ID: <86lj5lusr1.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r214334 - head/lib/libthr/thread X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 10:57:12 -0000 David Xu writes: > Author: davidxu > Date: Mon Oct 25 09:16:04 2010 > New Revision: 214334 > URL: http://svn.freebsd.org/changeset/base/214334 > > Log: > Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy(). > > MFC after: 7 days After this change firefox 4.0b8pre built from mozilla trunk crashes with SIGBUS while starting, on /head@r214363M amd64. It may be related to $ js Assertion failure: stackBase, at jsnativestack.cpp:217 and the calls preceding it pthread_attr_get_np(thread, &sattr); pthread_attr_getstack(&sattr, &stackBase, &stackSize); java/openjdk6 doesn't start, too $ java # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_bsd_x86.cpp:876), pid=10495, tid=34389128704 # Error: pthread_attr_get_np failed with err = 34