From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 07:10:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BBBA16A41F for ; Wed, 18 Jan 2006 07:10:09 +0000 (GMT) (envelope-from edwincheese@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6290943D48 for ; Wed, 18 Jan 2006 07:10:08 +0000 (GMT) (envelope-from edwincheese@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so102908wra for ; Tue, 17 Jan 2006 23:10:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QmmfbZvl7XYpWwrraOgDs8nmwjs1uzZeJindv/DWAh3CRHRah2OIB1UuKy/AEgzttI3Zjqnx+xef+q5UG6Fn795NgsCIMpqgEd+KAEpMmswOSd5znzP7fwkrv8vT+2iFBATtEdhQolL65wa2TRzg2pnoOIdlaAxC7gqUiUMMRF4= Received: by 10.54.80.14 with SMTP id d14mr659622wrb; Tue, 17 Jan 2006 23:10:07 -0800 (PST) Received: by 10.54.109.2 with HTTP; Tue, 17 Jan 2006 23:10:07 -0800 (PST) Message-ID: <3593bee50601172310y24c0310bx5a32b07d070f2174@mail.gmail.com> Date: Wed, 18 Jan 2006 15:10:07 +0800 From: Edwin To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ps "Bus error" under jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 07:10:09 -0000 Hi, The machine is running FreeBSD 6.0-RELEASE and i am trying out jails on it I have followed the tutorial in jail's man page and everythings seems working fine, except the ps command. When I execute ps, it say "Bus error" Here is the gdb output: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `ps'. Program terminated with signal 10, Bus error. Reading symbols from /lib/libm.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.4 Reading symbols from /lib/libkvm.so.3...(no debugging symbols found)...done= . Loaded symbols for /lib/libkvm.so.3 Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...= done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x28092398 in _kvm_initvtop () from /lib/libkvm.so.3 (gdb) backtrace #0 0x28092398 in _kvm_initvtop () from /lib/libkvm.so.3 Cannot access memory at address 0xbfbfdc6c Thanks Edwin