Skip navigation.
 
mlruntime error using NSArray with NSButton
FROM : Mike McCune
DATE : Thu Dec 05 21:43:14 2002

hi all, I'm trying to create an NSArray with the method
arrayWithObjects, the objects are a mix of NSTextFields and NSButtons.
I'm doing the creation in awakeFromNib. When the program runs it exits
after start with signal(11) SIGSEGV.  After debugging for awhile I
narrowed it down to the NSButtons that are being added to the NSArray.
I created a second NSArray and tried to add the NSButtons to just that
array, but same thing program exits with (11).

Anybody have any ideas? I'm using Obj-C and the latest edition of the
devtools with the july and october patches installed.

thanks,

Mike McCune
OPB Studios
<email_removed>
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlruntime error using NSArray with NSButton Mike McCune Dec 5, 21:43
mlRe: runtime error using NSArray with NSButton Matthew Lehrian Dec 6, 00:25
mlRe: runtime error using NSArray with NSButton Henri Lamiraux Dec 6, 00:37
mlRe: runtime error using NSArray with NSButton Sherm Pendley Dec 6, 00:44
mlRe: runtime error using NSArray with NSButton crucial felix Dec 6, 05:02
mlRe: runtime error using NSArray with NSButton Vince DeMarco Dec 6, 08:17