[GH-ISSUE #388] Issues with launching Clipy - Realm SDK issue #237

Open
opened 2026-03-03 01:11:07 +03:00 by kerem · 0 comments
Owner

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

Clipy seems to have mysteriously stopped working on my computer (MacOS 10.14.6 )18G2022

When I try launching clippy from the terminal by going to /Applications/Clippy.app/Contents/MacOS/ and running ./Clipy this is the error I get:

(base) shaunakde@Shaunaks-MacBook-Pro:/Applications/Clipy.app/Contents/MacOS$ ./Clipy 
/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
Originally created by @whoisshaunakde on GitHub (Feb 6, 2020). Original GitHub issue: https://github.com/Clipy/Clipy/issues/388 Clipy seems to have mysteriously stopped working on my computer (MacOS 10.14.6 )18G2022 When I try launching clippy from the terminal by going to `/Applications/Clippy.app/Contents/MacOS/` and running `./Clipy` this is the error I get: ``` (base) shaunakde@Shaunaks-MacBook-Pro:/Applications/Clipy.app/Contents/MacOS$ ./Clipy /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 ```
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#237
No description provided.