Windows error 0x00000133, 307

Detailed Error Information

INVALID_LOCK_RANGE[1]

MessageA requested file lock operation cannot be processed due to an invalid byte range.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070133.

DPC_WATCHDOG_VIOLATION[2]

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

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code307 (0x0133)

Questions

11votes
1answer

Can I change the update descriptions in WSUS?

On each Microsoft patch day, I have a pretty large amount of new updates I want to approve to my clients. But instead of 'Approve all updates and continue', I gather information on each update at its Knowledge Base article to decide, if this is an important update for us [...] read more
powershell
windows-server-2012-r2
wsus
windows-update
4votes
7answers

Android - view.Surface OutOfResourcesException

My Android app seems to not be releasing its views when I move around inside of it with ListView navigation and with the standard Menu key. After a hundred or so different (of the 10 or so unique views) loads, it starts lagging and black screening. Error log: 07-01 09:54:42.913: [...] read more
android
memory
memory-leaks
view
allocation
3votes
1answer

Windows 10 reboots without blue screen or crash dump

UPDATE: Eight and a half months later, the problem persists, but now happens every time a VM is started, whether from BlueStacks, Vagrant, or just starting up from the VirtualBox console. The stop code varies. Over the last few times I've gotten: * APC_INDEX_MISMATCH * DRIVER_OVERRAN_STACK_BUFFER * INTERRUPT_EXCEPTION_NOT_HANDLED * SYSTEM_SERVICE_EXCEPTION [...] read more
windows-10
memory
bsod
crash
3votes
0answers

ABI cross-checking

I am looking for some way to cross-check the compatability of two differing libraries, which should share the same base symbols. So, I have libCommon, libA and libB and my application. libB uses symbols from libCommon as does libA. I compile both into my application, and then find that the [...] read more
c++
mingw
abi
3votes
3answers

android.view.Surface - OutOfResourcesException

I have this strange bug, and found nothing about a possible solution to it. The problem always appears randomly after playing around a bit with my app. The app runs perfectly on almost all devices. Still one of the devices on which this issue is present is running CM 7.1.0 [...] read more
android
exception
canvas
resources
surfaceview
1vote
2answers

Diagnose Windows 8 Pro crashes generated by Kernel symbols

My Windows 8 Pro 64-bit crashes randomly at least once per day. The memory dump for that crash says: Microsoft (R) Windows Debugger Version 6.2.9200.20512 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Windows\MEMORY.DMP] Kernel Bitmap Dump File: Only kernel address space is available Symbol search path [...] read more
windows-8
crash
bsod
0votes
0answers

SATA driver; AHCI port initialisation; Start (ST) command list;

I have an issue with initialising and running AHCI port on my devboard. Processor has SATA host controller with 2 ports implemented (port 0 & port 1). SSD drive w/ SATA interface is connected to the port 1. According to "Serial ATA AHCI 1.3.1 Specification", chapter "10.3.1 Start (PxCMD.ST)" a [...] read more
driver
hardware
osdev
sata
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps
0votes
1answer

Serious honeycomb hardware-acceleration memory issues

Im currently creating an app for honeycomb, but i'm getting significant problems i'm suspecting is with memory used by the openGL renderer. Situation is i've got a scrollview that holds multiple container views (can be somewhat much, like 20); those container views each consist of like 6 custom views that [...] read more
android
android-3.0-honeycomb
android-4.0-ice-cream-sandwich
hardware-acceleration

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0