memory profiling

Dan Nelson dnelson at allantgroup.com
Mon Jun 2 07:30:21 PDT 2003


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 at allantgroup.com


More information about the freebsd-questions mailing list