From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 04:58:24 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B568116A42D for ; Tue, 14 Feb 2006 04:58:24 +0000 (GMT) (envelope-from root@solink.ru) Received: from ns.itam.nsc.ru (ns.itam.nsc.ru [194.226.179.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD4E43D4C for ; Tue, 14 Feb 2006 04:58:23 +0000 (GMT) (envelope-from root@solink.ru) Received: from site.lan (itut.itam.nsc.ru [194.226.179.2]) by ns.itam.nsc.ru (8.13.1/8.13.1) with ESMTP id k1E4wLYs010854 for ; Tue, 14 Feb 2006 10:58:21 +0600 Received: from bocha.solink.office ([192.168.66.166]) (authenticated bits=0) by site.lan (8.12.11/8.12.11) with ESMTP id k1E4wGTh013501 for ; Tue, 14 Feb 2006 10:58:17 +0600 From: Bachilo Dmitry Organization: SoLink To: freebsd-current@freebsd.org Date: Tue, 14 Feb 2006 10:58:23 +0600 User-Agent: KMail/1.8 References: <200602101246.31666.root@solink.ru> <200602141023.35850.root@solink.ru> <84dead720602132054y6d114b1eo8126fca84ac8972a@mail.gmail.com> In-Reply-To: <84dead720602132054y6d114b1eo8126fca84ac8972a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200602141058.24366.root@solink.ru> Subject: Re: Bad system call (core dumped) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Feb 2006 04:58:24 -0000 =F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 =F7=D4=CF=D2=CE=C9=CB 14 =E6=C5=D7= =D2=C1=CC=D8 2006 10:54 Joseph Koshy =CE=C1=D0=C9=D3=C1=CC(a): > > never used this utilities. So I've just ran ktrace xchat and now I've g= ot > > ktrace.out file, it is near 2 mb of size. Should I attach it or should I > > run ktrace other way? > > kdump will convert the ktrace.out file to human readable form. You should > be able to look for the lines that record the bad system call. Is that what I am looking for? 800 xchat CALL sigprocmask(0x3,0x280c5830,0) 800 xchat RET sigprocmask 0 800 xchat CALL ksem_init(0xbfbfd40c,0x1) 800 xchat RET ksem_init -1 errno 78 Function not implemented 800 xchat PSIG SIGSYS SIG_DFL 800 xchat NAMI "xchat.core" Like, I have no some "ksem_init" function in my.... kernel or something?