From owner-freebsd-x11@FreeBSD.ORG Fri Feb 20 01:13:38 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E38106566B for ; Fri, 20 Feb 2009 01:13:38 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id C8C628FC14 for ; Fri, 20 Feb 2009 01:13:37 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so706316wfd.7 for ; Thu, 19 Feb 2009 17:13:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:openpgp :content-type:content-transfer-encoding; bh=wBCgePNnktAIuEtcBtJlP1g7tHKTJm4Kk0D2SEBjr2A=; b=bH8EUoxdYHL4WyQBNZJqsgSi/+WuyOWY+DRqapxW/ar9XJw/0nl3ow8FexR0MNpYMa He4Qw6VsKiWlAELgCAQ3UOFodaWef4nKMqL18YkAY0cBkEGCYWKUeVn7gHTVqjABaYFG 59C5rMsAurDPHWjayh4nWZKxyCZ+R0GWbcS+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=Pl748RSKR3wJhVbImWig+Z8pYkCaxyNZPKLTU/RCdjmgu7SnhTugSJ8/qqMe0jKp31 +TBZHCB7BR8qbWgYzKEVEWkmYmofBHL042n+CCHsiOdvCscx1zvivmiWjn5vUbtdcY3g L8vzmuXcAmug5QFOuLYyDdEYpjAYwZa2pnzRk= Received: by 10.142.141.21 with SMTP id o21mr91855wfd.308.1235092417234; Thu, 19 Feb 2009 17:13:37 -0800 (PST) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 22sm4266352wfi.1.2009.02.19.17.13.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 17:13:36 -0800 (PST) Message-ID: <499E03C2.3080900@gmail.com> Date: Thu, 19 Feb 2009 20:13:38 -0500 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.6.666 MIME-Version: 1.0 To: x11@freebsd.org X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: libXCB X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 01:13:38 -0000 ***************************************************************** Although libxcb can yield dramatic improvements in speed, memory footprint, and responsiveness, and will probably become the default Xlib for X.org/freedesktop.org, it is still experimental software. Some broken callers will abort() on locking assertion failures. As a temporary workaround, set LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort(). This may result in noisy stacktrace printing. ***************************************************************** is this still true? -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen