From owner-freebsd-questions Sun Jan 19 1:58: 0 2003 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 8442237B401 for ; Sun, 19 Jan 2003 01:57:59 -0800 (PST) Received: from sleet.ispgateway.de (sleet.ispgateway.de [62.67.200.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 7820043F3F for ; Sun, 19 Jan 2003 01:57:53 -0800 (PST) (envelope-from paidhi@mospheira.net) Received: (qmail 6210 invoked by uid 0); 19 Jan 2003 09:57:46 -0000 Received: from unknown (HELO mb1.telekabel.at) (152983@[80.110.82.196]) (envelope-sender ) by unknown (qmail-ldap-1.03) with SMTP for ; 19 Jan 2003 09:57:46 -0000 From: Paidhi Reply-To: paidhi@mospheira.net To: questions@freebsd.org Subject: Re: How to read core dump Date: Sun, 19 Jan 2003 10:55:22 +0100 User-Agent: KMail/1.5 References: <20030119013133.GA5520@polands.org> In-Reply-To: <20030119013133.GA5520@polands.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200301191055.22330.paidhi@mospheira.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Under Linux there can be used strace to follow the programs system calls. There is also an strace (and ltrace) in the ports collection. http://www.freebsd.org/cgi/url.cgi?ports/devel/strace/pkg-descr http://www.freebsd.org/cgi/url.cgi?ports/sysutils/ltrace/pkg-descr Maybe this can help you analyzing the problem. Regards, Markus On Sunday 19 January 2003 02:31, Doug Poland wrote: > Hello, > > I am attempting to run MySQL Control Center (also known as MySQLCC) on > FreeBSD 4.7-STABLE. FYI, is a platform-independent GUI administration > client for the MySQL database server. The binary version I downloaded > from MySQL.com is for Linux glibc 2.2. > > My system is running linux_base-7.1_2. When I execute the mysqlcc > command, it immediately dumps core. Curiously, it runs fine on > another 4.7-STABLE box "similarly" configured. > > After doc perusal and googling, I haven't found out how to read a core > dump. I suppose if I knew how to read them I could "easily" determine > where the program died. Is this an accurate statement? Is there > another way to find out why a program dumps core? > > Thanks for your help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message