Search field crashing
Search field crashing
- Subject: Search field crashing
- From: Josh Anon <email@hidden>
- Date: Sun, 18 Jan 2004 19:18:56 -0800
Hi,
I have an app that throws up a table view in a modal panel, and there's
a search field (connected to my array controller's subclass search
method). I can type things in the field and have everything work
properly, but randomly, when I start to delete text from it, it crashes
in various AppKit places. One time, it crashed in a memcpy. Another
time, it crashed in a retain:, the most recent time, it crashed in
class_initialize in NSKeyValueObservationInfoCreateByAdding, etc..
Obviously some memory is getting trashed, but has anyone seen this
before? I have the search field bound to a var in my NSController
subclass, but when I remove that binding (and do things the
old-fashioned way), it still crashes.
Is this an issue with search fields in modal dialogs?
thanks,
Josh
--
Josh Anon
Studio Tools, Pixar Animation Studios
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.