Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 09:30:13 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Anurag Chaudhary <chaudharyanurag@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: memory profiling
Message-ID:  <20030602143013.GB66202@dan.emsphone.com>
In-Reply-To: <Law9-F108MyJUZTPPqG0006e51b@hotmail.com>
References:  <Law9-F108MyJUZTPPqG0006e51b@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 02), Anurag Chaudhary said:
> I am porting a daemon form linux to freebsd. It works fine on linux
> but crashes giving segmentation fault in freebsd can some one suggest
> me some good memory profiling tool that works fine with freebsd and
> available in binary format.

"memory profiling" sounds like a tool to optimize memory accesses,
which is not what you want.  Just make sure you have coredumps enabled
and run gdb on the corefile to determine where your program is
crashing.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030602143013.GB66202>