Windows error 0x000000C2, 194

Detailed Error Information

ITERATED_DATA_EXCEEDS_64k[1]

MessageThe operating system cannot run %1.
Declared inwinerror.h

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

BAD_POOL_CALLER[2]

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

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 Code194 (0x00c2)

Questions

4votes
1answer

Huge amount of mystic crashes of WP8 app

I've published an app with integrated hockeyapp. But Windows Phone dashboard crash report contains mystic crashes that are not in hockeyapp. According to stacktrace they are native (OS crashes). App is 8.0 DirectX + Xaml app. Crashes are generated by 8.1 devices. 8.0 devices worked perfectly. I've tested app on [...] read more
windows-phone-8
2votes
3answers

Using Printf to display on serial port of an ARM microcontroller

I would like to use printf to diplay text on a serial port of an ARM microcontroller. I am unable to do so. Any help is appreciated. My init_serial looks like this void init_serial (void) { PINSEL0 = 0x00050000; /* Enable RXD1 TxD1 */ U1LCR = 0x00000083; /*8 bits, 1 [...] read more
embedded
serial-port
printf
microcontroller
2votes
2answers

Interference When Installing Windows XP

I had several problems on my old pc, so I decided to reinstall Windows XP. The problem is, when it copies the files, I get a lot of errors with Windows XP setup cannot copy file, so I ignore all of them, as enter will not do. Then, when it [...] read more
windows-xp
installation
bsod
1vote
3answers

System crashes while using clearcase 8.0.1.x /9.0.1.x (checking out files) on windows 10 (1803) platform

After upgrading system to Windows 10 - os 1803 we are getting below issues while working with ClearCase 8.0.1.x/9.0.1.x * Unable to checkin/checkout. * Not able to create views. * Not able to add any file to source control. The system hangs & crashes while performing any ClearCase operation. There [...] read more
windows-10
clearcase
1vote
3answers

Blue Screen error BAD_POOL_CALLER 0x000000C2

My computer was working fine for months but now when it starts up the Windows XP screen comes up to show the computer is starting up but then a blue screen appears with the error below: BAD_POOL_CALLER STOP: 0x000000C2 (0x00000043, 0xDB3C6000, 0x00000000, 0x00000000) I have tried booting off the Windows [...] read more
windows-xp
bsod
1vote
1answer

How can I resolve the BSOD BAD_POOL_CALLER 0x000000C2?

PROBLEM A client notebook is getting a Blue Screen of Death with the code 0000002c. It happens when the Windows XP boots complete and trying to load the Welcome interface. WHAT I'VE DONE SO FAR * It's not a hardware issue, as I already tested HD (Victoria Scan, Manufacture (Samsung) [...] read more
windows
bsod
1vote
1answer

Multiple BSOD Windows 7

I'm using Windows 7 and I've gotten multiple BSOD errors when browsing with chrome or watching videos. I've updated my integrated graphics card driver but it didn't solve the problem. I've run Memtest86+(12 passes) - everything was OK, I've also tested the HDDs - no problem, too. I've disabled GPU [...] read more
windows-7
google-chrome
memory
bsod
1vote
1answer

bad_pool_caller stop: 0x000000c2

After installing Open Office and running it for the first time, my screen went all NES on me, I restarted my computer, and now every time I try to start windows (regular, any of the safe modes, last known good configuration) I get a BAD_POOL_CALLER blue screen with the stop [...] read more
windows-xp
bsod
0votes
0answers

App Verifier Stop 00000900 using File Open Dialog

My C++/MFC program uses the CFileDialog class to retrieve a filename to open. If I comment out the DoModal() call, no Verifier Stops occur. If the dialog is opened (even if it is then simply Canceled), the stops are generated -- three in a row. So I tried the Common [...] read more
c++
memory-leaks
heap-memory
application-verifier
0votes
1answer

Segmentation Fault ret2libc attack

i am trying to execute a ret2libc attack. For this, i need to call the System() from libc and passing the argument "/bin/sh" (address of /bin/sh). Unfortunately I get everytime "Segmentation Fault". Please can anybody tell me why? If I am looking to the stack, everything looks fine (for me). [...] read more
segmentation-fault
exploit
0votes
2answers

WinDbg with dump files when you have a classic ASP app which uses a lot of .Net via interop

Ok, first please don't ask why this application is the way it is. This is a classic ASP application which in several areas uses .Net and COM and some of that .Net also reaches into COM! It's all to do with code reuse really, at some point .Net was introduced [...] read more
.net
memory-leaks
asp-classic
windbg
0votes
1answer

Constant bluescreens upon Windows 7 login

I'm running a Lenovo ThinkPad E540, which dual boots into Windows 7 and Ubuntu 14.04. The computer itself is maybe 2.5 years old, and I'm having some problems with the Windows installation. When I boot into Windows, the computer bluescreens after I sign in. I've been having problems with Windows [...] read more
windows-7
multi-boot
bsod
0votes
2answers

Blue screen of death while installing Windows XP SP2

I am receiving an error while starting Windows XP on my ten year old computer (D845PEBT2) that says Windows cannot start because the following file is missing or corrupt: Windows\system32\config\system You can attempt to repair this file Run setup from CD Press 'r' on the setup screen In the safe [...] read more
windows-xp
bsod
windows-installation

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