• 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: My strange problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My strange problems


  • Subject: Re: My strange problems
  • From: Eric Albert <email@hidden>
  • Date: Thu, 11 Nov 2004 00:46:21 -0800

On Nov 11, 2004, at 12:18 AM, super bady wrote:

  Is there other ways for us to get the callstack? or Is there a
Guard Malloc library which support namespace?

Guard Malloc currently only supports flat namespaces.

You can always get the backtrace via more traditional debugging. Find the last spot in your application when the stack is valid and look at the code around there. That may take a bit more effort, but it's certainly possible.

  I still confuse that why the applicaton works using a release
library but crash with debug one.  Can we conclude that the crash is
not caused by code itself?

Not necessarily. There are many differences in code generation between debug and deployment builds, mostly centering around optimization. Your release build is probably just lucky that it doesn't crash (and may crash in the future if, say, memory layout changes).


-Eric

_______________________________________________
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: 
 >My strange problems (From: super bady <email@hidden>)
 >Re: My strange problems (From: Eric Albert <email@hidden>)
 >Re: My strange problems (From: super bady <email@hidden>)

  • Prev by Date: Re: My strange problems
  • Next by Date: Re: My strange problems
  • Previous by thread: Re: My strange problems
  • Next by thread: Re: My strange problems
  • Index(es):
    • Date
    • Thread