gdb call (NSRect)[nswindow frameRect...] crashes
gdb call (NSRect)[nswindow frameRect...] crashes
- Subject: gdb call (NSRect)[nswindow frameRect...] crashes
- From: Seth Delackner <email@hidden>
- Date: Thu, 1 May 2003 20:03:29 +0000
- Mail-followup-to: email@hidden
What am I doing wrong?
(gdb) po $w
<NSWindow: 0x435bc20>
(gdb) p $s
$6 = 14
(gdb) call (NSRect)[$w frameRectForContentRect: (NSRect)sizes[0] styleMask: $s]
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x9068bc04 in objc_msgSend_stret ()
_______________________________________________
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.