• 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: Problems with compilation on Snow leopard for target 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with compilation on Snow leopard for target 10.5


  • Subject: Re: Problems with compilation on Snow leopard for target 10.5
  • From: Paul Davis <email@hidden>
  • Date: Sun, 17 Oct 2010 09:31:23 -0400

2010/10/17 Vojtěch Meluzín <email@hidden>:
> Thanks, but why would I use profiler for it? It seems like GCC only attached
> an uncompatible standard libs to the project. Or more like, GCC compiler
> used 10.5, but linker attached it to 10.6.

valgrind is not a profiler (although that is one thing it can do). it
is primarily a very sophisticated memory access analyzer that can
determine at run time when you overrun array bounds, access freed
memory, and all manner of other nastiness.

your code almost certainly has a bug in it that causes memory
corruption. the corruption makes no (visible) difference under one
combination of compiler/OS libraries, but does under another one.
you're unlikely to find the source of this via introspection.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Problems with compilation on Snow leopard for target 10.5
      • From: Vojtěch Meluzín <email@hidden>
References: 
 >Problems with compilation on Snow leopard for target 10.5 (From: Vojtěch Meluzín <email@hidden>)
 >Re: Problems with compilation on Snow leopard for target 10.5 (From: Paul Davis <email@hidden>)
 >Re: Problems with compilation on Snow leopard for target 10.5 (From: Vojtěch Meluzín <email@hidden>)

  • Prev by Date: Re: Where can I download Xcode 3.1.4 ?
  • Next by Date: Re: Problems with compilation on Snow leopard for target 10.5
  • Previous by thread: Re: Problems with compilation on Snow leopard for target 10.5
  • Next by thread: Re: Problems with compilation on Snow leopard for target 10.5
  • Index(es):
    • Date
    • Thread