Re: Does anyone use valgrind to detect memory leak in Xcode?
Re: Does anyone use valgrind to detect memory leak in Xcode?
- Subject: Re: Does anyone use valgrind to detect memory leak in Xcode?
- From: Sean McBride <email@hidden>
- Date: Wed, 24 Oct 2012 11:16:42 -0400
- Organization: Rogue Research Inc.
On Wed, 24 Oct 2012 13:01:31 +0800, fly2never said:
>Hello, I've used Valgrind to detect memory leak in my iPhone Simulator.
If you're only looking to detect leaks, you might as well use Instruments.app. valgrind's real awesomeness is its ability to detect use of uninitialized memory and other memory corruption bugs.
>But I got this error when run it in xcode 4.5
>
>warning: check_safe_call: could not restore current frame
>
>
>Error calling thread_get_state for float registers for thread
>
>How can I solve it ?
You might ask on the valgrind list:
https://lists.sourceforge.net/lists/listinfo/valgrind-users
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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