Windows error 0x00000195, 405

Detailed Error Information

SMB_SERVER_LIVEDUMP[1]

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

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 Code405 (0x0195)

Questions

2votes
0answers

Protobuf-net serializer used in Unity gives Invalid IL code IL_0035: call 0x06000001

Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
c#
unity3d
protobuf-net
1vote
1answer

how to get information from ARM register when system crash

Pre-condition: I use ARM11 processor, armcc-4.1 compiler, threadx OS, T32 for debugger My target processor is ARM11 and sometimes after the system go to crash, the OS will provide some stack information, for some crash, it shows like: [20:44:54.6] Trap Class: 0xAAAA (HW DATAABORT TRAP) [20:44:54.6] System Stack: [20:44:54.6] 0x600DB570 [...] read more
arm
stack-trace
trace

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