Re: SIGSEGV/SIGBUS in java cocoa app using NSComboBox and NSTableView
Re: SIGSEGV/SIGBUS in java cocoa app using NSComboBox and NSTableView
- Subject: Re: SIGSEGV/SIGBUS in java cocoa app using NSComboBox and NSTableView
- From: "Nick Emery" <email@hidden>
- Date: Fri, 18 May 2001 17:22:15 +0100
- Organization: Peramon technology Ltd
thanks for everyone's help on this problem. it turns out that all my main windows were
being garbage collected by the jvm, and then the appkit was getting somewhat upset.
i don't know whether i missed the text in the documentation that says that you must
keep references to object that you use in the appkit in th jvm, BUT IT SHOULD BE
MADE VERY LARGE AND VERY EYE CATCHING.
--nikki