Windows error 0x0000004E, 78

Detailed Error Information

PFN_LIST_CORRUPT[1]

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

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 Code78 (0x004e)

Questions

8votes
0answers

Fixing crashes Windows Phone apps with crashinfo of dev dashboard

I have a simple wp8.1 app published in the store (universal app) but it crashed. So I downloaded the excel file containing crash info from https://dev.windowsphone.com/en-us/DownloadReport The crash(es) occur in the latest version of my app and the clients have 8.1 (because you cannot run universal apps otherwise) Here is [...] read more
exception
windows-phone-8.1
win-universal-app
6votes
2answers

Xamarin app crashes on startup on device, works fine in simulator

Would appreciate any suggestions, using SDK6.1 with Xcode 5 on OS 10.8 The app crashes right after the splash and does not get to the debugger at all. this happens on the TestFlight released version as well. Tried on another computer with same results. Even tried to create a new [...] read more
ios
iphone
xamarin.ios
xamarin
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
2answers

Send MiniDump to Microsoft after Recovering from OS Blue Screen

Occasionally I encountered Blue Screen of Death on my Windows 7 32 bit ( Yes, windows 7!). I believe that this is software error, and from Event Viewer I can see when and what the error is. This is a sample of such a report: > The computer has rebooted [...] read more
windows-7
2votes
0answers

Linker error because of unresolved symbols from QtRemoteObjects replica definitions

I am working on the project which uses Qt Remote Objects and I wanted to test one of my components using auto-generated ReplicaDefSimpleSource class (see the example below for the details). However, when I tried to link test executable with my library, I got the following linker error: main.obj : [...] read more
c++
visual-c++
qtremoteobjects
2votes
0answers

Explain if any memory leak associated with oleaut32!APP_DATA::AllocCachedMem and ntdll!RtlAllocateHeap in windbg stack trace which appears repeatedly

I am trying to identify memory leak in a process(C++ Application) I am using Windbg tool to identify the memory leak. 0:000> !heap -stat -h 02e10000 heap @ 02e10000 group-by: TOTSIZE max-display: 20 size #blocks total ( %) (percent of total busy bytes) 40 95857 - 25615c0 (60.70) 953130 1 [...] read more
c++
memory-leaks
2votes
3answers

Unusual behavior with shift-right bitwise operator

I'm writing a simple code in C (only using bit-wise operators) that takes a pointer to an unsigned integer x and flips the bit at the nth position n in the binary notation of the integer. The function is declared as follows: int flip_bit (unsigned * x, unsigned n); It [...] read more
c
bit-manipulation
2votes
0answers

mspgcc-size ROM/RAM usage in percentage

With mspgcc-size I can get an output like this: text data bss dec hex 13072 236 65296 78604 1330c We know that: Flash = data + text RAM = data + bss How can I extract the size of ROM/RAM from the selected -mmcu=msp430g2553 with the toolchain? e.g. ROM: 8192 [...] read more
microcontroller
avr-gcc
toolchain
1vote
1answer

Blue Screen of Death - From the deep levels of hell

I have the worst BSOD I have ever seen. The biggest problem here is that it's intermittent. The BSOD happens a couple times per day The system is totally fine in between. There is no specific event or task that triggers it, seems to be completely random. The error, driver, [...] read more
bsod
1vote
3answers

Toshiba Satellite L555D BSOD

I have this Toshiba Satellite L555D that keeps randomly blue screening even after a clean install of Windows 7. I have also tried runnig a chkdsk and a SFC scan and no errors were found. I have also tried switching to different RAM sticks and the same problems keep showing [...] read more
bsod
1vote
0answers

iOS static Framework crash when animating view

I'm encountering a difficult to debug issue with a static library project when attempting to animate a view. It works fine when debugging (and even when debugging in the release configuration), but throws an error archived as a release: Exception Type: EXC_CRASH (SIGSYS) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 [...] read more
ios
animation
frameworks
static
crash
0votes
2answers

If I have hexadecimal numbers with some 1 digit long like 0x1 and some 5 digits long like 0x1e4b1, how do I write code to make them all 8 digits long?

I have some hexadecimal numbers like this in a .txt file: 0x1, 0x2, 0x1e4b1, 0x5b, 0x80, 0x52, 0x111, 0x6b0d, 0x4e, 0x34a, 0x2067, 0x6ef3, 0x1cf, 0x1b, 0x15b, 0x4f, 0xba8, 0x319. What I am trying to do now is overwrite the contents (using code) of the file and make the end result [...] read more
python
hex
0votes
1answer

Periodic crash of extremely simple esp8266 sketch

I'm quite new to esp8266 and even to electronics topic, so don't be surprised with the question. I've uploaded extremely simple script to esp8266-07 from Arduino IDE. It starts (sometimes...) works for multiple loops, then crashes and restarts. Below will be listed connection schema, sketch and serial output. What's wrong? [...] read more
iot
esp8266
arduino-esp8266
0votes
1answer

Facebook IOS SDK Login works on simulator, not on device

Facebook Login, got myself into a bit of a spot. Unfortunately for the job I am doing I only have access to Snow Leopard running xcode 3.2.6 and cannot alter from that. Blast from the past I know. To get facebook login working using FB SDK 3.0 I used: AppDelegate.h: [...] read more
ios
facebook
facebook-login

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