Windows error 0x80090000, -2146893824

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[1][2]
DescriptionThe source of the error code is the Security API layer.[1][2]
Error Code0 (0x0000)

Questions

3votes
2answers

why TI starterware examples do not clear correctly BSS segment when compiled using CodeSourcery gcc

I ran into severe troubles with beaglebone running TI AM3359arm. I'm using code sourcery to compile code. I tried to compile one of the examples, called enet_lwip, which uses lightweight IP (lwip) to provide http server. The application crashes at certain point. By debugging I have found, that it is [...] read more
gcc
arm
codesourcery
0votes
1answer

Memory overlap in DS-5 when implementing code for arm Cortex-A9

I am already stuck for many days trying to implement a code in DS-5, targeting Cortex-A9 and using NEON SIMD intrinsics. I managed to execute some small programs through the debugger, but when I am trying to allocate memory bigger than 256KB I always get a message > Description Resource [...] read more
c
arm
neon
ds-5

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0