Date: Sun, 19 Jan 2003 10:55:22 +0100 From: Paidhi <paidhi@mospheira.net> To: questions@freebsd.org Subject: Re: How to read core dump Message-ID: <200301191055.22330.paidhi@mospheira.net> In-Reply-To: <20030119013133.GA5520@polands.org> References: <20030119013133.GA5520@polands.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301191055.22330.paidhi>