Windows error 0x00000123, 291

Detailed Error Information

CRYPTO_SELF_TEST_FAILURE[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x123: CRYPTO_SELF_TEST_FAILURE.

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][3]
DescriptionThe default facility code.[2][3]
Error Code291 (0x0123)

Questions

3votes
1answer

Google Maps APIv2 Issue

I have this error in android console: 08-25 21:27:10.446 11891-11924/com.example.mamnay.map D/Volley﹕ [555] a.a: HTTP response for request=<[ ] https://clients4.google.com/glm/mmap/api 0x99e6744e NORMAL 2> [lifetime=5900], [size=231188], [rc=200], [retryCount=0] 08-25 21:27:10.456 11891-11891/com.example.mamnay.map D/Volley﹕ [1] p.b: 5910 ms: [ ] https://clients4.google.com/glm/mmap/api 0x99e6744e NORMAL 2 08-25 21:27:10.626 11891-11942/com.example.mamnay.map E/PGA﹕ [11942] Connection closed by host (err [...] read more
android
api
google-maps
2votes
1answer

Best way to avoid cast integer to pointer when dealing with memory access (MISRA 2008)

I have a bare-metal program(driver) which reads/writes some memory-mapped registers. e.g: void foo_read(uint64_t reg_base, uint32_t *out_value) { *out = READREG(reg_base + FOO_REG_OFFSET); } * reg_base is the base address of the memory-mapped device (64-bit address) * FOO_REG_OFFSET is the offset of the register (#define FOO_REG_OFFSET 0x00000123). Register "foo" is 32-bit [...] read more
c
casting
embedded
bare-metal
misra
1vote
0answers

What is the IPP message to be POSTed to a printer in order to get its attributes and more?

I'm working on stm32 and trying to get a printer attributes through TCP, I'm reading the IPP documentation and get to find the right message to send A client TCP socket is created and is connected to port 631 of my printer address Then a send a message with the [...] read more
printing
tcp
protocols
printers

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0