From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.seebs.net (mail.seebs.net [162.213.38.76]) by mail.openembedded.org (Postfix) with ESMTP id 885197472E for ; Sat, 31 Mar 2018 21:16:13 +0000 (UTC) Received: from seebsdell (unknown [24.196.59.174]) by mail.seebs.net (Postfix) with ESMTPSA id E8CBE2E8922; Sat, 31 Mar 2018 16:16:13 -0500 (CDT) Date: Sat, 31 Mar 2018 16:16:08 -0500 From: Seebs To: Joshua Watt Message-ID: <20180331161608.351f1300@seebsdell> In-Reply-To: References: <20180327154802.14611-1-ross.burton@intel.com> <20180331000631.5f050451@seebsdell> <1522501975.11431.208.camel@linuxfoundation.org> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Cc: OE Core mailing list Subject: Re: [PATCH][RFC] pseudo: intercept syscall() and return ENOTSUP for renameat2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2018 21:16:14 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 31 Mar 2018 16:03:01 -0500 Joshua Watt wrote: > Looks like maybe gdk-pixbuf-query-loaders has the unlucky honour of > being one of the few programs that invokes the pseudo syscall() > wrapper before any other functions that pseudo wraps and the missing > initializer made it explode? That seems exceedingly likely, because indeed, that's supposed to be at the top of the wrapper. Thanks. -s