• 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: EXC_BAD_ACCESS error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EXC_BAD_ACCESS error


  • Subject: Re: EXC_BAD_ACCESS error
  • From: Sherm Pendley <email@hidden>
  • Date: Thu, 14 Oct 2010 03:08:07 -0400

On Mon, Oct 11, 2010 at 9:49 AM, McLaughlin, Michael P. <email@hidden> wrote:
> Using Xcode 3.2.4 under Mac OS 10.6.4 on a 64-bit Mac Pro, I am getting a
> runtime error of
>
> EXC_BAD_ACCESS
>
> The project is a C++/CoreServices tool.  The error seems to arise because
> some legacy (Mersenne Twister) code is

On a bit of a tangent, and completely unrelated to the details of this
problem, have you considered updating that legacy code to use the
random number generation in C++ TR1? TR1 isn't an ISO standard yet,
but it soon(?) will be, and it looks to me like Apple's GCC 4.2.1
supports it already.

  <http://www.johndcook.com/cpp_TR1_random.html>

If you need to support older compilers, it's also available in Boost:

  <http://www.boost.org/>

sherm--

--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
 _______________________________________________
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: 
 >EXC_BAD_ACCESS error (From: "McLaughlin, Michael P." <email@hidden>)

  • Prev by Date: Re: EXC_BAD_ACCESS error
  • Next by Date: Re: EXC_BAD_ACCESS error
  • Previous by thread: Re: EXC_BAD_ACCESS error
  • Next by thread: Proprocessing Info.plist files for iPhone Apps
  • Index(es):
    • Date
    • Thread