[GH-ISSUE #223] array.cpp:561: [realm-core-2.8.6] Assertion failed: ndx < m_size [500, 113] #117

Open
opened 2026-03-03 01:10:13 +03:00 by kerem · 1 comment
Owner

Originally created by @raarts on GitHub (Oct 7, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/223

Clipy crashes when I start it. OSX High Sierra.

Here's the full output. Willing to provide more data.

MacBook-Pro:~ raarts$ /Applications/Clipy.app/Contents/MacOS/Clipy
2017-10-07 10:38:11.370 Clipy[2704:39802] [Crashlytics] Version 3.8.6 (124)
2017-10-07 10:38:11.412 Clipy[2704:39833] [Crashlytics:Crash:Reports] Packaged report with id 'b0ccb91d79f943c191e8739c446b4b7b' for submission
array.cpp:561: [realm-core-2.8.6] Assertion failed: ndx < m_size [500, 113]
0   Realm                               0x000000010b1d02d8 _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 40
1   Realm                               0x000000010b1d0665 _ZN5realm4util9terminateEPKcS2_lOSt16initializer_listINS0_9PrintableEE + 517
2   Realm                               0x000000010b1d5bb7 _ZN5realm4util9terminateIJmhEEEvPKcS3_lDpT_ + 55
3   Realm                               0x000000010b1d9116 _ZN5realm5Array3setEmx + 198
4   Realm                               0x000000010b37b9bc _ZN5realm5Table3setIbEEvmmT_b + 540
5   Realm                               0x000000010b07f7da _ZN5realm6Object23set_property_value_implIU8__strongP11objc_object18RLMAccessorContextEEvRT0_RKNS_8PropertyET_bb + 868
6   Realm                               0x000000010b09bac2 _ZN5realm6Object6createIU8__strongP11objc_object18RLMAccessorContextEES0_RT0_RKNSt3__110shared_ptrINS_5RealmEEERKNS_12ObjectSchemaET_bPNS_8BasicRowINS_5TableEEE + 1266
7   Realm                               0x000000010b09b4be RLMAddObjectToRealm + 381
8   RealmSwift                          0x000000010b755890 _TFC10RealmSwift5Realm3addfTCS_6Object6updateSb_T_ + 672
9   Clipy                               0x000000010ae299b5 Clipy + 158133
10  RealmSwift                          0x000000010b7553ff _TFC10RealmSwift5Realm5writefzFzT_T_T_ + 63
11  Clipy                               0x000000010ae29920 Clipy + 157984
12  Clipy                               0x000000010ae2930d Clipy + 156429
13  libdispatch.dylib                   0x00007fff54edb7a2 _dispatch_call_block_and_release + 12
14  libdispatch.dylib                   0x00007fff54ed3f64 _dispatch_client_callout + 8
15  libdispatch.dylib                   0x00007fff54edf545 _dispatch_main_queue_callback_4CF + 1148
16  CoreFoundation                      0x00007fff2d9e8869 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
17  CoreFoundation                      0x00007fff2d9aaaea __CFRunLoopRun + 2586
18  CoreFoundation                      0x00007fff2d9a9e43 CFRunLoopRunSpecific + 483
19  HIToolbox                           0x00007fff2ccc9866 RunCurrentEventLoopInMode + 286
20  HIToolbox                           0x00007fff2ccc95d6 ReceiveNextEventCommon + 613
21  HIToolbox                           0x00007fff2ccc9354 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22  AppKit                              0x00007fff2afc69f7 _DPSNextEvent + 2085
23  AppKit                              0x00007fff2b75bd98 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
24  AppKit                              0x00007fff2afbb805 -[NSApplication run] + 764
25  AppKit                              0x00007fff2af8a9a6 NSApplicationMain + 804
26  Clipy                               0x000000010ae05909 Clipy + 10505
27  libdyld.dylib                       0x00007fff54f0d145 start + 1
28  ???                                 0x0000000000000001 0x0 + 1
IMPORTANT: if you see this error, please send this log to help@realm.io.Abort trap: 6
Originally created by @raarts on GitHub (Oct 7, 2017). Original GitHub issue: https://github.com/Clipy/Clipy/issues/223 Clipy crashes when I start it. OSX High Sierra. Here's the full output. Willing to provide more data. ``` MacBook-Pro:~ raarts$ /Applications/Clipy.app/Contents/MacOS/Clipy 2017-10-07 10:38:11.370 Clipy[2704:39802] [Crashlytics] Version 3.8.6 (124) 2017-10-07 10:38:11.412 Clipy[2704:39833] [Crashlytics:Crash:Reports] Packaged report with id 'b0ccb91d79f943c191e8739c446b4b7b' for submission array.cpp:561: [realm-core-2.8.6] Assertion failed: ndx < m_size [500, 113] 0 Realm 0x000000010b1d02d8 _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 40 1 Realm 0x000000010b1d0665 _ZN5realm4util9terminateEPKcS2_lOSt16initializer_listINS0_9PrintableEE + 517 2 Realm 0x000000010b1d5bb7 _ZN5realm4util9terminateIJmhEEEvPKcS3_lDpT_ + 55 3 Realm 0x000000010b1d9116 _ZN5realm5Array3setEmx + 198 4 Realm 0x000000010b37b9bc _ZN5realm5Table3setIbEEvmmT_b + 540 5 Realm 0x000000010b07f7da _ZN5realm6Object23set_property_value_implIU8__strongP11objc_object18RLMAccessorContextEEvRT0_RKNS_8PropertyET_bb + 868 6 Realm 0x000000010b09bac2 _ZN5realm6Object6createIU8__strongP11objc_object18RLMAccessorContextEES0_RT0_RKNSt3__110shared_ptrINS_5RealmEEERKNS_12ObjectSchemaET_bPNS_8BasicRowINS_5TableEEE + 1266 7 Realm 0x000000010b09b4be RLMAddObjectToRealm + 381 8 RealmSwift 0x000000010b755890 _TFC10RealmSwift5Realm3addfTCS_6Object6updateSb_T_ + 672 9 Clipy 0x000000010ae299b5 Clipy + 158133 10 RealmSwift 0x000000010b7553ff _TFC10RealmSwift5Realm5writefzFzT_T_T_ + 63 11 Clipy 0x000000010ae29920 Clipy + 157984 12 Clipy 0x000000010ae2930d Clipy + 156429 13 libdispatch.dylib 0x00007fff54edb7a2 _dispatch_call_block_and_release + 12 14 libdispatch.dylib 0x00007fff54ed3f64 _dispatch_client_callout + 8 15 libdispatch.dylib 0x00007fff54edf545 _dispatch_main_queue_callback_4CF + 1148 16 CoreFoundation 0x00007fff2d9e8869 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 17 CoreFoundation 0x00007fff2d9aaaea __CFRunLoopRun + 2586 18 CoreFoundation 0x00007fff2d9a9e43 CFRunLoopRunSpecific + 483 19 HIToolbox 0x00007fff2ccc9866 RunCurrentEventLoopInMode + 286 20 HIToolbox 0x00007fff2ccc95d6 ReceiveNextEventCommon + 613 21 HIToolbox 0x00007fff2ccc9354 _BlockUntilNextEventMatchingListInModeWithFilter + 64 22 AppKit 0x00007fff2afc69f7 _DPSNextEvent + 2085 23 AppKit 0x00007fff2b75bd98 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044 24 AppKit 0x00007fff2afbb805 -[NSApplication run] + 764 25 AppKit 0x00007fff2af8a9a6 NSApplicationMain + 804 26 Clipy 0x000000010ae05909 Clipy + 10505 27 libdyld.dylib 0x00007fff54f0d145 start + 1 28 ??? 0x0000000000000001 0x0 + 1 IMPORTANT: if you see this error, please send this log to help@realm.io.Abort trap: 6 ```
Author
Owner

@os-mnemo commented on GitHub (Feb 5, 2018):

same here

<!-- gh-comment-id:363116520 --> @os-mnemo commented on GitHub (Feb 5, 2018): same here
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#117
No description provided.