Windows error 0x00000023, 35

Detailed Error Information

FAT_FILE_SYSTEM[1]

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

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 Code35 (0x0023)

Questions

6votes
1answer

iOS Integration Tests randomly crash: Encountered an XPC error while communicating with backboardd

When running integration tests w/ live requests against a server, sometimes I get the following crash. Does anyone have an idea why? I'm currently on OS X Mavericks and running these tests on the iOS 7.0.3 SDK and Jenkins. 2014-01-23 14:55:47.178 xctest[74229:303] 200 <- https://site/30012.zipjson?deltadate=2014-02-22T16%3A31%3A56.000Z&encrypt=N 2014-01-23 14:55:47.186 xctest[74229:303] GET -> [...] read more
ios
xcode
xctest
6votes
1answer

otest crash with -[id<NSURLAuthenticationChallengeSender> userCredential:]

We have a class that uses AFHTTPClient and AFHTTPRequestOperation's internally. In development, we connect to a server with an invalid SSL Certificate, so we have this code in the method that returns the request operations: if (self.allowInvalidSSLCertificates) { [operation setAuthenticationChallengeBlock:^(NSURLConnection *connection, NSURLAuthenticationChallenge *challenge) { if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { [challenge.sender useCredential:[NSURLCredential [...] read more
ios
cocoa-touch
xcode4
xcodebuild
afnetworking
5votes
1answer

Python IDLE crash only on second monitor. Tcl/Tk compatibility issue?

OS X 10.10.1 Python 3.4.2 ActiveTcl 8.5.17 Hi All, Have a strange issue with IDLE crashing when using open parenthesis '(', specifically when using it after 'input'. It only seems to occur when the IDLE window is on my second monitor (LG IPS226). I can safely type the same characters [...] read more
python
macos
tkinter
python-idle
5votes
0answers

watchOS2 Notification Simulator

I encountered a strange bug from simulator of watchOS2 on XCode. I handled a notification using UILocalNotification and modified storyboard of static notification. But when I check a value "Wants Sash Blur" and build, It makes an error related with "Carousel.app"(like an unexpectedly stopped.) However, When I turn off that [...] read more
ios
xcode
swift
watchos-2
5votes
1answer

What do the contents of the general purpose registers contain?

I included the iOS tag, but I'm running in the simulator on a Core i7 MacBook Pro (x86-64, right?), so I think that's immaterial. I'm currently debugging a crash in Flurry's video ads. I have a breakpoint set on Objective-C exceptions. When the breakpoint is hit I am in objc_msgSend. [...] read more
ios
objective-c
macos
cpu-registers
5votes
2answers

In-App purchase on iOS simulator causes .../usr/libexec/lsd to crash

While testing In-App purchases in the simulator I get the following crash: Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/usr/libexec/lsd Parent Process: launchd [166] Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000030 VM Regions Near 0x975c08c: MALLOC_SMALL 0000000002000000-0000000004000000 [ 32.0M] rw-/rwx SM=PRV --> __TEXT 000000008fed8000-000000008ff0b000 [ 204K] r-x/rwx SM=COW [...] read more
ios-simulator
in-app-purchase
ios6
4votes
2answers

Investigating Memory Leak

We have a slow memory leak in our application and I've already gone through the following steps in trying to analyize the cause for the leak: 1. Enabling user mode stack trace database in GFlags 2. In Windbg, typing the following command: !heap -stat -h 1250000 (where 1250000 is the [...] read more
windows
debugging
memory-management
memory-leaks
windbg
4votes
1answer

Wicked PDF silently fails on OS X

With the same code and gem versions, it works just fine in Ubuntu (14.04, 64bit). Currently I am using: * wkhtmltopdf-binary gem v0.9.9.1 * wicked_pdf gem v0.10.2 * Rails 4.1.1 * Ruby 2.1.3 * OS X 10.10, 64-bit When I tried to generate PDF from Rails, i get the error [...] read more
ruby-on-rails
macos
wicked-pdf
4votes
1answer

How can I find the crash line of code from stack?

Now I have the crash info: TestAPP caused an Access Violation (0xc0000005) in module XCrashReportTest.exe at 0023:5763c230. Context: EDI: 0x002aee0c ESI: 0x002ad7f4 EAX: 0x00000000 EBX: 0x00000000 ECX: 0x57635670 EDX: 0x028c1d27 EIP: 0x5763c230 EBP: 0x002aee18 SegCs: 0x00000023 EFlags: 0x00010246 ESP: 0x002ad554 SegSs: 0x0000002b Bytes at CS:EIP: 8b 08 52 50 8b [...] read more
c++
windows
exception
mfc
3votes
1answer

Change display format of DirectX "Object Table"

While debugging with VS 2012 Graphic's Debugger, I want to look at an index buffer, but the format that is showing it in is as float. This means the numbers are different than they would be with an int or short format. Does somebody know how to change this? Here [...] read more
visual-studio-2012
hlsl
directx-11
2votes
0answers

apple watch notification scene is not opening in simulator in xcode 7.0

I am working on apple watch app..Main Watch App & glance scene are loading perfectly in simulator but when i try to open Notification scene, simulator is getting crashed with error Carousel quit unexpectedly..I am not able to fix this issue..following is crash report i get..thanks in advance Process: Carousel [...] read more
ios9
xcode7
apple-watch
watchos-2
2votes
2answers

Failed to create assembly 'System.ServiceModel.Internals' in SQL

I am trying to create an assembly in SQL but I am not able to load the following DLL. System.ServiceModel.Internals create assembly [system.servicemodel.internals] from 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.ServiceModel.Internals.dll' with permission_set = safe; go I get this error: > Msg 6218, Level 16, State 2, Line 2 CREATE ASSEMBLY for assembly > 'System.ServiceModel.Internals' failed [...] read more
c#
clr
.net-assembly
sqlclr
2votes
0answers

How to stop Mac Maverick(10.9) App (aquamacs) startup crash cycle

Maverick appears to crash my Macbook pro coming out of sleep. It recently crashed and after verifying the disks and startup again, Aquamacs no longer would run in one of my accounts. I have 2 different admin accounts on my Mac. In one account Aquamacs runs just fine. In the [...] read more
macos
osx-mavericks
aquamacs
2votes
0answers

How to debug System.ExecutionEngineException in a framework code of a managed application

I have an application running as service. The application crashes time to time. The application is written in vb.net and runs its tasks at new thread (one at time). I have collected crash dumps and started analyzing. From analyze of log file created by the application (analysis of dump supports [...] read more
.net
visual-studio-2010
debugging
unmanaged
crash-dumps
2votes
0answers

How to find a crash at start happening for App Review team, but not on my Mac?

I'm trying to publish one of my games on the Mac AppStore, but I got the following report from the App Review team : > Here is how we found this crash: The app crashes on second launch of the app. and here the crash log : Process: Tennis Elbow [...] read more
macos
crash
app-store
submit
2votes
2answers

iPhone App crash log - How to get class name and method name in crash log?

I am using the PLCrashReporter to get crash log of my application, I am getting below information from crash log <CrashReportInterface><CrashReport><applicationname>Basic</applicationname><bundleidentifier>com.iMobDev.weed</bundleidentifier><systemversion>6.0</systemversion><platform>x86_64</platform><senderversion>1.0</senderversion><version>1.0</version><userid></userid><contact></contact><description><![CDATA[]]></description><log><![CDATA[Incident Identifier: [TODO] CrashReporter Key: [TODO] Process: Basic [714] Path: /Users/bhavinparmar/Library/Application Support/iPhone Simulator/6.0/Applications/068F158F-CE56-46DD-B5D7-F93FD8FFB199/Basic.app/Basic Identifier: com.iMobDev.weed Version: 1.0 Code Type: X86 Parent Process: debugserver [716] Date/Time: 2012-12-20 14:12:04 +0000 OS Version: [...] read more
iphone
objective-c
ios
crash-reports
plcrashreporter
1vote
1answer

Lotus Domino Server 6.5 crashes frequently

We are running lotus domino server 6.5 in one our VM machine. The web applications hosted in this server are running for past 10 year with no issue. But suddenly for past few months the server is crashing frequently. I have used LND to analyze the crash details and all [...] read more
ibm-domino
servlet
servlets
1vote
2answers

Java 9.0.1 OpenJdk crashed the JVM with problem with AdaptiveWeightedAverage

My application failed for a customer crashing the JVM I have these details: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb6b48b12, pid=31447, tid=31508 # # JRE version: OpenJDK Runtime Environment (9.0+11) (build 9.0.1+11) # Java VM: OpenJDK Client VM [...] read more
java
crash
1vote
1answer

SQL Parent child tree data return only completed tree nodes from list

I have a parent child tree relationship in SQL Database. There are many tables holding all my data/relationships, the important data I need for this purpose is in the table below and I am using a recursive CTE query to get that. My application and database design are working perfectly [...] read more
sql-server
recursion
parent-child
1vote
2answers

svnX not working on MAC, Its always crash while opening

I am using svnx 1.3.4 on MAC , From yesterday it stopped working. I am getting below error. Let me know whats worn there. Process: svnX [750] Path: /Applications/svnX.app/Contents/MacOS/svnX Identifier: com.lachoseinteractive.svnX Version: 1.3.4 (1.3.4) Code Type: X86 (Native) Parent Process: launchd [182] Responsible: svnX [750] User ID: 501 Date/Time: 2014-04-01 [...] read more
macos
svnx
1vote
0answers

Unity game crashes at launch with Access Violation (0xc0000005) error

My unity game sometimes crashes at startup with a Access Violation (0xc0000005) error. It usually occurres only once or twice every 100 lauches, but it's been a real pain trying to understand why it happens. I've noticed that every time the call in the stacktrace of output_log is related to [...] read more
unity3d
unity5
1vote
0answers

silverlight on mac oob

I try to launch oob demo of microsoft silverlight and it hangs on 100% (on mac safari) when i click on silverlight preferences it crashes with the following error: what is the exact problem? what should i do to make it happen? very frustrated Process: Silverlight Preferences [589] Path: /Library/Internet [...] read more
.net
macos
silverlight
1vote
0answers

Spark datagrid crash on sort column only in release (updated with temporary fix)

Having some trouble for some time with this, wondering if some more eyes on the problem will help. This is a standalone Air application for Windows/Mac UPDATE: I can get the release version to actually sort and not crash! If I add the compiler flag (-optimize=false) it works as intended. [...] read more
actionscript-3
apache-flex
datagrid
air
flex-spark
1vote
0answers

Build is Crashing on Start

How can I get to the bottom of what's going on in this crash report? Is there something specific that might point to what I might have done wrong? It runs fine in Unity when I play it. Where might be a good place to start debugging things? Process: RollBallRoll [...] read more
c#
macos
unity3d
crash
unity5
1vote
0answers

Infinite loop popoverController IOS

Greetings fellow Stackoverflowians, I have ran into a very strange error which I have been pulling my hair out for the past week over, I believe there is an infinite loop happening with the popoverController however the app is not using the uipopoverController. I can't find where the problem is [...] read more
objective-c
ios7
uiviewcontroller
uipopovercontroller
1vote
1answer

receiving from remote server giving junk characters?

I am trying to write a telnet client to connect to following server: 198.182.241.14 (hosted by: Pittsburg State University, Kansas, USA) - login: library I have successfully connected through following code; sd = socket(AF_INET, SOCK_STREAM, 0); struct sockaddr_in sin; memcpy(&sin.sin_addr.s_addr, host->h_addr, host->h_length); sin.sin_family = AF_INET; sin.sin_port = htons(portno); if (connect(sd, [...] read more
c++
c
linux
telnet
1vote
1answer

Lotus notes give an error message during calling Crystal Report viewer control 9

OS : window 7 Enterprise Service pack 1 (32 bit) Lotus notes version : 9.0 (social edition) Whenever i want to create an object- crystal report viewer control 9 it give me an error message: below is error message that generate by lotus notes enter image description here [https://i.stack.imgur.com/encNN.jpg] -Already [...] read more
crystal-reports
odbc
lotus-notes
1vote
2answers

Python quit unexpectedly when trying to make a simple graph

I am running Mac OS X 10.8.4 and Python 2.7. I just wanted to make a scatter plot graph in python. It runs completely fine until I begin to put in the lines about graph. So when I include window = plt.figure(). Here is my code: import csv import numpy [...] read more
macos
python-2.7
graph
matplotlib
1vote
2answers

Monotouch SIGSEV In simulator only

I'm pretty new to Monotouch, and running into an error that is baffling me. I made a binding to an objective-c library for a sliding-style view ( https://github.com/edgecase/ECSlidingViewController ), and have been getting SIGSEVs while executing native code during the use of that library (specifically, it happens when I try [...] read more
ios
xamarin.ios
xamarin
1vote
2answers

iOS Simulator crashing in Virtual Machine

I'm brand new to iOS development (and MacOS in general). While waiting for a mac to arrive I've set up a Virtual Machine running Mountain Lion to get started with developing. When trying to run a simple Hello World application, the simulator crashes with "The simulated application quit" error message. [...] read more
iphone
ios
xcode
ios-simulator
ios6.1
1vote
2answers

EXC_BAD_ACCESS with libssh2?

I was finally able to compile libssh2, but now I keep seeing the EXC_BAD_ACCESS error. This is the basic background as to how libssh2 works (at least the GUI) is this... 1. Enter command 2. Enter host IP 3. Enter username/pass 4. Press the button to send the SSH command [...] read more
objective-c
ios
1vote
1answer

Xamarin.Mac project crashes at startup, what am I doing wrong ?

I downloaded Xamarin Studio (4.0.1), and created a new Xamarin.Mac project via the template. Without changing any code, I try to run the app. It immediately crashes with EXC_BAD_ACCESS (even before the debugger can attach). These are the details from the error report: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS [...] read more
mono
monomac
xamarin-studio
xamarin.mac
1vote
1answer

Random crashes of cocoa application

I have random crashes of my Mac OS X application and there is no indication of a bug in my code. How to debug such kind of bugs? I have no access to user's computer where it is randomly crashes. Here is an example of crash log: OS Version: Mac [...] read more
macos
debugging
crash
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
0answers

Please explain what the Error with OS X 10.10.2 and MacWinDjVu (does not open any more) is and how to solve it

Please explain what the Error with OS X 10.10.2 and MacWinDjVu (does not open any more) is and how to solve it. I use DjVu regularly, and until today I did not have any problem. I just turned on my MacBook Pro, tried to open a .djvu file and this [...] read more
macos
crash
osx-yosemite
djvu
0votes
1answer

Customizing Fantacy Remote .INI file

I am using Fantacy Remote to remote view other machines. I have attached the default .INI file that Fantacy Remote uses. When i connect to a machine, the client user should not have mouse and keyboard access of the Remote machine. It should be a View only remote connection. And [...] read more
remote-desktop
remote-access
0votes
1answer

Lotus Domino Server Crash

We are running domino server is one of our virtual machine. We also see "allocation failure" and "GC Cycle started" error in our domino console frequently after moving to VM OSVersion: Windows Server 2003 5.2 (Build 3790), PlatID=2, Service Pack 2 (4 Processors) Notes Build: Release 6.5 September 26, 2003 [...] read more
lotus-notes
ibm-domino
0votes
1answer

STM32F7 - Execute code from RAM and flash

I believe I have a problem with my linker script but I'm not sure if that's the true culprit here. Background: I'm using an STM32F730 on a project. The uC has 64K flash and 256K of ram. Of that, 64K is TCM, 192k is regular RAM. The project will exceed [...] read more
c
linker
ram
0votes
2answers

Failing to setup my database

I have Ruby on Rails running on Raspberry Pi 3/Raspbian (probably not a good idea), although I rarely encounter any issues. However, when I switched from SQLite to PostgreSQL for my database I get this strange error message that I cannot wrap my head around. I created a new Rails [...] read more
ruby-on-rails
0votes
1answer

`cgpdftoraster` failure on Mac 10.11.6

I am trying to resolve a printing error for a relative's Mac. The OS is 10.11.6, and I infer from her story that the printer (Epson Artisan 730) stopped working around the time of 10.11.6's release. When I attempt to print, the print queue shows the job with a "Filter [...] read more
macos
printing
0votes
0answers

Sinch Client can't be built in Android, App crashes with JNI warning and java.lang.NoSuchMethodError

I am using the latest Sinch SDK 3.9.14 and my app immediately crashes when it gets to building the Sinch client for the MessageService. Here is the MessageService.java file that it crashes on at the startSinchClient method. package com.downloadjackal.jackal.utils; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; import android.support.v4.content.LocalBroadcastManager; import [...] read more
java
android
java-native-interface
sinch
android-sinch-api
0votes
2answers

Context switch using arm inline assembly

I have another question about an inline assembly instruction concerning a context switching. This code may work but I'm not sure at 100% so I submit this code to the pros of stackoverflow ;-) I'm compiling using gcc (no optimization) for an arm7TDMI. At some point, the code must do [...] read more
gcc
arm
inline-assembly
context-switch
0votes
0answers

Xcode 5.02 crash on opening any xib - Yosemite

I am running Yosemite 10.10.4 on a Macbook Air. I have a number of Xcode projects that worked successfully under Xcode 6.4. However, I downloaded Xcode 5.02 from Apple in order to use the Big Nerd Ranch book "IOS Programming" which is written for Xcode 5. Any time I open [...] read more
xcode
0votes
1answer

Unity3d OSX build crash when usage memory over 700mb

I build my Unity3d application for OSX. But after sometime application crash when memory usage over 700 mb. It exist limit memory usage for OSX applications? Can I receive memory warnings for OSX applications? Crash log: Crashed Thread: 20 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: [...] read more
macos
unity3d
0votes
1answer

Android Studio Creating a virtual device

Hi everyone i have installed android studio on my Mac. But when i try to create a virtual device then i am getting the following error. So i dowloaded the Android Studio from the developer.android.com The android studio working fine but i can not run my app. Anyone can knows [...] read more
android
android-studio
0votes
1answer

How to find out Interval from RecurrenceItem in EWS

i created a function which gets all Informations of an appointment item from EWS. I also need the Interval of an RecurrenceItem but it doesnt work. This is what i did: ExtendedPropertyDefinition PidLidCleanGlobalObjectId = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Meeting, 0x00000023, MapiPropertyType.Binary); ExtendedPropertyDefinition PidLidDayInterval = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Appointment, 0x00000011, MapiPropertyType.Integer); ExtendedPropertyDefinition PidLidWeekInterval = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Appointment, [...] read more
c#
visual-studio-2010
web-services
exchangewebservices
0votes
1answer

InDesign is crashing when opening a file from the book

Edited shorter version: I am trying to close an open book in InDesign and run some functionality after. It looks like the next step starts before the book is fully closed myBook.close(); alert("Book closed"); I have the alert displaying with the open book still on the background. If I try [...] read more
adobe-indesign
extendscript
0votes
3answers

Google Chrome crashing on launch, OS X Yosemite Public Beta 2

Just recently updated to the 2nd release of OS X Yosemite's public beta. A few hours into using it, I had Chrome crash, and refuse to start up subsequently. The strange thing is, Eclipse isn't working now either, and both are throwing similar crash reports (Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception [...] read more
google-chrome
beta
osx-yosemite
0votes
1answer

Application was crashed in ipad Air

i did one application and submitted to appstore.But application was rejected due to crash problem.But i run on my ipad it's working properly.I send a mail to review team.And they give me reply as "Your application was running successfully in all ipads except ipad Air.Application was crashed in iPad Air".So [...] read more
ios
iphone
ipad-2
ipad-3
0votes
1answer

iOS - Prevent object deallocation

I have an object, similar to UIAlertView that presents a dialog box with a custom message and title. So far, the following code works to show the dialog box: DialogBox *dialog = [[DialogBox alloc] initWithMessage:@"Hello" delegate:self]; [dialog showDialog]; When I tap either the 'YES' or 'NO' buttons on the dialog [...] read more
ios
objective-c
object
memory-management
0votes
1answer

"Bus error: 10" when running haxedoc

When running haxedoc, either from Haxe 2.08 or from Haxe 2.10, I get $ haxe-2.10/haxedoc -h Bus error: 10 Haxe 2.08 is the binary and my Haxe 2.10 was compiled with OCaml. I suppose my Mac is using some incorrect library, causing the problem. If I run haxedoc alone I [...] read more
haxe
0votes
0answers

Dreamweaver quit unexpectedly from Ajatix > Advanced CSS Drop Down Menu Light

can you help me with this problem with Dreamweaver quit unexpectedly from Ajatix > Advanced CSS Drop Down Menu Light this is a add-on from creative cloud. i do not know y this is happening to dreamweaver when i try to lode a program to add a menu bar Process: [...] read more
c++
macos
entity-framework
flash
air
0votes
1answer

Robotframework RIDE Mac OS get error

Mac air 10.9.3 Python: 2.7 wxPython: 2.9 RIDE: 1.2.3 Run "ride.py" will display error. Here is the error I get: (sorry it is really long) A new window pops up and that has the headline "Python has quit unexpectedly" And in the rest of the window it says: Process: Python [...] read more
python
macos
wxpython
robotframework
0votes
1answer

LLDB print out NSException name or class from library

In Xcode I use "All Objective-C exception" breakpoint, but i want to skip some specific NSException. I found in this article all the information about how to skip some specific NSException's name and it works perfectly for all the @try{} @catch I've put in my code. Unfortunately I'm forced to [...] read more
ios
xcode
debugging
lldb
0votes
1answer

Application was crashing without any error message

i am doing one application.That application is running successfully in ipad simulators.But app was crashed in ipad retina simulator without any exception or error message.And the crash report for that crash is Process: lsd [2796] Path: /Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/usr/libexec/lsd Identifier: lsd Version: 40 Code Type: X86 (Native) Parent Process: launchd [145] [...] read more
ios
iphone
crash-reports
ipad-3
0votes
1answer

Bound Xamarin.iOS library subclass crashes on simulator

I'm currently having an issue with the iOS simulator. I'm currently developing a Xamarin project with a bound Objective-C library (ECSlidingViewController). I built the library for the armv7, armv7s, simulator and arm64 architectures, combined them into a fat binary and bound it using a Xamarin binding project. Now the binding [...] read more
c#
ios
xamarin.ios
xamarin
0votes
1answer

Lotus Notes Client crash ntdll.EtwEventEnabled

Lotus Notes Client crashed for one of the user few days back. After that we had him install the Lotus Notes twice but the issue continues. PLease find the NSD below. It shows ntdll.EtwEventEnabled at the top of the stack trace and Access Violation as the error message but I [...] read more
lotus-notes
0votes
1answer

Simple y86 do-nothing program halt

[terminal]$ ./yis a.yo Stopped in 11 steps at PC = 0x2c. Status 'HLT', CC Z=1 S=0 O=0 Changes to registers: %eax: 0x00000000 0x00000004 %ebx: 0x00000000 0x00000005 %esp: 0x00000000 0x00000023 %ebp: 0x00000000 0x0000002f Changes to memory: 0x0020: 0x2c803fa0 0x27803fa0 0x0024: 0x20000000 0x05000000 0x0028: 0x905fb054 0x04000000 0x002c: 0x45205fa0 0x37000000 0x0030: 0x32200120 0x0d000000 [...] read more
assembly
y86
0votes
1answer

Mono Program Crashes on OSX Lion

As a deployment test, I created a bare-bones C# Mono project in MonoDevelop. It only shows a window. I didn't make any changes to the code after creation. It installs and runs perfectly fine on Mountain Lion. When I install and run it on Lion, however, I get the following [...] read more
c#
mono
osx-lion
monodevelop
osx-mountain-lion
0votes
2answers

lotus notes crashing when swing dialogbox appears

I coded an agent in Java that displays some text using JDialogBox. Now for one of the many users of that application it is not working. whenever the user clicks on action that initiates that agent, a dialogbox appears but before it could display completely notes crashes, giving the error [...] read more
swing
lotus-notes
lotus-domino
0votes
1answer

iOS Simulator Stalls

I am running Mountain Lion and XCode 4.4.1. I am trying to run the iOS Simulator but it will show the image of the iPhone but no OS shows up inside the phone. I have looked at the Console Log and found a crash with the following code Process: iPhone [...] read more
xcode
macos
ios-simulator
0votes
1answer

Cocoa App crash calling a 3rd party API

My Cocoa Objective-C app (in XCode) occasionally crashes in the part where it calls a 3rd party API. I believe that it's a memory leak or something. I attach the part where my program will, the 3rd party API and the crash log. Please help to give me pointers on [...] read more
objective-c
cocoa
xcode4
-1votes
1answer

GDB - see what have accessed the address/break on it

I am trying to overwrite the function vtable: Here it is done: Before memcpy (gdb) x/100x 0xb7993150 0xb7993150: 0xb6eae130 0xb6eae130 0x41414141 0x41414141 0xb7993160: 0x41414141 0x41414141 0x41414141 0x41414141 0xb7993170: 0x00000000 0x00000000 0x00000030 0x00000023 0xb7993180: 0x6c707061 0x74616369 0x2f6e6f69 0x6574636f 0xb7993190: 0x74732d74 0x6d616572 0x00000000 0x0000001b 0xb79931a0: 0x00000001 0x00000001 0xb7993078 0x00000000 0xb79931b0: 0x00000000 0x0000002b [...] read more
gdb
exploit
-1votes
1answer

ECSlidingViewController bound using Xamarin causes crash

I am using a binding project to wrap ECSlidingViewController for use with MonoTouch/Xamarin. I have this setup. However when I attempt to open the menu (by triggering a segue on button click) the app crashes with no error report, nor anything in the application output. All I have to go [...] read more
xamarin.ios
xamarin
ecslidingviewcontroller

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