Windows error 0x0000004A, 74

Detailed Error Information

IRQL_GT_ZERO_AT_SYSTEM_SERVICE[1]

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

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 Code74 (0x004a)

Questions

2votes
0answers

Protobuf-net serializer used in Unity gives Invalid IL code IL_0035: call 0x06000001

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
c#
unity3d
protobuf-net
2votes
0answers

Universal App with localized app name crashes

After a small update to my app, it crashes quite often with the following stack trace: Frame Image Function Offset 0 KERNELBASE.dll RaiseException 0x00000036 1 mrmcorer.dll Microsoft::Resources::ReportFatalException 0x00000052 2 mrmcorer.dll Windows::ApplicationModel::Resources::Core::CResourceManagerFactory::get_Current 0x0002b1b0 3 mrmcorer.dll Windows::ApplicationModel::Resources::Core::CResourceManagerFactory::GetCurrentResourceManagerInternal 0x0000004a 4 mrmcorer.dll _GetResourceManagerForCurrentApplicationInternal 0x00000026 5 mrmcorer.dll GetStringValueForManifestField 0x00000140 6 twinapi.appcore.dll Windows::ApplicationModel::Core::CoreApplication::SetAppDisplayName 0x00000048 7 twinapi.appcore.dll [...] read more
windows-phone-8.1
win-universal-app
1vote
0answers

IRQL_GT_ZERO_AT_SYSTEM_SERVICE since Windows update

I'm getting this STOP error after I updated Windows 7 using Windows Update. I made a system restore in order to try to solve temporarily. I don't want to stay outdated and exposed, so I searched and found this page about the error, IRQL GT ZERO AT SYSTEM SERVICE 0x0000004a. [...] read more
windows-7
drivers
windows-update
1vote
2answers

Memory leak due to marshalling managed delegate?

I seem to be experiencing a memory leak in some code that's been in production for a while now (I see the Process\Private Bytes counter rising over time in PerfMon for my process). Note the code works without issue other than the leaking. The code that seems to be responsible [...] read more
c#
c++
0votes
1answer

How to properly reverse a string by replacing the memory in the adress, not creating new memory in MIPS Assembly

I have an assignment in my Computer Architecture class where we are supposed to complete a set of tasks. The last task is to create a subroutine that takes a string and reverses it. We're not allowed to use the original string in order to create a "new memory string". [...] read more
string
assembly
replace
mips
reverse
0votes
0answers

Can a handled exception on Windows call terminate()?

I have a C++ application deployed on a Windows server VM in Azure. It's been running fine for a few days, and then WER took a crash dump. The faulting thread had this stack trace: 00 0000004a`7fb7ac00 00007ffa`9505e15f ucrtbase!abort+0x4e 01 0000004a`7fb7ac30 00007ffa`911239ba ucrtbase!terminate+0x1f 02 0000004a`7fb7ac60 00007ffa`9112c710 VCRUNTIME140!__std_terminate+0xa 03 0000004a`7fb7ac90 00007ffa`9112282a [...] read more
c++
windows
crash-dumps
0votes
2answers

how to interpret FILENAME attribute of NTFS MFT?

I have read NTFS MFT. Here is the picture (in 4 byte words, lower address is shown to the left) enter image description here [https://i.stack.imgur.com/cVd9D.jpg] The highlighted region is the filename attribute. and below is the attribute format. typedef struct _NTFS_ATTRIBUTE { unsigned int dwType; unsigned int dwFullLength; unsigned char [...] read more
ntfs
ntfs-mft

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