You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#feed.rbclassFeed < CDQManagedObject
...
defimport_from_object(object,opts={})cdq.background(opts)doself.MR_importFromObject(object,inContext: cdq.contexts.current)feed=Feed.where(feed_id: object['id']).firstiffeedcard_ids=object['cards'].valueForKey('id')predicate=NSPredicate.predicateWithFormat('card_id IN %@',card_ids)feed.cards.filterUsingPredicate(predicate)# bug seems to be related to this lineendendcdq.save(always_wait: true)cdq.contexts.on(:main){cdq.save}end
...
end
NameError: name 'run_one_line' is not defined
error: Ditch Parsing a die that is being parsed die: 0x00199c6c: DW_TAG_array_type (null)
error: Ditch Parsing a die that is being parsed die: 0x00199c6c: DW_TAG_array_type (null)
error: Ditch Parsing a die that is being parsed die: 0x00199c6c: DW_TAG_array_type (null)
Process 51705 resuming
Process 51705 stopped
* thread #8: tid = 0x1936f8f, 0x00000001012549d0 Ditch`RoxorCore::method_node_get(objc_method*, bool) + 160, queue = 'NSManagedObjectContext 0x11af4a200', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
frame #0: 0x00000001012549d0 Ditch`RoxorCore::method_node_get(objc_method*, bool) + 160
Ditch`RoxorCore::method_node_get:
-> 0x1012549d0 <+160>: movq (%rcx), %rcx
0x1012549d3 <+163>: testq %rcx, %rcx
0x1012549d6 <+166>: je 0x101254a10 ; <+224>
0x1012549d8 <+168>: movq 0x8(%rcx), %rax
So I keep getting random crashes when importing data using
cdq
andmagicalrecord
.MagicalRecord
imports the data without any problems but then the app randomly crashes on this line https://github.com/infinitered/cdq/blob/master/motion/cdq/relationship_query.rb#L60. My code and console logs are below.Running rake command with NSZombieEnabled
$ bundle exec rake debug=1 NSZombieEnabled=YES MallocStackLogging=1
Logs
The text was updated successfully, but these errors were encountered: