Windows error 0x000020ED, 8429

Detailed Error Information

DS_HIERARCHY_TABLE_MALLOC_FAILED[1]

MessageThe allocation of the hierarchy table failed.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800720ED.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code8429 (0x20ed)

Questions

2votes
2answers

EXC_BAD_ACCESS with NSFetchedResultsController

Trying to track down this error I get when I have NSZombieEnabled. I get an EXC_BAD_ACCESS when the fetched results controllers attempts to execute a fetch. Debugger says: -[CFNumber retain]: message sent to deallocated instance 0x6e88d10 Backtrace says: #0 0x014bbe1e in ___forwarding___ () #1 0x014bbce2 in __forwarding_prep_0___ () #2 0x0145c490 [...] read more
iphone
ios
core-data
memory-management
nsfetchedresultscontroller
1vote
2answers

'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[3]'

I have two UITextFields in my storyboard that are meant to take in a number that the user inputs, a minPrice and maxPrice. When I click submit in the simulator, the app crashes and I receive the following error: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: [...] read more
ios
objective-c
uitextfield

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0