From owner-freebsd-emulation@freebsd.org Wed Sep 14 13:43:16 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36B47BD97F5 for ; Wed, 14 Sep 2016 13:43:16 +0000 (UTC) (envelope-from joe@getsomewhere.net) Received: from prak.gameowls.com (prak.gameowls.com [45.63.66.61]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9E91C68; Wed, 14 Sep 2016 13:43:15 +0000 (UTC) (envelope-from joe@getsomewhere.net) Received: from [IPv6:2001:470:c412:beef:135:c8df:2d0e:4ea6] (unknown [IPv6:2001:470:c412:beef:135:c8df:2d0e:4ea6]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by prak.gameowls.com (Postfix) with ESMTPSA id 01C21187ED; Wed, 14 Sep 2016 08:43:08 -0500 (CDT) Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: linux-compat semctl operation - bad address From: Joe Love In-Reply-To: <20160914055659.GA10348@chd.heemeyer.club> Date: Wed, 14 Sep 2016 08:43:08 -0500 Cc: freebsd-emulation@freebsd.org Message-Id: <21A9F8EF-6937-4A6E-94B2-EF13242FFBB7@getsomewhere.net> References: <276F4863-DE8C-49F7-BB60-F8614F88064C@getsomewhere.net> <4AB10098-988D-4DB9-ADB3-8F0C26C86B73@getsomewhere.net> <20160914055659.GA10348@chd.heemeyer.club> To: Chagin Dmitry X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 13:43:16 -0000 > On Sep 14, 2016, at 12:56 AM, Chagin Dmitry = wrote: >=20 > hi, could you please do: > ktrace -di /path/to/u/bin and then > kdump -HAR -m64 > xxxx.out > and then send me xxxx.out, thanks Hi, The results from kdump are on = https://paste.globalgamers.net/1247/73860053/ . =46rom what I can tell = the semaphore operations start around line 617, though I=E2=80=99m sure = you=E2=80=99ll review more of the content. I can sent the original file if you prefer, as well, though I think that = would get truncated from the list. Just for information: > ls -al /compat/linux/dev/shm lrwxr-xr-x 1 root wheel 4 Sep 9 11:04 /compat/linux/dev/shm -> /tmp > ls -al = /tmp/mono-shared-1001-shared_data-prefect.gameowls.com-Linux-x86_64-328-12= -0 -rw-r----- 1 joe wheel 83976 Sep 12 11:32 = /tmp/mono-shared-1001-shared_data-prefect.gameowls.com-Linux-x86_64-328-12= -0 Please let me know if anything else might be useful in looking at this. Thanks, -Joe