Windows error 0x00000101, 257

Detailed Error Information

CLOCK_WATCHDOG_TIMEOUT[1]

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

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 Code257 (0x0101)

Questions

26votes
11answers

USB_DEVICE_ATTACHED Intent not firing

Has anyone out there been able to get the android.hardware.usb.action.USB_DEVICE_ATTACHED" to work? Ok so i'm trying to use the new usb host mode features to detect when a usb device is attached. For my purposes i want to be notified any time a device is attached. I was not able [...] read more
android
usb
13votes
0answers

Android MONKEY ANR at android.os.MessageQueue.nativePollOnce

We find a tricky ANR problem when using MONKEY to test our app. CPU and memory using is in the normal level. it seems that the ANR is cause by a Timeout KeyEvent faked by MONKEY sending to our app’s Activity. Below is the part of log: “ ANR: Time: [...] read more
android
monkey
7votes
2answers

Find device in Windows based on Physical Device Object (PDO) identifiers

I recently acquired a new motherboard, processor, and RAM. I re-installed Windows (x64 7 Ultimate) and all my apps for the new components, but it's the same (retail) OS license, video card, and optical drive from the old system. About two weeks in, I've now seen a blue screen STOP [...] read more
windows-7
drivers
6votes
2answers

Room query returning Maybe<List> crashes app when returns empty result

I have a room query: @Query("SELECT * FROM classes WHERE _id IN(:values) ORDER BY date DESC") fun getClassesByIds(values: List<Int>): Maybe<List<YClass>> -------------------------------------------------------------------------------- compositeDisposable.add(viewModel.getClassesById(classesTaken) .subscribeOn(Schedulers.io()) .observeOn(AndroidSchedulers.mainThread()) .doOnSuccess { list -> list.forEach { setupInfo(student) } } .doOnError { it.printStackTrace() } .subscribe()) When the result is empty app crashes when I navigate back from [...] read more
android
sql
rx-java2
android-room
maybe
5votes
5answers

Host system resets (crashes) when using VMWare or VirtualBox and 64-bit guest systems

I have been trying to install virtual systems on VMWare for a while now and encountered strange behaviour from my PC. The behaviour is as follows: * On "automatic" virtualization mode it either outputs a cryptic error message (can MAYBE give later, if I can reproduce) right on startup (before [...] read more
windows
virtualbox
vmware
virtualization
crash
3votes
4answers

Do I have a bad motherboard or a bad CPU? (STOP 0x00000101 and 0x00000124)

I just built a new system and I'm getting very frequent STOP errors. The STOP errors I've hard are 0x00000101 and 0x00000124, which are both Machine Check Exceptions. I know that I have a hardware error, but I'm not sure if it's the CPU or the motherboard that's the problem. [...] read more
central-processing-unit
hardware
stoperror
3votes
1answer

mod-wsgi segmentation fault under debian/apache2

I'm trying to get mod-wsgi running under Apache2 with an eye towards using it with Django. Right now I'm just getting a basic app running and am getting a segmentation fault. Any suggestions on how to track down the error would be appreciated, I'm stuck. This is under Debian/Lenny, stock [...] read more
python
apache2
mod-wsgi
2votes
1answer

Windows 7 64bit crashes everytime I try to run Windows 7 Phone emulator

I have Vs 2010, Vs 2012, Windows phone 7.1 & 7.8 SDK on my computer and everytime I make a default project in Vs 2010 and try to run the emulator my computer crashes. This was the last error. A problem has been detected and Windows has been shut down [...] read more
windows-7
64-bit
emulator
2votes
2answers

Windows 7 crashes with STOP 0x101 ("A clock interrupt was not received..") every time the laptop tries to sleep

I have an HP Compaq nc8430 with a new install of Windows 7 (32 bit). Every time I sleep the laptop, it crashes. It also crashes sometimes just during normal use. It does hibernate properly. The only reliable trigger I've found to crash it is sleep mode. It's not overclocked, [...] read more
windows-7
sleep
bsod
multi-core
2votes
1answer

Unhandled and Uncatchable System.AccessViolationException

While stress testing our application we always seem to suffer a catastrophic AccessViolationException after around 10-12 hours of use. Using WinDbg to locate the source I see that it seems to originate from the native form's message loop. It would be great if someone would confirm my suspicion so I [...] read more
c#
.net
windbg
access-violation
2votes
3answers

Am I misunderstanding pointer ref/deref, pointer arithmetic or do leading 0's really make a difference in C's ability to detect equality?

I've been trying to understand an error I get with the following code bytes2bits(p,q,pixels) u_char *p, *q; register u_int pixels; { register u_char *r, a; register u_long *l; ... switch (*l++) { case 0x00000000: a = 0x00; break; case 0x00000001: a = 0x10; break; case 0x00000100: a = 0x20; break; [...] read more
c
pointers
hex
1vote
2answers

CPU Temp i5-2400 and BSOD

I'm getting random blue screens with error: > 0x00000101 (0x0000000000000031, 0x0000000000000000, 0xfffff880009ea180, > 0x0000000000000001) It seems to have something to do with the cores not being able to get a process from a different core. So I updated all the drives and looked through everything i could think of. Something [...] read more
windows-7
bsod
intel-core-i5
1vote
2answers

Computer crashes and freezes a lot

My computer crashes like it freezes sometimes but sometimes it jumps to a black/blue screen which I can do nothing about other than restart. I tested if it has anything to do with the programs I normally run or with the ones I installed, but it's a long time I [...] read more
windows-7
1vote
1answer

Sudden and frequent hangs on desktop computer: mobo or CPU fault?

I have a desktop computer equipped with an ASUS Crosshair 2 Formula and a Phenom x6 3.2GHz CPU. My problem is that often the computer will hang all of a sudden, completely stopping responding. When that occurs, reset key is inoperative and power button turns the computer off but is [...] read more
cpu
motherboard
freeze
1vote
2answers

Raspberry PI 3 UART0 Not Transmitting (Bare-Metal)

Introduction I have been working on writing my own bare metal code for a Raspberry PI as I build up my bare metal skills and learn about kernel mode operations. However, due to the complexity, amount of documentation errors, and missing/scattered info, it has been extremely difficult to finally bring [...] read more
c
assembly
raspberry-pi
arm64
bare-metal
1vote
1answer

how to handle "Launch Application" pop up window in firefox using autoIT

I am testing a webpage (in firefox browser) using selenium where there is a scenario which opens windows pop-up which I need to control(handle) using AutoIT. I have tried the following code but it did not work. WinWaitActive("Launch Application","Launch Application",10) ControlCommand("Launch Application", "Launch Application","","Check") ControlClick("Launch Application","Launch Application","","left") How do I [...] read more
autoit
1vote
0answers

USB Audio on Android 5.1 Samsung S4 Mini

I wanted to test USB Audio on my Samsung S4 Mini GT-I9195 running Android 5.1 (Bliss Pop, which is partly based on Cyanogenmod). I´ve found another thread here and I too can successfully aplay a wav to hw:1,0, but I´m not able play sounds from any app. For me it [...] read more
android
audio
usb
alsa
tinyalsa
1vote
0answers

iCloud intermittently freaks out, "has wrong magic" lines appear in log

Whilst testing iCloud integration in one of my apps, I occasionally find that changes do not propegate between devices and the log of all devices is littered with lines in the format of: // device 1 log Aug 14 19:18:56 unknown ubd[3585] <Warning>: Unknown error: 316: attr blob @ 0x2a7710 [...] read more
ios
sync
icloud
1vote
1answer

Touch device 'atmel-maxtouch' not working in Android Ice Cream Sandwich with Tegra 2

I/EventHub( 146): New device: id=3, fd=118, path='/dev/input/event1', name='atmel-maxtouch', classes=0x14, configuration='/system/usr/idc/atmel-maxtouch.idc', keyLayout='', keyCharacterMap='', builtinKeyboard=false I/InputReader( 146): Touch device 'atmel-maxtouch' could not query the properties of its associated display 0. The device will be inoperable until the display size becomes available. I/InputReader( 146): Device added: id=3, name='atmel-maxtouch', sources=0x00001002 I/InputReader( 146): Device added: [...] read more
android
kernel
android-4.0-ice-cream-sandwich
atmel
tegra
0votes
1answer

Windows 10 PC keeps Freezing

My computer keeps freezing and I'm struggling to find the cause of the issue. I have tried replacing the RAM. De-fragmenting, disk clean ups, windows updates, disabling automatic updates. It either freezes with no message or occasionally displays the CLOCK_WATCHDOG_TIMEOUT error. The easiest way I can replicate the error is [...] read more
windows
windows-10
freeze
0votes
2answers

Computer BSOD on heavy loads

I recently got a new processor, an fx 8350 black edition, replacing a sempron x4, but when i try to run a cpu-intensive game (rome 2) or run stress testing such as prime95, it crashes out to blue screen. There are a few different bsod memory dump messages that i [...] read more
windows-7
memory
cpu
bsod
0votes
2answers

BSOD and flickering graphics on Windows 7 64bit

I recently purchased a new motherboard (Asus P8 Z68-V Pro) Processor (Intel Core i5 2500K) and 8gb of DDR3 RAM. Since installing these I have had a lot of problems with at first flickering graphics, the screen going black and then coming back and then a BSOD. I've checked temperatures [...] read more
windows-7
graphics-card
power-supply
bsod
hardware-failure
0votes
1answer

BSOD 0xA0 on Windows XP

I have some problems with a bluescreen on a Windows XP SP3. The Bugcheck code is 0x000000A0 and the first parameter 0x00000101 states that there is a > Unhandled exception occured while processing a system power event I tried to find out what's the problem but I'm not really good [...] read more
windows-xp
bsod
minidumps
windbg
0votes
1answer

Bluescreen 0x00000101 when installing "Silverlight 4 Tools for VS 2010" on Windows 7

I'm trying to install the IIS Smooth Streaming client through Web Platform Installer. It has a dependency on the Silverlight 4 Tools for Visual Studio 2010 though, so Web Platform Installer started installing it first. In mid install I got an error that my RAM memory is full! I had [...] read more
windows-7
bsod
web-platform-installer
0votes
0answers

what is mean '(detected by 1, t=2103 jiffies, g=1712727, c=1712726, q=13218)'

I'm a beginner programmer. my app receive event from netfilter(network device driver) and I use poll, and then I aging my app, it doesn't matter right now but after 8 hour don't receive event. I check from syslog and I input 'ps -ely' and than my board stop I want [...] read more
rcu
0votes
2answers

Flash ECC algorithm on STM32L1xx

How does the flash ECC algorithm (Flash Error Correction Code) implemented on STM32L1xx work? Background: I want to do multiple incremental writes to a single word in program flash of a STM32L151 MCU without doing a page erase in between. Without ECC, one could set bits incrementally, e.g. first 0x00, [...] read more
algorithm
embedded
stm32
flash-memory
0votes
1answer

Video play on arm-Preemption disabled at <>

I am currently using an ARM Freescale processor board to perform video playback: When I use the Qt Multimedia libraries over the application I get a Preemption before the video playback freezes: root@sanuser:~# /home/app.sh start ====== AIUR: 4.1.4 build on Mar 2 2018 10:49:12. ====== Core: MPEG4PARSER_06.09.36 build on Aug [...] read more
qt
arm
gstreamer
qtmultimedia
0votes
0answers

What are LB, HB, UB, and MB in hex data?

I have a question in the code below. I know as follows. Hex 00FC = Decimal 252. (Note: High byte(HB) is 00. Low byte(LB) is FC.) Hex 0565 = Decimal 1381. (Note: High byte(HB) is 05. Low Byte(LB) is 65.) I have confirmed that there are additional UB, MB. { [...] read more
hex
byte
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

MIPS assembly not shifting correctly

I am currently working on a homework assignment, which is insert a bit value (0x0 or 0x1) into nth position. .macro insert_to_nth_bit($regD, $regS, $regT, $maskReg) # regD: bit pattern in which to be inserted at nth position # regS: position n ( 0-31) # regT: the bit to insert ( [...] read more
assembly
macros
bit-manipulation
mips
bits
0votes
0answers

Resolve the error is unfortunately has stopped?

this is my first program on android studio it is just hello word sample but there is a problem When I offer on a simulated This message appears "unfortunately My app has stopped" enter image description here please help me some lines from the logcat is : 07-31 13:29:51.031 795-795/? [...] read more
android
android-layout
0votes
1answer

cortex execute from RAM

I need execute firmware in RAM on a Cortex-M1 processor to erase and rewrite flash. I am using eclipse and launchpad's toolchain. There is a similar question for MDK-ARM: How do I execute a function from RAM on a Cortex-M3 (STM32)? To run firmware from flash I configure linker script: [...] read more
cortex-m

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