Windows error 0x00000065, 101

Detailed Error Information

EXCL_SEM_ALREADY_OWNED[1]

MessageThe exclusive semaphore is owned by another process.
Declared inwinerror.h

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

MEMORY1_INITIALIZATION_FAILED[2]

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

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 Code101 (0x0065)

Questions

17votes
1answer

GraphicsServices: GSEventRunModal crash on iPhone

Been looking through crash reports online, and this seems to be the main problem. Any idea what it is referring to? (Too many graphics, graphics are too heavy, etc.) I haven't had any crashes in simulator or on device, oddly. Crash log: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 [...] read more
iphone
graphics
8votes
1answer

Crashlogs : What is "ARM Thread State"

I'm trying to analyse iPhone Crash Reports. And there is something that I don't understand : Thread 6 crashed with ARM Thread State: r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000 r4: 0x077aa000 r5: 0x00000006 r6: 0x0010540c r7: 0x077a9198 r8: 0x001a0420 r9: 0x00000065 r10: 0x3fcb8acc r11: 0x310d1b68 ip: 0x00000148 sp: [...] read more
iphone
crash
5votes
1answer

How to diagnose EXC_CRASH?

A tester sent this crash file: Not sure what an EXC_CRASH is. UPDATE: I can randomly replicate it on device (never in simulator) when rotating my phone. Here is my rotation code: // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { if (interfaceOrientation == UIInterfaceOrientationLandscapeLeft [...] read more
iphone
objective-c
cocoa-touch
memory
4votes
3answers

iPhone app crashes on device but not simulator. Accessing local files with UIWebView, possible [NSBundle mainBundle] issue?

I was hoping you guys could help me what is wrong with my code that is causing my app to crash on my device but not the simulator. It is a very simple app, I just have local files displayed in a UIWebView. Here is what I am using in [...] read more
iphone
xcode
crash
nsbundle
4votes
2answers

How can i find memory location from apple crash report? from where my app is crash.?

my app is rejected from ap store and the reason is. 2.1: Apps that crash will be rejected We found that your app crashed on iPhone 4 running iOS 4.3.5 and i have also tested this app in iPhone 4 (ios 4.3.5) and my app not crash. but my app [...] read more
iphone
ios
xcode
4votes
3answers

Launch PhoneGap-based iPhone app from email link

I just switched from Titanium to PhoneGap. All works well except that I have been unable to get the app to be launch-able from an email link. The iPad/iPod animates to start the app and then the app crashes. In this posting, the real app name has been changed to [...] read more
iphone
hyperlink
cordova
launching-application
3votes
2answers

symbolicatecrash - space in bundle name preventing method names to be show in the crash report

I'm trying to debug a crash but when I run symbolicatecrash against my crash log I get every method call in the stack trace except for my method calls. Here is the crash report: Incident Identifier: C3A58923-5D49-4767-A3C2-3AFFEF00DFEF CrashReporter Key: 165f7337feeb98394ab7477fc0b7280d14a16e43 Hardware Model: iPad1,1 Process: Log Jam [2862] Path: /var/mobile/Applications/625E17A7-F0FF-4109-9E62-99FE8D6C6889/Log Jam.app/Log [...] read more
iphone
symbolicatecrash
3votes
1answer

iPAD App Quits on Launch with crash log EXC_CRASH (SIGABRT)?

I have developed an application and successfully uploaded onto the Appstore. Now I have upgraded my app and submitted the same to the AppStore, apple rejected my application saying that application is getting crashed after splash screen. When I tested the application I have not got the crash not even [...] read more
iphone
objective-c
ios
xcode
ipad
3votes
2answers

Help me understanding a stacktrace

I've built an iPhone app. It works fine on the simulator and on my 4 iOS devices that run several iOS4 versions, including an iPhone 4 running iOS 4.3.3 However when I submitted it to the appstore it got rejected because apparently it crashed upon launch on an iPhone 4 [...] read more
objective-c
crash
stack-trace
appstore-approval
3votes
2answers

iPhone App Crashes on App Store build but not on Development build

So here's the story. I submit the app to the App Store and before I do so, I check for bugs on devices (iPhone, iPod and iPad) and simulator. When I download the app from the App Store, it crashes while opening. It is strange enough that it is happening [...] read more
iphone
objective-c
graphics
2votes
1answer

Access violation reading Location (Visual Studio C++)

I am trying to form substrings of a given string, so that both string and substring are dynamically allocated, substring is 2D array as it will contain multiple substrings. I can't figure out where I am going wrong. Error: Unhandled exception at 0x54E0F791 (msvcr110d.dll) in <filename>.exe: 0xC0000005: Access violation reading [...] read more
c++
memory
location
access-violation
2votes
0answers

Disable .rodata indirection for local constants

When i have local data defined inside a function, it gets placed into .rodata section. This means that .text section will contain relative reference (//1) to an absolute address (//2) inside the .text, which in turn points to the data (//3) inside .rodata. int function() { int a[] = {97, [...] read more
c
gcc
2votes
2answers

iPhone App in AppStore crashes on startup

I have an application in the appstore that has been tested by apple and me. I ran it on my iPhone 4 device, iPad Simulator, iPhone Simulator and it is working properly. However, some users are reviewing that the app crashes on startup. I dont have any other informations as [...] read more
iphone
crash
app-store
startup
2votes
1answer

iPhone crash that only happens on one phone

I'm seeing a particular crash on one phone that I can't replicate on other phones. I've copied the symbolicated crash file below. Has anyone else seen something like this? Can anyone shine some light on this? Incident Identifier: D679377A-67D8-4601-91D4-FEDFD4C1D5FD CrashReporter Key: 461dbf2d247a9faa589cea9165651af34e107a72 Hardware Model: iPhone3,1 Process: ThisApp [11984] Path: /var/mobile/Applications/1C70C2B3-56F6-4FD7-8298-7E58818917B7/ThisApp.app/ThisApp [...] read more
iphone
objective-c
crash
symbolicate
2votes
2answers

What other info can I get from this crash report?

This is a crash report - its from an ad-hoc tester and I cannot find the error. As far as I can see there is an array which is outstepping its bounds (I'm looking for an objectAtIndex:x when the array only has y objects - where y<x). However this only [...] read more
iphone
crash
crash-reports
1vote
1answer

What can I do to get rid of the error message: "The DSM service was delayed by 2409807 seconds for a driver query/download/install on device '...'"?

My little laptop runs with MS-Windows 8 and I am not getting windows updates anymore. I looked all day for a solution and so far came up empty handed. All the solutions proposed do not explain what could really be wrong. I tried to delete the "database" that's used to [...] read more
windows-update
drivers
windows-8.1
1vote
1answer

How to implement Delphi byte in IUnknown

I'm creating an ActiveX server in Delphi to replace a native DLL created in Delphi so that it can be called in .NET. (I'm a Delphi novice and more of a C# guy) The procedure prototype in the original DLL source is: procedure Log(Device: byte); StdCall; Using the design panel [...] read more
delphi
com
activex
rad-studio
1vote
1answer

Using records as property types in Delphi COM Wizard

I am trying to design a COM library that uses a property to return a record. The Delphi COM Wizard allows me to create the property, but when it is compiled, I get [GENTLB Error] Project1.ridl(1): Error saving C:\Users\mark\Documents\RAD Studio\Projects\Test\Project1.tlb: Inconsistent property functions The RIDL file that is generated looks [...] read more
delphi
typelib
1vote
2answers

iPhone App crashing on launch on iOS 4.1

iPhone application is crashing on launch in the iOS 4.1 but working in later versions and iOS 4.0. This is the crash log got from the device, I am not able to point out the issue Incident Identifier: F3B50401-19DE-4E41-BFB4-C0D904D73C06 CrashReporter Key: 7df1d68c8b14e4afa43c08cf96c7221621953e69 Hardware Model: iPhone3,1 Process: POCNew [1592] Path: /var/mobile/Applications/2E4FF8FF-2AB1-4F1F-86B8-231029FB4E1D/POCNew.app/POCNew [...] read more
iphone
objective-c
1vote
1answer

Application crash on device but works fine on iphone simulator

My app worked fine on my device but I have added features and when I test on my device (iphone 4 iOs 4.2.1), it crashes just on launching; But it works fine on simulator. I have looked for an answer to my question on the web and this forum but [...] read more
iphone
xcode
crash
sigabrt
1vote
1answer

App Store build crashes, doesn't on testing on Sim or my own device

I have just released an update for my app to the app store. I tested it within the simulater and my own devices and never had an issue. I have since discovered that the updated version crashes, but only on the iPad and only from the app store The update [...] read more
iphone
ipad
crash
app-store
1vote
1answer

App Store crash report

My app got rejected from store and saying it's crashing. But we cannot reproduce the crash, not with simulator nor the devices. And looking at the crash report doesn't mean much. Any help or tips would be greatly appreciated. Here's the first crash report: Date/Time: 2011-04-28 19:14:10.181 -0700 OS Version: [...] read more
ios
crash
1vote
1answer

Strange Crash issue + iOS

This crash log is from a customer using my iPad app. There are only two lines in the crash log which point to my app - Thread 0 line 19 & 20. The app works fine for most of the users but not for few others. The app is used [...] read more
cocoa-touch
ios
crash-reports
1vote
2answers

iPhone - no sense after symbolicating a crash file

Apple have sent me a crash log from an app sent for approval. Despite not crashing in all my tests in 3 devices, they say it is crashing on launch. After symbolicating the file, I get this. Looking at this and means nothing to me. I don't see where the [...] read more
iphone
xcode
symbolicate
1vote
1answer

iPad 4.2 crash launch

Sad, sad girl needs your help=) I'm creating app to iPad. Apple send log crash that app crash launch with iPad 4.2. Can someone help how can I read this log crash?? I don't understand what is the matter with app, because previous version at iPad don't crash. That line [...] read more
objective-c
ipad
cocos2d-iphone
1vote
1answer

Crash involving UISearchDisplayController rotating?

My app seems to crash sometimes when I rotate the phone. ViewControllerA has a UISearchDisplayController. ViewControllerA pushes ViewControllerB onto the nav stack. Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x000791d0 __kill + 8 1 libSystem.B.dylib 0x000791c0 kill + 4 2 libSystem.B.dylib [...] read more
iphone
objective-c
cocoa-touch
memory
uisearchbar
0votes
0answers

Getting an access violation when trying to write

I have been following a tutorial on making a 2d game in C++ when all of a sudden I got an error. It worked in the tutorial with all of the same code so it could be something wrong with my setup but I didn't think it would be. I [...] read more
c++
visual-studio
sfml
0votes
2answers

ARM assembly question wiht hexidecimal values

If i have 0x00000065 stored in a register, is that the same as having 0X65 in my register? Thank you so much. read more
math
assembly
arm
hex
0votes
0answers

Reading keyboard input ASM

I want to take the input from the MARS Keyboard simulator. When the user doesn't enter a character I want to print out "Please, enter a character...". If he does enter a character, I want to output that character once. This is my code: #MIPS #ND #2 a .data text: [...] read more
assembly
mips
mars-simulator
0votes
1answer

Convert Unicode to UTF 32

How I convert U+0065 to UTF-32 format ? U+0065 0000 0000 0110 0101 UTF-32 xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxxx Convert U+0065 to UTF-32: 0000 0000 0000 0000 0000 0000 0110 0101 Result in hex is 0x00000065 Is that correct ? read more
unicode
utf-32
0votes
3answers

iphone app crash, crash log posted

we recenty had a programmer to develop a program for us but seems to have left us in the lurch with a part functioning application. my boss isnt happy at moment as we have spent a few hundred and have nothing to show for it at the moment. can anyone [...] read more
iphone
crash
0votes
1answer

App crash report origin

Here is the Crash report can anyone help me identify whats actually going on.. If you need anything from me please let me know.. Thank you Date/Time: 2011-06-07 20:00:50.156 -0700 OS Version: iPhone OS 4.3.3 (8J2) Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 [...] read more
ios
0votes
1answer

App crashes at Start by only one user

I trying to figure out why my App crashes right after the start on a users iphone 3GS. He seams to be the only one who has this problems. Everbody else can use it. His iPhone is jailbreaked. My App is from the AppStore. I also uses the SafeMode: no [...] read more
iphone
crash
crash-reports
unrecognized-selector
0votes
2answers

application works fine on simulator but crashes on device

i develop my application on xcode 4.1 . When i trie it with iphone 4.3 simulator , it work fine. But when i tries it on my iphone 4 , ios 4.3.3 , it crash. How can i find the problem ? i use ASIHTTPRequest, it can be the problem [...] read more
iphone
objective-c
xcode4.1
0votes
2answers

Crash log analysis

I have a customer who has submitted to me about ten crash logs, and I have symbolized the logs in XCode. I just have no idea what this means. Please help me analyze this crash log: Incident Identifier: 0E7CF1DF-B79C-4AE1-9FB3-7F13D916C844 CrashReporter Key: 0d530a5efc7ff5fff35f75efe047862f1e3ec068 Hardware Model: iPad1,1 Process: MyStocks [292] Path: /var/mobile/Applications/B120B24C-1B9A-4077-AED3-1364779DBB84/MyStocks.app/MyStocks [...] read more
iphone
ios
xcode
ipad
crash-reports
0votes
1answer

Read application crash reports? My iPad app doesn't even start

Hi guys I recently added a device to my provisioning profile (an iPad) and wanted to test my application out on it. The problem is that it doesn't even start up. It just crashes right away. I can add that I did the "Upgrade current target to iPad" and it [...] read more
crash-reports
0votes
2answers

Crash when popping to root view controller

a user reported the following crash in my iPad app. Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x33200a1c __pthread_kill + 8 1 libsystem_c.dylib 0x30e373b4 pthread_kill 2 libsystem_c.dylib 0x30e2fbf8 abort 3 libstdc++.6.dylib 0x3669da64 __gnu_cxx::__verbose_terminate_handler() + 376 4 libobjc.A.dylib 0x36f8d06c _objc_terminate 5 libstdc++.6.dylib 0x3669be36 __cxxabiv1::__terminate(void (*)()) + 46 [...] read more
iphone
objective-c
ios
ipad
uinavigationcontroller
0votes
2answers

crash report and rejected by Apple

https://stackoverflow.com/editing-help I have developed one app for my customer. I tested it on devices(ipad/ipod touch) with ios 4.2, 4.3.2 3.1.3 under ios deployment target 3.0, 3.1.3, 4.2 Every case worked well, I sent my customer the source code project. They compiled on their mac and submitted to app store. But [...] read more
iphone
0votes
1answer

crash report and rejected by Apple

I just got the rejection mail from Apple. It said: Incident Identifier: 7A448508-7683-4337-A77A-5C2D86C309AF CrashReporter Key: 8ea760a18a779819e657d0ca754d7431a29c383a Hardware Model: iPod4,1 Process: MyAppName [9421] Path: /var/mobile/Applications/19335E91-C3D2-4735-B8AB-79931117D191/Zodiac.app/Zodiac Identifier: MyAppName Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2011-04-08 15:43:41.641 -0700 OS Version: iPhone OS 4.3.1 (8G4) Report Version: 104 [...] read more
iphone
0votes
1answer

Crash Log TTBaseNavigator - Assistance Requested

The App review board sent my app back to me due to it crashing for them (I cannot reproduce the crash). I symbolicated the log and am including it here below, want to make sure I am reading it correctly ( first time trying to decipher a crash log ). [...] read more
iphone
objective-c
three20
0votes
1answer

iphone app crashes on launch

I'm making my app in distribution to submit it at app store but I don't know whats going wrong. I didn't change the code, the app works fine in debug mode and every functionality is working well. But, when I make adhoc distribution the app doesn't load at all just [...] read more
iphone
0votes
1answer

iphone Application Crash

My application works fine on all my devices. But it crashes on clients devices. Below is the crash log. Can anyone help.. I am lost... Incident Identifier: 8C60587C-4152-4E29-A1F1-AC780B63BB45 CrashReporter Key: 09cad4f13a4c6b81b63d81504cd8b58e5eea4fd7 Hardware Model: iPhone3,1 Process: cadoinpiedi [73] Path: /var/mobile/Applications/4074DCAE-E48F-443A-9215-1498C2940984/cadoinpiedi.app/cadoinpiedi Identifier: cadoinpiedi Version: ??? (???) Code Type: ARM (Native) Parent Process: [...] read more
iphone
0votes
2answers

Application fails to apple but works for me

I loaded an application to app store and they sent me an email telling me that the application crashes, but I run it on debug and release mode and it works, do you know what could be the problem?. They said that they did the next: 1. launch app 2. [...] read more
iphone
mobile
app-store
submission
0votes
1answer

How do I make sense of this crash report (SIGABRT)? Regarding parsing an XML file on another host computer + iPad

Basically, imagine this. I have an iPad, a Windows computer with the Apache HTTP server which is hosting an XML file, and a Wi-Fi network that connects them both together. The XML parser I'm using is NSXMLParser. In my - (void)parseXMLFileAtURL method this is my code. NSError * error; NSURLResponse [...] read more
iphone
ipad
0votes
1answer

Help solving iPhone app crash

I released an update to one of my apps recently. This update made some small changes to the data structure, which is causing problems for some people. I have got a hold of some crash reports and narrowed it down to the line in question, but for the life of [...] read more
iphone
debugging
crash-reports
-1votes
1answer

error using LoadBitmap using MAKEINTRESOURCE

Im using Visual Studio 2012 using Visual C++, I have been trying to load a bitmap from my resources Like this: HRESULT DemoApp::CreateDIBFromResource(HWND hWnd, HINSTANCE Instance, LPCWSTR ImageID) { HRESULT hr = S_OK; HBITMAP bitmap = (HBITMAP)LoadBitmap(GetModuleHandle(0), MAKEINTRESOURCE(ImageID)); return hr; } and calling the function like this if(SUCCEEDED(CreateDIBFromResource(hWnd, NULL, MAKEINTRESOURCE(IDB_BACKGROUND)))) [...] read more
visual-c++
-1votes
2answers

My app crash after downloading it from appstore

I just did an update of my application to app-store and after approval i downloaded it and it crashed. I have not seen any problem during testing at all. One thing that could be a problem is that i lowered the approved IOS release from 4.2 to 4.0, maybe that [...] read more
iphone
objective-c
ios
app-store
-1votes
1answer

Help to solve Apple's crash-reports logs

my app was rejected for a crash that i didn't notice on the simulator. Here are the logs, (already imported on XCode > Organizer ) can someone help me with this? Incident Identifier: 88AD655D-3540-419C-A883-EFCEEB8CFE16 CrashReporter Key: 6b6d313765323bdd8ad35c9b99c487d423fd70ab Hardware Model: iPad2,2 Process: MyApp [7983] Path: /var/mobile/Applications/F9B518BA-1F72-449C-B584-45E77ECB9CB8/MyApp.app/MyApp Identifier: MyApp Version: ??? (???) [...] read more
crash-reports
ipad-2
-1votes
2answers

How can I know why it crashes?

My application works perfectly in my personal iphone. I sent it to the appstore and they say it crashes while connected to a WiFi or 3G network. Does it make sense? DOnt know what to do. This is the log > > Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 [...] read more
objective-c
cocos2d-iphone
stack-trace

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