• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Stopping in libMallocDebug messages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stopping in libMallocDebug messages


  • Subject: Re: Stopping in libMallocDebug messages
  • From: Jonas Maebe <email@hidden>
  • Date: Thu, 4 Jan 2007 20:18:44 +0100


On 4 jan 2007, at 20:06, Doug Hill wrote:

Try malloc_printf instead. The messages which tell you to break on szone_error today are unfortunately a bit inaccurate.

malloc_printf would seem to be the most likely candidate. Unfortunately (as I mentioned above), that breakpoint doesn't get hit for the libMallocDebug messages I'm seeing.


Any other ideas are appreciated.

If all else fails (from a previous message of mine in a similar thread a while ago): set a (conditional) breakpoint on write.


For ppc:

b write
cond 1 (char*)strnstr((char*)$r4,"Your error message",$r5) != 0

For intel:

b write
cond 1 (char*)strnstr((char*)$ebx,"Your error message",$ecx) != 0


Jonas _______________________________________________ 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
References: 
 >ld -syslibroot reliability (From: Daniel Jalkut <email@hidden>)
 >Re: ld -syslibroot reliability (From: Eric Albert <email@hidden>)
 >Re: ld -syslibroot reliability (From: Daniel Jalkut <email@hidden>)
 >Stopping in libMallocDebug messages (From: Doug Hill <email@hidden>)
 >Re: Stopping in libMallocDebug messages (From: Paul Walmsley <email@hidden>)
 >Re: Stopping in libMallocDebug messages (From: Doug Hill <email@hidden>)
 >Re: Stopping in libMallocDebug messages (From: Eric Albert <email@hidden>)
 >Re: Stopping in libMallocDebug messages (From: Doug Hill <email@hidden>)

  • Prev by Date: Re: Stopping in libMallocDebug messages
  • Next by Date: key binding for "Continue to here"
  • Previous by thread: Re: Stopping in libMallocDebug messages
  • Next by thread: adding target dependencies to an Xcode project using AppleScript
  • Index(es):
    • Date
    • Thread