Anyone seen [NSCursor set] crash by calling abort()?
Anyone seen [NSCursor set] crash by calling abort()?
- Subject: Anyone seen [NSCursor set] crash by calling abort()?
- From: Sean McBride <email@hidden>
- Date: Thu, 11 Apr 2013 14:57:54 -0400
- Organization: Rogue Research Inc.
Hi all,
I have an executable which runs fine on 10.7.5, but when run in 10.8.3 crashes as below. This repros 100% on several machines. The cursor is created plainly: [NSCursor pointingHandCursor], it happens with [NSCursor crosshairCursor] too, but not with IBeamCursor nor arrowCursor!
Any ideas? I'm baffled...
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8e29f212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff88f6eb54 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff88fb2dce abort + 143
3 com.apple.CoreGraphics 0x00007fff920db242 CGSConnectionByID + 232
4 com.apple.CoreGraphics 0x00007fff9213b079 CGSSetRegisteredCursor + 50
5 com.apple.HIServices 0x00007fff8c7f39e4 CoreCursorSetAndReturnSeed + 113
6 com.apple.AppKit 0x00007fff91688fc3 -[NSCursor _reallySet] + 182
7 com.apple.AppKit 0x00007fff91688ed9 -[NSCursor set] + 50
8 <stuff>
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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