Windows error 0x00000036, 54

Detailed Error Information

NETWORK_BUSY[1]

MessageThe network is busy.
Declared inwinerror.h

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

DEVICE_REFERENCE_COUNT_NOT_ZERO[2]

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

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 Code54 (0x0036)

Questions

14votes
4answers

Unhandled Exception in Rad Studio Debugger Thread

I have a large application that recently started exhibiting rather strange behavior when running in a debugger. First, the basics: OS: Windows 7 64-bit. Application: Multithreaded VCL app with many dlls, bpls, and other components. Compiler/IDE: Embarcadero RAD Studio 2010. The observed symptom is this: While the debugger is attached [...] read more
c++
exception
dll
c++builder
c++builder-2010
6votes
0answers

Simple Mac ProgressIndicator causes crash: "caught causing excessive wakeups"

I have this Button click handler (MonoMac on OS X 10.9.3): partial void OnDoButtonClick(NSObject sender) { DoButton.Enabled = false; // Start animation ProgressIndicator.StartAnimation(this); ThreadPool.QueueUserWorkItem(_ => { // Perform a task that last for about a second: Thread.Sleep(1 * 1000); // Stop animation: InvokeOnMainThread(() => { ProgressIndicator.StopAnimation(this); DoButton.Enabled = true; }); [...] read more
multithreading
cocoa
osx-mavericks
monomac
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
5votes
1answer

Inneractive Ads cause a lot of App crashes (Windows Phone)

I use InnerActive as my default Ad provide for my Windows Phone apps. I being using it since June 2013 and on my end of year analysis I realized InnerActive ads are my main source of my app crashes. The worst part is, it's code don't I don't have any [...] read more
windows-phone-7
windows-phone-8
windows-phone
ads
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
1answer

how to correctly store the address of a procedure in a register x86_64 nasm?

I want to store the address of a procedure in a register as follows : extern _printf section .text global _foo _foo : mov rax, [rel _printf] call rax ret but i get this error when compiling with a main written in C : ld: warning: PIE disabled. Absolute addressing [...] read more
nasm
linker-errors
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
1answer

Updating a single file in a CPIO archive

I have a CPIO archive with the Linux image on it. With binwalk I can see that there are the following chunks: DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- 0 0x0 ASCII cpio archive (SVR4 with no CRC), file name: "kernel", file name length: "0x00000007", file size: "0x00000000" 120 0x78 ASCII cpio archive [...] read more
disk-image
cpio
1vote
3answers

Disassemble instruction set for 8051 microcontroller

I have the following hex opcode sequence for a 8051 microcontroller 785679107A247BFD7C347D407E51745568F869F96AFA6BFB6CFC6DFD6EFE I found this repo that converts hex to instruction sequences https://github.com/anarcheuz/8051-disassembler. Using that I was able to get the following assembly instructions x00000000: 37 38 MOV 38 (R0,#immed) 0x00000002: 35 ANL A,@R0 0x00000004: 37 39 MOV 39 (R1,#immed) [...] read more
assembly
reverse-engineering
microcontroller
disassembly
8051
1vote
2answers

How to catch system.xml.xmlexception

I published a small free App for Windows Phone 8 Smartphones (to get to know C# - so I am a beginner in programming). A lot of my users seem pretty happy with the functionality but some of them seem to keep getting random crashes (for example in Canada: http://www.windowsphone.com/en-ca/store/app/picture-of-the-day/fc977a34-c09d-4c70-8a7b-66b6f09ab7f0) [...] read more
c#
.net
visual-studio
windows-phone-8
1vote
1answer

Decoding Stack Trace error

I am looking at the crash history and the following appears. Is there a way to identify what is the error or how to resolve? Is there any place where it identifies the error codes? Exception Type: system.exception > Frame Image Function Offset > 0 windows_ni Windows.Phone.Speech.Recognition.SpeechRecognizer..ctor > 0x00000001 > [...] read more
windows-phone-8
1vote
1answer

tcpdump -dd output doesn't match pcap_compile_nopcap

When I create a packet filter (eg for only tcp traffic) with tcpdump -dd tcp the packet filter output is { 0x28, 0, 0, 0x0000000c }, { 0x15, 0, 2, 0x000086dd }, { 0x30, 0, 0, 0x00000014 }, { 0x15, 3, 4, 0x00000006 }, { 0x15, 0, 3, 0x00000800 }, [...] read more
linux
pcap
libpcap
packet-capture
0votes
0answers

Can't change permissions on file system (SD card) Solved

I have a SanDisk SD card (64 G). I had it loaded with berryboot and Kali Linux. I made the mistake of mounting the boot partition in fstab and when rebooted it gets stuck in a loop with berryboot’s config setup. I have tried to wipefs, dd if=/zero, and gparted [...] read more
filesystems
mount
file-permissions
read-only
0votes
0answers

What is a better way to turn a user-inputted hexadecimal string into a binary in MIPS?

I'm taking a computer architecture class, and they're having us use MIPS assembly. Our current assignment is asking us to take a user-inputted hex string, and turn it into a binary one. The code I've written "works", but it's horrible, to say the least. What would be a better approach [...] read more
assembly
mips
mars-simulator
0votes
0answers

C Structs mnemonics in Linux Socket Filter. trying to make sense

I am trying to discover details about C Linux Socket filter or C Linux BPS sockets. The network filter for socket on this link and other places on this link https://www.kernel.org/doc/Documentation/networking/filter.txt is something like this /* From the example above: tcpdump -i em1 port 22 -dd */ struct sock_filter code[] [...] read more
c
linux
networking
firewall
raw-sockets
0votes
1answer

Chartboost interstitial sometimes crashes when dismissed

I'm using the newest Chartboost sdk version (6.5.0). When interstitial closes, sometimes it crashes with the following stacktrace. V/WindowManager( 2344): Window{42dcdee0 u0 Keyguard}mOrientationRequetedFromKeyguard=false D/WindowManager( 2344): computeScreenConfigurationLocked() set config.orientation=2 dw=1280 dh=720 Callers=com.android.server.wm.WindowManagerService.updateOrientationFromAppTokensLocked:5171 com.android.server.wm.WindowManagerService.updateOrientationFromAppTokens:5142 com.android.server.am.ActivityManagerService.setRequestedOrientation:3481 D/PowerManagerService( 2344): setKeyboardVisibility: false V/WindowManager( 2344): Window{42dcdee0 u0 Keyguard}mOrientationRequetedFromKeyguard=false E/webview ( 8676): java.lang.Throwable: Error: WebView.destroy() called while [...] read more
android
chartboost
0votes
1answer

Windows phone crash device.Sensors.ni.dll

I am experiencing some crashes on my app (somewhat similar to a compass app). The windows crash report is telling me this: frame 0: Microsoft.Devices.Sensors.ni.dll; Microsoft.Devices.Sensors.Accelerometer.Start; 0x0000006c frame 1: PivotApp1.ni.DLL; PivotApp1.MainPage+_start_d__0.MoveNext; 0x000001d4 frame 2: mscorlib.ni.dll; System.Runtime.CompilerServices.AsyncMethodBuilderCore._ThrowAsync_b__3; 0x00000036 I am unable to understand what this exactly means here. Based on what [...] read more
c#
crash
windows-phone-8.1
0votes
0answers

Windows Phone C# - system.unauthorizedaccessexception

Hellllooooo guys! I have an app for Windows Phone 8. The crash report of my app lists one really big bug that often occurs (crash count is high). The funny (let's say sad) thing is that I can't reproduce this error on my phone or emulator. Can you help me, [...] read more
c#
windows-phone-8
unauthorizedaccessexcepti
0votes
1answer

App crashes in iOS 5 and works fine in iOS 6 and 7

App works fine in iOS 6 and 7 but crashes in iOS 5. It is a universal app. I have two main xibs for iPhone and iPad. No storyboards used. App crashes before even entering appdidfinishlauching. I have enabled zombie and added all exceptions breakpoint. Deployment target is 4.3 Below [...] read more
ios
iphone
objective-c
ipad
ios5
0votes
1answer

Strange stack trace on Windows phone 8

I have my app in Windows Phone store and from the reports I can see couple of crashes with following stack trace: Problem function MyApp.InputPage+_populateLocationList_d__0.MoveNext Exception type system.nullreferenceexception Stack trace "Frame Image Function Offset 0 myapp_ni MyApp.InputPage+_populateLocationList_d__0.MoveNext 0x00000050 1 mscorlib_ni System.Runtime.CompilerServices.AsyncMethodBuilderCore._ThrowAsync_b__0 0x00000036" Yes, i know the issue is in InputPage [...] read more
c#
windows-phone-8
stack-trace
0votes
1answer

Debugging C++ Native Windows Phone 8 app

I am trying to figure out how to get to 0x0001556c offset of my application. This is the error that came in apphub: "Frame Image Function Offset 0 kernelbase RaiseException 0x00000036 1 msvcr110 _CxxThrowException 0x0000005a 2 windowsphone8program 0x0001556c" A C++ exception is being thrown, but I need to see what [...] read more
c++
debugging
exception
c++11
exception-handling
-1votes
1answer

application server CPU go to >80 and hang after nearly 24 hour the same problem repeats every day

I have IBM WebSphere Application 8.5 server work with Db2 11.1 works from 2 years. Since a month the Application server hangs, the dB CPU goes to 0 and the application server CPU go to >80 , and hang after nearly 24 hour the same problem repeats every day. with [...] read more
db2
websphere
database-deadlocks
lock-timeout

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