Windows error 0x0000013A, 314

Detailed Error Information

DISK_RESOURCES_EXHAUSTED[1]

MessageThe physical resources of this disk have been exhausted.
Declared inwinerror.h

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

KERNEL_MODE_HEAP_CORRUPTION[2]

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

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 Code314 (0x013a)

Questions

2votes
0answers

"muxavformat: avformat_write_header failed!" - why?

I'm backing up a DVD using handbrake 0.10.2 (x86_64) on Linux Mint 18.2. With 1-pass encoding - it works, but with 2-pass encoding, I get the following: [15:44:44] starting job [15:44:44] sync: expecting 165614 video frames [15:44:44] job configuration: [15:44:44] * source [15:44:44] + /media/joeuser/MYDVD/VIDEO_TS [15:44:44] + title 1, chapter(s) [...] read more
dvd
ripping
handbrake
x264
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
0votes
1answer

Should the HAS_DEBUG flag appear in release g++ executable?

I'm a college student make some search in tips that increase the C++ performance. And I was inspecting my "release" (compiler optimized) executable with the GCC tools. When I use the objdump, it displayed the file headers: C:\Users\Nicobook\Uni\TCC\TCCII\Fontes\Códigos\teste>c:\MinGW32\bin\objdump.exe -f main.exe main.exe: file format pei-i386 architecture: i386, flags 0x0000013a: EXEC_P, HAS_DEBUG, [...] read more
c++
mingw
compiler-optimization
objdump
0votes
2answers

App rejected for crash on launch, but cannot replicate in either simulator or device, and device log is cryptic

I recently had an app rejected for crashing on launch on an iPhone 5 in iOS 5.0, and the good folks at Apple attached a crash report. However, I can't replicate this crash on either my device (also an iPhone 4 running iOS 5) or in the simulator for iOS [...] read more
ios
ios5
appstore-approval
iphone-4

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