Re: More Debugging Bindings
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