> On 22 Dec 2018, at 00:08, k claffy <[email protected]> wrote: > > > > > hi > > i'm getting in my syslog file, with a failure to launch Skim: > > Dec 21 14:59:48 kc-3 Skim[1919]: DEPRECATED USE in libdispatch client: > dispatch source activated with no event handler set; set a breakpoint on > _dispatch_bug_deprecated to debug > > i found a post on the apple developer forum about this, > which matches my symptoms (i.e., it's not just Skim triggering > this log entry, but since Skim won't launch, i wonder if this > issue has something to dow ith it): > > https://forums.developer.apple.com/thread/110501 > > but this thread has no reply. > > any advice? > > many thanks, > k
I cannot imagine anything like that would prevent Skim from launching. Deprecated use of anything is not an error, it does not stop anything from working, it only throws warnings. Apart from this, this warning does not make any sense to me. I expect it is a bug in the system. We use only one dispatch_source in Skim, and we do set the event handlers for it. (Apart from that the documentation is very clear that the event handlers can be null, so even if we didn’t that would not be wrong). Christiaan
_______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
