Re: GuardMalloc not working, Xcode 4
Re: GuardMalloc not working, Xcode 4
- Subject: Re: GuardMalloc not working, Xcode 4
- From: Robert Purves <email@hidden>
- Date: Tue, 22 Mar 2011 00:47:26 +1300
Shamyl Zakariya wrote:
> I have a project (C++, 32-bit) which is crashing in a manner that smells like a memory smasher, so I gave a stab at running it under GuardMalloc, which I've done plenty of times in the past.
>
> Trouble is, I can't run my binary with GM. I get this error on the log:
> dyld: could not load inserted library:
> But no listing of what the missing library is. Now, I tried making a new, simple c++ command line app and running it under guard malloc and it worked as expected. So I know guard malloc works in Xcode 4.
>
> This project happens to have originally been an Xcode 3 project, so perhaps there's something going on there? Some odd inherited setting screwing things up? Does anybody have any suggestions? I'm not looking forward to fixing this bug without guard malloc.
If you can't get VG to work, use valgrind instead.
http://en.wikipedia.org/wiki/Valgrind
http://valgrind.org/
Robert P.
_______________________________________________
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