Windows error 0x000000F6, 246

Detailed Error Information

PCI_VERIFIER_DETECTED_VIOLATION[1]

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

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 Code246 (0x00f6)

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
5votes
3answers

InvalidOperationException with MediaLibrary pictures

I have a windows phone app and get sometimes InvalidOperationExceptions but not sure why and how to avoid them. The problem function from the error report is Microsoft.Xna.Framework.Media.MediaLibraryEnumerator_1[[System.__Canon,_mscorlib]].get_Item and i get this stacktrace "Frame Image Function Offset 0 Microsoft.Xna.Framework.ni.dll Microsoft.Xna.Framework.Media.MediaLibraryEnumerator_1[[System.__Canon,_mscorlib]].get_Item 0x0003e4d8 1 Microsoft.Xna.Framework.ni.dll Microsoft.Xna.Framework.Media.MediaLibraryEnumerator_1[[System.__Canon,_mscorlib]].System.Collections.IEnumerator.get_Current 0x00000006 2 Microsoft.Xna.Framework.ni.dll Microsoft.Xna.Framework.Media.MediaLibraryEnumerator_1[[System.__Canon,_mscorlib]].System.Collections.Generic.IEnumerator_T_.get_Current 0x0000001c 3 [...] read more
c#
asynchronous
windows-phone-8
invalidoperationexception
0votes
1answer

binary bomb lab phase 6

0x000000000040106b <+0>: push %r12 0x000000000040106d <+2>: push %rbp 0x000000000040106e <+3>: push %rbx 0x000000000040106f <+4>: sub $0x50,%rsp 0x0000000000401073 <+8>: lea 0x30(%rsp),%rsi 0x0000000000401078 <+13>: callq 0x40159a <read_six_numbers> 0x000000000040107d <+18>: mov $0x0,%ebp 0x0000000000401082 <+23>: lea 0x30(%rsp),%r12 0x0000000000401087 <+28>: mov (%r12,%rbp,4),%eax 0x000000000040108b <+32>: sub $0x1,%eax 0x000000000040108e <+35>: cmp $0x5,%eax 0x0000000000401091 <+38>: jbe 0x401098 <phase_6+45> [...] read more
binary
gdb

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