This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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
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
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
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
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
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
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