• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
-[NSTabView mouseDown:] blows stack in Yosemite SDK
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

-[NSTabView mouseDown:] blows stack in Yosemite SDK


  • Subject: -[NSTabView mouseDown:] blows stack in Yosemite SDK
  • From: Jerry Krinock <email@hidden>
  • Date: Sun, 28 Sep 2014 21:48:54 -0700

I’m probably going to be on my own with this, but just in case anyone else has seen anything like it or has any ideas…

OS X app, builds and runs fine in 10.9 or 10.10, when built with the 10.9 SDK.

But when I set the project’s SDK build setting to “Latest OS X (10.10)”, build, run, and click anywhere in a document  window (that contains a tab view), the blows its stack.  See call stack below, prior to which I had clicked in the title bar.

Any ideas or similar experiences, let us know.  Possibly this is related to the addition of NSTabViewController in 10.10.

Jerry Krinock

…
#130958	0x00007fff96f9ad70 in forwardMethod ()
#130959	0x00007fff96f9ad70 in forwardMethod ()
#130960	0x00007fff974074ea in -[NSTabView mouseDown:] ()
#130961	0x00007fff96f9ad70 in forwardMethod ()
#130962	0x00007fff96f9ad70 in forwardMethod ()
#130963	0x00007fff96f9ad70 in forwardMethod ()
#130964	0x00007fff96f9ad70 in forwardMethod ()
#130965	0x00007fff96f9ad70 in forwardMethod ()
#130966	0x00007fff96f9ad70 in forwardMethod ()
#130967	0x00007fff974074ea in -[NSTabView mouseDown:] ()
#130968	0x00007fff96f9ad70 in forwardMethod ()
#130969	0x00007fff96f9ad70 in forwardMethod ()
#130970	0x00007fff96f9ad70 in forwardMethod ()
#130971	0x00007fff96f9ad70 in forwardMethod ()
#130972	0x00007fff96f9ad70 in forwardMethod ()
#130973	0x00007fff96f9ad70 in forwardMethod ()
#130974	0x00007fff974074ea in -[NSTabView mouseDown:] ()
#130975	0x00007fff96f9ad70 in forwardMethod ()
#130976	0x00007fff96f9ad70 in forwardMethod ()
#130977	0x00007fff96f9ad70 in forwardMethod ()
#130978	0x00007fff96f9ad70 in forwardMethod ()
#130979	0x00007fff96f9ad70 in forwardMethod ()
#130980	0x00007fff97078718 in -[NSTitledFrame mouseDown:] ()
#130981	0x00007fff9707857a in -[NSThemeFrame mouseDown:] ()
#130982	0x00007fff96f9ad70 in forwardMethod ()
#130983	0x00007fff96f9ad70 in forwardMethod ()
#130984	0x00007fff9772e567 in -[NSTitlebarView mouseDown:] ()
#130985	0x00007fff96f9ad70 in forwardMethod ()
#130986	0x00007fff9707851c in -[NSToolbarView mouseDown:] ()
#130987	0x00007fff96f9ad70 in forwardMethod ()
#130988	0x00007fff96f9ad70 in forwardMethod ()
#130989	0x00007fff970777fc in -[NSToolbarItemViewer mouseDown:] ()
#130990	0x00007fff96f9ad70 in forwardMethod ()
#130991	0x00007fff9751058f in -[NSWindow _reallySendEvent:] ()
#130992	0x00007fff96f9c1bc in -[NSWindow sendEvent:] ()
#130993	0x000000010014ae90 in -[SSYHintableWindow sendEvent:] at /Users/jk/Documents/Programming/ClassesObjC/SSYHintableWindow.m:9
#130994	0x00007fff96f4dd66 in -[NSApplication sendEvent:] ()
#130995	0x00007fff96ddada8 in -[NSApplication run] ()
#130996	0x00007fff96dc61b4 in NSApplicationMain ()
#130997	0x0000000100001f5f in main at /Users/jk/Documents/Programming/Projects/MyProj/main.m:83
#130998	0x0000000100001de4 in start ()


The only stack entry in *my* code is at #130993, but it looks like my code executes OK; the problem occurs when it invokes super.

@implementation SSYHintableWindow

- (void)sendEvent:(NSEvent *)event {
	[SSYHintArrow removeIfEvent:event] ;
	[super sendEvent:event] ;
}

@end
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: -[NSTabView mouseDown:] blows stack in Yosemite SDK
      • From: Kyle Sluder <email@hidden>
  • Prev by Date: Showing keyboard on SKScene - Swift
  • Next by Date: Re: -[NSTabView mouseDown:] blows stack in Yosemite SDK
  • Previous by thread: Showing keyboard on SKScene - Swift
  • Next by thread: Re: -[NSTabView mouseDown:] blows stack in Yosemite SDK
  • Index(es):
    • Date
    • Thread