Re: generating a core file in 10.4.4.
Re: generating a core file in 10.4.4.
- Subject: Re: generating a core file in 10.4.4.
- From: Hugh Hoover <email@hidden>
- Date: Sun, 12 Feb 2006 15:41:56 -0800
On Feb 7, 2006, at 13:00, Prachi Gauriar wrote:
On Feb 7, 2006, at 1:30 PM, D.Walsh wrote:
I wrote a comand line tool that crashes, I built it with debugging
enabled and I need to generate a core file when it generates the
'Bus error'.
I did the usual 'ulimit -c unlimited' and executed my app but it
never generates a core file, any ideas what I'm missing?
Did you edit /etc/hostconfig to contain the line
COREDUMPS=-YES-
instead of -NO-? After doing so, you have to restart.
<http://developer.apple.com/technotes/tn2004/tn2124.html>
That no longer works on 10.4 - try this instead:
On Aug 18, 2005, at 09:06, Dave Zarzycki wrote:
That no longer works in Tiger as you discovered. Do this now:
echo "limit core unlimited" >> /etc/launchd.conf
reboot
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden