• 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
problem encoding large float* matrix
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem encoding large float* matrix


  • Subject: problem encoding large float* matrix
  • From: James Maxwell <email@hidden>
  • Date: Tue, 1 Dec 2009 10:47:14 -0800

I'm trying to save the state of my app. It chews up a lot of memory, most of which is in large float* matrices. I'm getting an EXC_BAD_ACCESS error in -encodeBytes:length:forKey: and I'm just wondering what might be happening. The float* "coincidences" is a malloced array.

NSUInteger coincsSize = maxCoincs * inputSize * sizeof(float);
NSData* coincData = [NSData dataWithBytesNoCopy:&coincidences length:coincsSize];
[aCoder encodeBytes:[coincData bytes] length:coincsSize forKey:@"coincidences"];

The app runs fine, but when I try to save, boom... EXC_BAD_ACCESS.

Is this a decent way to save a float* array?

J._______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: problem encoding large float* matrix
      • From: Sherm Pendley <email@hidden>
    • Re: problem encoding large float* matrix
      • From: Quincey Morris <email@hidden>
    • Re: problem encoding large float* matrix
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Re: Hightlight on mouseover a NSTextFieldCell inside a TableView
  • Next by Date: Re: problem encoding large float* matrix
  • Previous by thread: Re: Some questions/problems regarding CALayers
  • Next by thread: Re: problem encoding large float* matrix
  • Index(es):
    • Date
    • Thread