Windows error 0x000000B8, 184

Detailed Error Information

ATTEMPTED_SWITCH_FROM_DPC[1]

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

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 Code184 (0x00b8)

Questions

3votes
1answer

VirtualChannelInit stucks

I'm developing an rdp virtual channel application. I've registered client side dll in registry and trying to understand, that client dll is loaded. But I'm getting stuck when calling pVirtualChannelInit from pEntryPoints. It just doesn't return any result, debugger goes to disassemled code on this function. But if do not [...] read more
c++
windows
rdp
virtual-channel
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
0answers

Identify Cause of NULL_CLASS_PTR_READ_c0000005 on combase!CStdMarshal::UnmarshalIPID in PowerBuilder 10 App

What are some alternate steps that could be used to identify the root cause of this access violation read crash. I don't have access to source code or the customer env so need to specify steps to collect required information. The issue only occurs when 3rd party firewall software is [...] read more
debugging
com
powerbuilder
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
0answers

Skobbler mapview causes a native lib error when deleting an overlay during map actions

For our app I have to add/remove a polyline. First it was running quite well, but then, looking randomly, the app exits with: 11-12 10:12:17.780: D/SKMaps(10210): SKMapSurfaceView---- Add polyline 11-12 10:12:17.780: A/libc(10210): Fatal signal 11 (SIGSEGV) at 0x000000b8 (code=1), thread 10376 (Thread-1347) or sometimes this: 11-12 10:35:56.176: D/SKMaps(4398): SKMapSurfaceView---- Add [...] read more
android
skmaps
1vote
2answers

parsing assembly code in perl

0000000000033a1b subq $0x28,%rsp I am having trouble extracting 0x28 from the above line. I am able to extract subq from a big list of assembly code but i only want 0x28 since this gives me the stack size. I was thinking of using substr() function buy there are variations to [...] read more
perl
parsing
0votes
0answers

Blue Screen Error 0x000000b8

I just bought a DELL Inspiron 5408 7 Days ago. I was watching a TV series (Full HD) on VLC Media Player. Suddenly in the middle of an episode, my laptop froze and blue-screen appeared. Details: Bug check code 0x000000b8 Bug check parameters 0xffffad85a2132140, 0xffffad85c3040080, 0x0000000000000000, 0x0000000000000000 I scanned the [...] read more
windows-10
bsod
troubleshooting
windows-error-reporting
0votes
0answers

How to debug bluetooth stack on windows, what tools to use

Question: How to debug Windows10 Bluetooth stack? what tools to use? Setup: embedded Linux board connected via bluetooth to Windows10 machine Connection: The Linux board is connecting to Windows10 machine using bluetooth bnep service, it works well. Issue: It works well until Linux board is rebooted, then when Linux board [...] read more
linux
bluetooth
windows-10
bluez
0votes
1answer

obexftp -l fails, return code 81

I am currently attempting to use obex tools to browse (and later mount) the file system of an Android device (7.1.1). When I try to list using obexftp -l, it simply returns nothing. I have tried almost every possible combination of file parameters after -l, but still get the same [...] read more
android
linux
bluetooth
obex
obexftp

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