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
        [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to