This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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