Skip to content

Assert-failures surface in shell console. #120

@kodecharlie

Description

@kodecharlie

I wanted to capture this issue in case it represents a real problem, but it may simply have something to do with the my operating environment. Here are some details:

  • macOS Mojave 10.14.4
  • java 8 (as shown below)
$ java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

Shell console looks like this:

$ java -jar pkg/BioAssayTemplate.jar 
objc[4242]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff99a2a3c8) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x12df55f50). One of the two will be used. Which one is undefined.
2019-04-11 16:00:00.276 java[4242:136938] unrecognized type is 4294967295
2019-04-11 16:00:00.276 java[4242:136938] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.40.119/AppKit.subproj/NSEvent.m:1977
2019-04-11 16:00:07.549 java[4242:136938] unrecognized type is 4294967295
2019-04-11 16:00:07.549 java[4242:136938] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.40.119/AppKit.subproj/NSEvent.m:1977
2019-04-11 16:00:16.020 java[4242:136938] unrecognized type is 4294967295
2019-04-11 16:00:16.020 java[4242:136938] *** Assertion failure in -[NSEvent _initWithCGEvent:eventRef:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1671.40.119/AppKit.subproj/NSEvent.m:1977

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions