Tagged Questions
The crashes tag has no wiki summary.
11
votes
2answers
2k views
Jquery 1.6.2 Crashes IE8 Tabs
Hello fellow developers,
I am a little stumped on this one as I have been using JQuery 1.6.2 with no issues until three days ago. (There was a service pack update at some point around this time)
...
5
votes
2answers
887 views
Ruby crashes on windows
I'm facing same problem described here: why-rails-fails-with-ruby-exe-has-encountered-a-problem-and-needs-to-close. that is ruby get crashed with following error:
ruby.exe has encountered a problem ...
4
votes
3answers
72 views
The meaning of Xcode hints when crashes occur
1.When my app crashes and there's no message in console window Xcode shows me a green line with signature EXC_BAD_ACCESS or PROGRAM RECEIVED SIGNAL SIGABRT in the code editor. The question is: does ...
4
votes
3answers
155 views
What tool can I use to catch all the inputs that cause an application to crash?
I need a Windows tool that records inputs and debugging information that cause program's crashing. I don't mean a fuzzing software tool! For example, let me describe a scenario to explain what I'm ...
4
votes
3answers
3k views
Symbolicate adhoc iphone app crashes
I can't manage to make my code symbolicated ... I read the part "below" :
Given a crash report, the matching
binary, and its .dSYM file,
symbolication is relatively easy. The
Xcode Organizer ...
3
votes
2answers
507 views
Linux Kernel programming: trying to get vm_area_struct->vm_start crashes kernel
this is for an assignment at school, where I need to determine the size of the processes on the system using a system call. My code is as follows:
...
struct task_struct *p;
struct vm_area_struct *v;
...
2
votes
0answers
118 views
List of 10.1in Android Tablets with/without the Camera Intent bug
Does anyone have a list of the 10.1in Android tablets with/without the camera intent bug mentioned here: Android ACTION_IMAGE_CAPTURE Intent
I seem to be getting this bug on the Xoom.
2
votes
2answers
193 views
MFC Application Crashes while closing
I had a working MFC application (a dialog application), I deleted some of its button and added a new button, but now when it closes the application crashes. It fails in one of ASSERT() macro. The ...
1
vote
0answers
45 views
SoundPool (SDK 4.0.x) int loop, any value other than zero causes crash
I wonder if anyone can help.
I'm using
Android 4.0.x development kit
Win 7 64 bit platform
using the code as supplied in
http://www.droidnova.com/creating-sound-effects-in-android-part-1,570.html
...
1
vote
2answers
71 views
jQuery crashing browser
I'm trying to develop a game using jQuery. it will create some div's dynamically using jQuery and also removing unnecessary div's, but after some time my browser going heavy and using lot of process ...
1
vote
2answers
92 views
If statements cause app to crash
I'm working on an app that involved comparing to numbers inputted by the user via text box, but wen I put in any if statements the program crashes whenever they are called. Otherwise the program runs ...
1
vote
0answers
139 views
Returning from springboard gives EXC_BAD_ACCESS (SIGSEGV)
I'm getting strange crashes in my iPhone app when clicking the home button to go to the springboard (not always, but sometimes). There doesn't seem to be any code in my app that's causing any issues. ...
1
vote
0answers
43 views
How to debug a couple of simple android crashes - for beginners
I'm fairly new at Android stuff, and I've slogged through a few simple crashes, so I wanted to pass along a a couple of items to new guys because I haven't seen it posted anywhere and it would have ...
1
vote
1answer
175 views
Android Vibration Crash
I want to add a vibration feedback for a game i'm developing, together a music play, like "winner" and a vibrate pattern.
The problem is that when I add the vibrate sentences, my app crashes.
For ...
1
vote
2answers
177 views
Service crashes on 'death' of Activity
I have an Activity that starts a Service.
In my Activity:
startService(new Intent(this, MyService.class));
In my Service, onStart():
/* Show notification */
int icon = R.drawable.icon;
tickerText ...
1
vote
0answers
194 views
android application crashes if no internet
I am using this code to check the network availability for the android application.
public boolean isOnline(Context ctx) {
ConnectivityManager conMgr = ...
1
vote
3answers
280 views
Java RMI timeouts (crashes)
I'm doing a server/client program in Java using RMI. When server crashes it's not a problem, clients get a RemoteException and disconnects.
However I have problems when clients crashes. My server ...
1
vote
1answer
318 views
Delphi DLL called from C++ crashes when showing a form
EDIT: Dumb question, already fixed. Form1 was nil because I didn't assign it a new TForm1, I forgot Delphi doesn't do that for you like C++.
I have a Delphi DLL that I want to use for the GUI of my ...
1
vote
1answer
299 views
How to find the Problem using Crash Report of iPhone?
I have the iPhone crash report and I am not able to get what is the problem with that. So, Can any one know what is the problem in the crash report?
Incident Identifier: ...
1
vote
1answer
48 views
Keeping 'almost complete' logs even when system crashes
We have a c++ application (console) that runs on windows and unix.
This application used output files to output verbose log files of system calls/prints/etc.
The prblem is, that in certain occasion ...
1
vote
1answer
611 views
Simple “Hello World!” console application crashes when run by windows TaskScheduler (1.0)
I have a batch file which starts multiple instances of simple console application (Hello World!). I work on Windows server 2008 64-bit. I configure it to run in TaskScheduler, at startup, and whether ...
1
vote
1answer
876 views
Qt application crashing immediately without debugging info. How do I track down the problem?
I run an Qt app I've built:
./App
Segmentation fault
I run it with strace:
strace ./App
execve("./App", ["./App"], [/* 27 vars */]) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by ...
1
vote
3answers
682 views
ISAPI filter crashes IIS
I have created an ISAPI filter.
It works fine on develpoment server and SIT server.
But in production server it doesn't works.
In event viewer the following log :
Reporting queued error: faulting ...
0
votes
0answers
185 views
how to fix web app low memory crashes on mobile safari
Our web app is generating LowMemory crashes very often on Ipad and Iphone.
This is an example from CrashReporter
Incident Identifier: 858042
CrashReporter Key: 6bda3a
Hardware Model: iPad1,1
...
0
votes
4answers
66 views
BackgroundWorker Crashes application when doWork called
Here's some code:
class myclass
{
enum STAT
{
IDLE=0;
READING,
WRITING,
PAINTING,
SKATTING
}
public STAT status = STAT.IDLE;
}
void reading()
{//code}
void writting()
...
0
votes
0answers
50 views
In-app Billing Crashes
I have been working on in-app billing for my app as a source for donations. I used this website as an example: ...
0
votes
1answer
55 views
Simulator Crashes with Textview and Imageview
I recently started programing and when I did a basic Imageview and Textview shown below.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout ...
0
votes
1answer
75 views
UITableview crashes at numberOfRowsInSection; Json in NSDictionary to UITableview
I have fetched Json with JSONKit from url to NSDictionary in initWithNibName
NSData *jsonData = [NSData dataWithContentsOfURL:[NSURL URLWithString:jsonUrl]];
JSONDecoder *jsonKitDecoder = ...
0
votes
2answers
130 views
DLL works with visual studio webserver but crashes in IIS?
I'm calling unmanaged dll in my web applicatrion and its works fine but if I run the web application in IIS its crashes when calling dll function. I cant catch the exception there its only ie error ...
0
votes
1answer
83 views
SurfaceView Crashes when returning from another activity
i have a thread problem with my surfaceView, its quite common but i have not found a solution anywhere.
I use a SurfaceView as a Background in a frame layout:
<FrameLayout ...
0
votes
0answers
72 views
When Extending Zend_Db_Table_Abstract to Create a Join it Crashes MySQL
I want to understand why this works perfect with out a problem.
$this->db = Zend_Db_Table_Abstract::getDefaultAdapter();
public function getMessages()
{
$select = ...
0
votes
0answers
174 views
Visual Studio 2010 crashing while try to opne or edit the .aspx file
Visual Studio 2010 crashing while try to opne or edit the .aspx file.
Its crashing usually when i try to edit in .aspx pages.its not only crashes while making changes in .aspx pages,it crashes while ...
0
votes
1answer
84 views
iOS app causing internal server error
I'm having a very strange problem. My app is causing my server to go berserk.
My iOS app uses TFHPPLE to parse data from a php page on my server. It grabs a name from the page, and checks how ...
0
votes
2answers
57 views
TabbarController crashes in 3.0
i am using TabBarController , it is working fine in my ipod.
but my application is crashing it 3.0 . any help please?
self.window.rootViewController = self.tabBarController; //crashing here
and ...
0
votes
1answer
174 views
libclang.dylib causing Xcode to crash
Sometimes when I try and build a project in Xcode, roughly 1 in 10 times, it crashes and quits. I then get an error box which says: "Xcode quit unexpectedly while using the libclang.dylib plug-in". ...
0
votes
0answers
49 views
App crashes after skip ad in greystrip ads in iPhone
I have implemented greystrip ads and its working fine in all view controller except one in which i receive data from web service and pop up an alert view on clicking "Okay" button i display ad in full ...
0
votes
1answer
97 views
Crash, on Console Application, trying to draw enemies, out of bounds (following vid tutorial)
{Hopefully improved my post, please still suggest any other code you need, and once again im sorry for being so clueless, im determined to get past this problem though so i truly appreciate your ...
0
votes
0answers
79 views
audioPlayerDelegate references- app crashes after clicking back button -no error msg
I have two .xibs in my app. First .xib contains a round rectangle button that open second .xib. ViewDidLoad method of second .xib starts a background music(mp3 file) using AVAudioPlayer and shows an ...
0
votes
1answer
222 views
InstallShield Limited Edition - problems with General Information page and crashing VS 2010
I think I'll soon will regret the day I chose to use InstallShield and not WiX.
I had a bit of experience with WiX, and it seemed a bit complicated to use, so when the time came for a real project, I ...
0
votes
1answer
325 views
How to analyze opera crash log
I have developed an extension for opera which lets users to "Google +1" websites.
It works fine on stable opera releases,but it crashes opera when run on alpha releases(Opera Next).
The extension ...
0
votes
1answer
253 views
What are common causes of crashes or problems on different Android phones when running PhoneGap app?
I have PhoneGap application made for Android. On my device and other users devices it runs just fine. But on some phones ( right now I know about LG Optimus One and HTC Magic ) it doesn't start and / ...
0
votes
1answer
341 views
JVM crashes while executing swing application with native JNI code
My Application is using SwingWorker for executing different tasks which in turn communicating many third party DLLs, attach herewith the crash log :
Please help :
...
0
votes
0answers
42 views
Crashed xlsx File [closed]
I have a problem with xlsx file - is damaged. How can i repair this file?
Here is file:
http://bordeux.net/WYDATKI_2010.xlsx
and first 3 lines of content:
đ° €©‚‚™×1Íő§ÜU,8ěÁ]%7ä4č_ľďÂěą6ÝmČĐë ...
0
votes
0answers
73 views
Eclipse crashes [closed]
I've tried to find a similar question, but couldn't. I have been running programs all day and all of the sudden I go to run a program and Eclipse crashes. Any suggestions?
I notice when I run my ...
0
votes
1answer
104 views
Crashes when using boost::random
I got a relatively serious problem with boost::random.
Background: I'm using TDM-GCC x64 on Windows 7 x64. Compiler options are -g -Wall -fexceptions
I build Boost using the same compiler enviroment, ...
0
votes
2answers
151 views
iphone app crashes: work fine in development but when downloaded from itunes it crashes
I developed one application, recently I launched it in the apple store.
When I download the application from the itunes and launch it, it crashes at the point it retrieving the data from the web ...
0
votes
1answer
767 views
android random crashing concurrency issues
I'm writing a chatty net enabled application and for an improved user experience I'm using all kinds of concurrency constructs. The information coming in from the network contains textual items and ...
0
votes
2answers
178 views
Titanium Developer Crashes on Startup (was fine)
Closed my laptop when I left work. When I got home and opened it, it had restarted. Now when I go to open Titanium Developer it instantly crashes.
So I can't even open it now. Any ideas on how to ...
0
votes
1answer
248 views
App crashes due to WebView please help!
Hi in my app i am using UIwebview to display websites, however whenever I click back button and start playing with other parts in the app, the app mostly crashes with no reason, i suspect the webview ...
0
votes
1answer
253 views
Visual Studio Crashing When I Select Text in Code Editor
I have exactly the same problem as this SO poster; Visual Studio Crashing When I Select Text in Code Editor, except I'm running Windows 7 Ultimate and the fix for bulltorious isn't workable for me on ...