From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 29 01:09:49 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2C316A407; Fri, 29 Sep 2006 01:09:49 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDF043D45; Fri, 29 Sep 2006 01:09:48 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k8T19ggL054983; Thu, 28 Sep 2006 21:09:42 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Thu, 28 Sep 2006 21:09:17 -0400 User-Agent: KMail/1.6.2 References: <200609261733.48398.jkim@FreeBSD.org> <200609272020.35161.jkim@FreeBSD.org> <20060928073616.yyu76vcnc4g0sowc@webmail.leidinger.net> In-Reply-To: <20060928073616.yyu76vcnc4g0sowc@webmail.leidinger.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609282109.24348.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1950/Thu Sep 28 10:11:54 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Leidinger , jhb@FreeBSD.org Subject: Re: linuxulator on -CURRENT X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 29 Sep 2006 01:09:49 -0000 On Thursday 28 September 2006 01:36 am, Alexander Leidinger wrote: > In the archive of LTP on my site there's a verbose logfile in the > root of the ltp directory. There you can see in which order and > with which parameters the tests are called. Could you please run > them (at least until the first syscall, the rest isn't important as > long as there is this bug) by hand and add a corresponding status > and comment to the wiki? I wanted little automation, so I did this: http://people.freebsd.org/~jkim/linux/amd64-testgen.sh which generated: http://people.freebsd.org/~jkim/linux/amd64-test.sh Test result is here: http://people.freebsd.org/~jkim/linux/amd64-gentoo.log Failed tests are listed here: http://people.freebsd.org/~jkim/linux/amd64-failed.txt When I had to kill processes, I logged them here: http://people.freebsd.org/~jkim/linux/amd64-killed.txt dmesg buffer for this run is here: http://people.freebsd.org/~jkim/linux/amd64-dmesg.txt > It may be the case that the problem is somewhere in waitpid, but it > could also be the case it is somewhere else (fork, clone, ...). But > we need to see the big picture to determine this. Let me know if you need anything else. Thanks, Jung-uk Kim