• 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: More Debugging Bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More Debugging Bindings


  • Subject: Re: More Debugging Bindings
  • From: Steven Kramer <email@hidden>
  • Date: Fri, 4 Feb 2005 13:02:43 +0100


Op 2-feb-05 om 19:47 heeft Richard Patterson het volgende geschreven:

Can someone point me to the place where I read about what this means:

Executable “FilmCalculator” has exited due to signal 11 (SIGSEGV).
[Session started at 2005-02-02 10:45:44 -0800.]
2005-02-02 10:45:45.169 FilmCalculator[1011] Cannot create NSFont from object <_NSControllerObjectProxy: 0x369a50> of class _NSControllerObjectProxy



SIGSEGV is an invalid attempt to access some memory. Assuming your log needs to be read downside-up, the font is nil, then something tried to access the font and ended up near memory at address 0 - not a good thing. Also you seem to be using bindings and are using the 'selection' key. This key returns a *proxy* of an object which is not a complete drop-in replacement of the actual object. Try using the 'content' key instead and see if it helps.


Regards,

Steven Kramer

--
email@hidden
http://sprintteam.com/

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >More Debugging Bindings (From: Richard Patterson <email@hidden>)

  • Prev by Date: mach_msg_trap
  • Next by Date: Re: Method not seeing array as array
  • Previous by thread: More Debugging Bindings
  • Next by thread: Extracting and Saving a 'SND ' Resource;
  • Index(es):
    • Date
    • Thread