From owner-freebsd-current@FreeBSD.ORG Thu Apr 24 20:30:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C08237B401 for ; Thu, 24 Apr 2003 20:30:39 -0700 (PDT) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3981F43F75 for ; Thu, 24 Apr 2003 20:30:38 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.98.49] (port=49160 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 198tv3-000IfY-00 for freebsd-current@freebsd.org; Fri, 25 Apr 2003 11:30:37 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h3P3Ua2S000729 for ; Fri, 25 Apr 2003 11:30:36 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h3P3UZV8000728 for freebsd-current@freebsd.org; Fri, 25 Apr 2003 11:30:35 +0800 (CST) Date: Fri, 25 Apr 2003 11:30:35 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20030425033035.GB552@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org References: <20030424190936.GA66245@mezzanine.vandalon.nl> <20030425032810.GA552@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030425032810.GA552@chihiro.leafy.idv.tw> User-Agent: Mutt/1.5.4i Subject: Re: Linux compat broken?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 03:30:39 -0000 On Fri, Apr 25, 2003 at 11:28:10AM +0800, leafy wrote: > All subsequent execution with or without ktrace returns to the shell prompt > successfully. World is .5 hour old. > > Jiawei Sorry for replying to myself. Here is the output to the interesting situation: root@chihiro:/home/leafy# /usr/local/linux-sun-jdk1.4.1/bin/java -version java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) [This one here was stopped by ctrl-c] root@chihiro:/home/leafy# ktrace /usr/local/linux-sun-jdk1.4.1/bin/java -version java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) root@chihiro:/home/leafy# /usr/local/linux-sun-jdk1.4.1/bin/java -version java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) root@chihiro:/home/leafy# -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming