[Cyberduck-trac] [Cyberduck] #8270: Yosemite Console log

Cyberduck trac at trac.cyberduck.io
Tue Oct 21 12:16:36 UTC 2014


#8270: Yosemite Console log
----------------------------+------------------------------
 Reporter:  max76           |         Owner:
     Type:  enhancement     |        Status:  new
 Priority:  low             |     Milestone:
Component:  core            |       Version:  Nightly Build
 Severity:  minor           |    Resolution:
 Keywords:                  |  Architecture:  Intel
 Platform:  Mac OS X 10.10  |
----------------------------+------------------------------
Changes (by dkocher):

 * type:  defect => enhancement
 * milestone:  4.5.3 =>


Old description:

> Gestalt has been deprecated since 10.8 and therefore it will return the
> wrong version number on 10.10.
> On Yosemite, Gestalt returns 10.9 instead of 10.10.
>
> How to reproduce:
>
> 1. Install OSX 10.10 Yosemite
> 2. Start Cyberduck (any version)
> 3. Watch the console logs
>
> Starting Cyberduck on Yosemite OSX 10.10 leads to the following warnings
> in the console:
>
> Cyberduck Version 4.5.3 (15087)
>

> 21/10/14 13:41:34,762 Cyberduck[356]: WARNING: The Gestalt selector
> gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use
> NSProcessInfo's operatingSystemVersion property to get correct system
> version number.
> Call location:
> 21/10/14 13:41:34,763 Cyberduck[356]: 0   CarbonCore
> 0x00007fff90e5bdc3 ___Gestalt_SystemVersion_block_invoke + 113
> 21/10/14 13:41:34,763 Cyberduck[356]: 1   libdispatch.dylib
> 0x00007fff8cf20c13 _dispatch_client_callout + 8
> 21/10/14 13:41:34,763 Cyberduck[356]: 2   libdispatch.dylib
> 0x00007fff8cf20b26 dispatch_once_f + 117
> 21/10/14 13:41:34,763 Cyberduck[356]: 3   CarbonCore
> 0x00007fff90e044da _Gestalt_SystemVersion + 987
> 21/10/14 13:41:34,764 Cyberduck[356]: 4   CarbonCore
> 0x00007fff90e040c7 Gestalt + 144
> 21/10/14 13:41:34,764 Cyberduck[356]: 5   librococoa.dylib
> 0x000000010ecec89c UKGetSystemVersionComponents + 33
> 21/10/14 13:41:34,764 Cyberduck[356]: 6   librococoa.dylib
> 0x000000010ece84d7 -[UKCrashReporter checkForCrash] + 155
>
> Cyberduck Version 4.5.3 (15415)
>
> 21/10/14 13:53:57,436 Cyberduck[4499]: WARNING: The Gestalt selector
> gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use
> NSProcessInfo's operatingSystemVersion property to get correct system
> version number.
> Call location:
> 21/10/14 13:53:57,438 Cyberduck[4499]: 0   CarbonCore
> 0x00007fff90e5bdc3 ___Gestalt_SystemVersion_block_invoke + 113
> 21/10/14 13:53:57,438 Cyberduck[4499]: 1   libdispatch.dylib
> 0x00007fff8cf20c13 _dispatch_client_callout + 8
> 21/10/14 13:53:57,438 Cyberduck[4499]: 2   libdispatch.dylib
> 0x00007fff8cf20b26 dispatch_once_f + 117
> 21/10/14 13:53:57,438 Cyberduck[4499]: 3   CarbonCore
> 0x00007fff90e044da _Gestalt_SystemVersion + 987
> 21/10/14 13:53:57,438 Cyberduck[4499]: 4   CarbonCore
> 0x00007fff90e040c7 Gestalt + 144
> 21/10/14 13:53:57,438 Cyberduck[4499]: 5   librococoa.dylib
> 0x000000010e73fddb UKGetSystemVersionComponents + 33
> 21/10/14 13:53:57,438 Cyberduck[4499]: 6   librococoa.dylib
> 0x000000010e73b9df -[UKCrashReporter checkForCrash] + 135
>
> Application is working properly, but I think messages in console should
> be avoided.

New description:

 Gestalt has been deprecated since 10.8 and therefore it will return the
 wrong version number on 10.10.
 On Yosemite, Gestalt returns 10.9 instead of 10.10.

 How to reproduce:

  1. Install OSX 10.10 Yosemite
  2. Start Cyberduck (any version)
  3. Watch the console logs

 Starting Cyberduck on Yosemite OSX 10.10 leads to the following warnings
 in the console:

 Cyberduck Version 4.5.3 (15087)



 {{{
 21/10/14 13:41:34,762 Cyberduck[356]: WARNING: The Gestalt selector
 gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use
 NSProcessInfo's operatingSystemVersion property to get correct system
 version number.
 Call location:
 21/10/14 13:41:34,763 Cyberduck[356]: 0   CarbonCore
 0x00007fff90e5bdc3 ___Gestalt_SystemVersion_block_invoke + 113
 21/10/14 13:41:34,763 Cyberduck[356]: 1   libdispatch.dylib
 0x00007fff8cf20c13 _dispatch_client_callout + 8
 21/10/14 13:41:34,763 Cyberduck[356]: 2   libdispatch.dylib
 0x00007fff8cf20b26 dispatch_once_f + 117
 21/10/14 13:41:34,763 Cyberduck[356]: 3   CarbonCore
 0x00007fff90e044da _Gestalt_SystemVersion + 987
 21/10/14 13:41:34,764 Cyberduck[356]: 4   CarbonCore
 0x00007fff90e040c7 Gestalt + 144
 21/10/14 13:41:34,764 Cyberduck[356]: 5   librococoa.dylib
 0x000000010ecec89c UKGetSystemVersionComponents + 33
 21/10/14 13:41:34,764 Cyberduck[356]: 6   librococoa.dylib
 0x000000010ece84d7 -[UKCrashReporter checkForCrash] + 155
 }}}


 Cyberduck Version 4.5.3 (15415)


 {{{
 21/10/14 13:53:57,436 Cyberduck[4499]: WARNING: The Gestalt selector
 gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use
 NSProcessInfo's operatingSystemVersion property to get correct system
 version number.
 Call location:
 21/10/14 13:53:57,438 Cyberduck[4499]: 0   CarbonCore
 0x00007fff90e5bdc3 ___Gestalt_SystemVersion_block_invoke + 113
 21/10/14 13:53:57,438 Cyberduck[4499]: 1   libdispatch.dylib
 0x00007fff8cf20c13 _dispatch_client_callout + 8
 21/10/14 13:53:57,438 Cyberduck[4499]: 2   libdispatch.dylib
 0x00007fff8cf20b26 dispatch_once_f + 117
 21/10/14 13:53:57,438 Cyberduck[4499]: 3   CarbonCore
 0x00007fff90e044da _Gestalt_SystemVersion + 987
 21/10/14 13:53:57,438 Cyberduck[4499]: 4   CarbonCore
 0x00007fff90e040c7 Gestalt + 144
 21/10/14 13:53:57,438 Cyberduck[4499]: 5   librococoa.dylib
 0x000000010e73fddb UKGetSystemVersionComponents + 33
 21/10/14 13:53:57,438 Cyberduck[4499]: 6   librococoa.dylib
 0x000000010e73b9df -[UKCrashReporter checkForCrash] + 135
 }}}


 Application is working properly, but I think messages in console should be
 avoided.

--

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8270#comment:1>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list