Weird problem with documents
Weird problem with documents
- Subject: Weird problem with documents
- From: Donald Brown <email@hidden>
- Date: Fri, 12 Jul 2002 13:41:16 -0500
My app just started doing something strange, and I was hoping someone had an
idea.
It's working just fine if you open it, use the document that is auto-opened,
then quit. But, if you close the document, and then try to open another
document (by open command, open recent item, choose new, or click on the
icon in the doc), an error is generated:
2002-07-12 13:32:11.901 InTouch With[876] *** -[NSCFArray addObject:]:
attempt to insert nil
This occurs before my document's windowControllerDidLoadNib routine is
called, even before windowNibName is called.
If I leave the first document open, and open another one, it opens, but if I
close both windows, I get a SIGBUS in NSAutoreleasePool release. (Same if I
quit.)
I'm guessing I'm releasing something that shouldn't be, but does anyone have
any idea where to start looking? The error when opening a new file is the
one that totally throws me.
Donald
--
Donald Brown
email@hidden
http://www.eamontales.com
We have met the enemy and he is us - Pogo
_______________________________________________
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.