[GH-ISSUE #387] cannot use in macOS 10.15 #232

Open
opened 2026-03-03 01:11:05 +03:00 by kerem · 7 comments
Owner

Originally created by @Fangyh09 on GitHub (Feb 6, 2020).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/387

Hello, it cannot use in macOS 10.15.

Originally created by @Fangyh09 on GitHub (Feb 6, 2020). Original GitHub issue: https://github.com/Clipy/Clipy/issues/387 Hello, it cannot use in macOS 10.15.
Author
Owner

@whoisshaunakde commented on GitHub (Feb 6, 2020):

I am running 10.14.6 and suddenly Clipy seems to have stopped working.

I did some debugging by running Clipy on the terminal and found this error:

/Users/realm/workspace/m_realm-core_release_5.10.2-JLYB4463STYEHDZYG5MCNCHSR6P7KGQAINRPSTQDTS37Q72ZT66Q/src/realm/group_writer.cpp:597: [realm-core-5.10.2] Assertion failed: prev_ref + prev_size <= ref with (prev_ref, prev_size, ref, i, limit) =  [0, 4096, 0, 1, 16]
0   Realm                               0x0000000103be606c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28
1   Realm                               0x0000000103be6640 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 592
2   Realm                               0x0000000103ae1cad _ZN5realm4util19terminate_with_infoIJRmS2_S2_S2_S2_EEEvPKciS4_S4_DpOT_ + 125
3   Realm                               0x0000000103ae1af1 _ZN5realm11GroupWriter17recreate_freelistEm + 1057
4   Realm                               0x0000000103ae0d0c _ZN5realm11GroupWriter11write_groupEv + 940
5   Realm                               0x0000000103adcdef _ZN5realm11SharedGroup16low_level_commitEy + 351
6   Realm                               0x0000000103adc8ec _ZN5realm11SharedGroup9do_commitEv + 76
7   Realm                               0x0000000103add176 _ZN5realm11SharedGroup27commit_and_continue_as_readEv + 38
8   Realm                               0x000000010390a747 _ZN5realm5_impl16RealmCoordinator12commit_writeERNS_5RealmE + 51
9   Realm                               0x00000001039d370d _ZN5realm5Realm18commit_transactionEv + 65
10  Realm                               0x00000001039d3056 _ZN5realm5Realm13update_schemaENS_6SchemaEyNSt3__18functionIFvNS2_10shared_ptrIS0_EES5_RS1_EEENS3_IFvS5_EEEb + 1410
11  Realm                               0x000000010399fb08 +[RLMRealm realmWithConfiguration:error:] + 1560
12  RealmSwift                          0x00000001040957d1 _T010RealmSwift0A0CACyKcfc + 97
13  RealmSwift                          0x0000000104095766 _T010RealmSwift0A0CACyKcfC + 38
14  Clipy                               0x00000001036f62ed Clipy + 353005
15  Clipy                               0x00000001036b9a62 Clipy + 105058
16  CoreFoundation                      0x00007fff31b91237 -[NSSet makeObjectsPerformSelector:] + 236
17  AppKit                              0x00007fff2f116c00 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1597
18  AppKit                              0x00007fff2f114a60 loadNib + 401
19  AppKit                              0x00007fff2f113f40 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 696
20  AppKit                              0x00007fff2f113b85 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 204
21  AppKit                              0x00007fff2f113947 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 446
22  AppKit                              0x00007fff2f1079b5 NSApplicationMain + 502
23  Clipy                               0x00000001036a2ca9 Clipy + 11433
24  libdyld.dylib                       0x00007fff5dab13d5 start + 1!!! IMPORTANT: Please send this log and info about Realm SDK version and other relevant reproduction info to help@realm.io.Abort trap: 6
<!-- gh-comment-id:583049911 --> @whoisshaunakde commented on GitHub (Feb 6, 2020): I am running `10.14.6` and suddenly Clipy seems to have stopped working. I did some debugging by running Clipy on the terminal and found this error: ``` /Users/realm/workspace/m_realm-core_release_5.10.2-JLYB4463STYEHDZYG5MCNCHSR6P7KGQAINRPSTQDTS37Q72ZT66Q/src/realm/group_writer.cpp:597: [realm-core-5.10.2] Assertion failed: prev_ref + prev_size <= ref with (prev_ref, prev_size, ref, i, limit) = [0, 4096, 0, 1, 16] 0 Realm 0x0000000103be606c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 Realm 0x0000000103be6640 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 592 2 Realm 0x0000000103ae1cad _ZN5realm4util19terminate_with_infoIJRmS2_S2_S2_S2_EEEvPKciS4_S4_DpOT_ + 125 3 Realm 0x0000000103ae1af1 _ZN5realm11GroupWriter17recreate_freelistEm + 1057 4 Realm 0x0000000103ae0d0c _ZN5realm11GroupWriter11write_groupEv + 940 5 Realm 0x0000000103adcdef _ZN5realm11SharedGroup16low_level_commitEy + 351 6 Realm 0x0000000103adc8ec _ZN5realm11SharedGroup9do_commitEv + 76 7 Realm 0x0000000103add176 _ZN5realm11SharedGroup27commit_and_continue_as_readEv + 38 8 Realm 0x000000010390a747 _ZN5realm5_impl16RealmCoordinator12commit_writeERNS_5RealmE + 51 9 Realm 0x00000001039d370d _ZN5realm5Realm18commit_transactionEv + 65 10 Realm 0x00000001039d3056 _ZN5realm5Realm13update_schemaENS_6SchemaEyNSt3__18functionIFvNS2_10shared_ptrIS0_EES5_RS1_EEENS3_IFvS5_EEEb + 1410 11 Realm 0x000000010399fb08 +[RLMRealm realmWithConfiguration:error:] + 1560 12 RealmSwift 0x00000001040957d1 _T010RealmSwift0A0CACyKcfc + 97 13 RealmSwift 0x0000000104095766 _T010RealmSwift0A0CACyKcfC + 38 14 Clipy 0x00000001036f62ed Clipy + 353005 15 Clipy 0x00000001036b9a62 Clipy + 105058 16 CoreFoundation 0x00007fff31b91237 -[NSSet makeObjectsPerformSelector:] + 236 17 AppKit 0x00007fff2f116c00 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1597 18 AppKit 0x00007fff2f114a60 loadNib + 401 19 AppKit 0x00007fff2f113f40 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 696 20 AppKit 0x00007fff2f113b85 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 204 21 AppKit 0x00007fff2f113947 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 446 22 AppKit 0x00007fff2f1079b5 NSApplicationMain + 502 23 Clipy 0x00000001036a2ca9 Clipy + 11433 24 libdyld.dylib 0x00007fff5dab13d5 start + 1!!! IMPORTANT: Please send this log and info about Realm SDK version and other relevant reproduction info to help@realm.io.Abort trap: 6 ```
Author
Owner

@fschwind commented on GitHub (Apr 2, 2020):

It also crashes on 10.15.4

<!-- gh-comment-id:607690478 --> @fschwind commented on GitHub (Apr 2, 2020): It also crashes on 10.15.4
Author
Owner

@tensaigrfx commented on GitHub (Apr 21, 2020):

macos Catalina says it is not usable due to verification issues of the Developer. Hence other software similar to clipy are sold in the App-Store, Apples new policy is not acceptable.

<!-- gh-comment-id:616905414 --> @tensaigrfx commented on GitHub (Apr 21, 2020): macos Catalina says it is not usable due to verification issues of the Developer. Hence other software similar to clipy are sold in the App-Store, Apples new policy is not acceptable.
Author
Owner

@macoo10 commented on GitHub (May 24, 2020):

Someone has found a solution? I am not able to past on version 10.15. If not, any recommendation for an alternative tool?

<!-- gh-comment-id:633159515 --> @macoo10 commented on GitHub (May 24, 2020): Someone has found a solution? I am not able to past on version 10.15. If not, any recommendation for an alternative tool?
Author
Owner

@elleryq commented on GitHub (May 29, 2020):

I can use clipy in MacOS 15.5, there is no issues.
I installed clipy using homebrew.

<!-- gh-comment-id:635714168 --> @elleryq commented on GitHub (May 29, 2020): I can use clipy in MacOS 15.5, there is no issues. I installed clipy using homebrew.
Author
Owner

@tvdhout commented on GitHub (Jun 3, 2020):

Works fine for me in Catalina 10.15.5, installed with the package downloaded from the website

<!-- gh-comment-id:638203048 --> @tvdhout commented on GitHub (Jun 3, 2020): Works fine for me in Catalina 10.15.5, installed with the package downloaded from the website
Author
Owner

@uthiel commented on GitHub (Jun 29, 2020):

Works on 11.0 Beta (20A4299v)

<!-- gh-comment-id:650862588 --> @uthiel commented on GitHub (Jun 29, 2020): Works on 11.0 Beta (20A4299v)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#232
No description provided.