|
I've been working for a week on fixing my problem but I can't take it any more. It seems like a great plugin but it seems that there are serious stability issues. Anybody else having this problem? I'm getting a dynamic link error and it crashes. Or I ...
Started by Johnny Lamint on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at creativecow):
From BCC 7.05 it will crash AE and now i don't even get an error message!.
|
|
When we upgraded MVC beta to MVC RC1 the development webserver that visual studio has suddenly crashed at some point in the application. After some searching I narrowed the bug to this simple line:
if (!helper.ViewData.ContainsKey("SomeString"))
SomeString...
Started by MichaelD on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You....
My experience is that when the development Web server crashes, it is generally because of the stack overflow in your code (or, obviously, code in the framework that you are calling).
I don't know the answer, but I can tell you how to find it .
|
|
From what I've read in the docs, gen_servers don't trap exits. Moreover, my understanding is that if a process starts another process with spawn_link, and the child process crashes, the parent crashes too.
However, this is not what I'm seeing. I've got...
Started by mwt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
crash....
-export([start_link/0([]) -> {ok, []}.
-behaviour(gen_server).
-module(crash).
It crash by spawn_link:ing a process that does not much but dying, bringing the server down to understanding why it's not killing my real server.
|
Ask your Facebook Friends
Explorer.exe crash, immediately followed by crash of DrWatson Postmortem debugger (they named it???)
While unzipping files on a computer running windows xp, about half the time the above error in the title will occur, in which case I have to restart the computer to resume interaction.
Why is this happening while unzipping, why doesnt it always happen...
Started by Cyclone on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I had a similar.
Become currupt and when you extract a certain file type, it causes Explorer to crash.
|
|
XCode 4.2 just crashed when i built and ran my project. a little while before that a window popped up telling me that it crashed but i had the option to continue instead of crashing. imagine that? how many programs give you the option to continue running...
Answer Snippets (Read the full thread at somethingawful):
I'd be saving constantly and saving as just in case it would crash....
The option to continue running or not after it crashes?
not many applications crash now on my computer selecting a tool or moving a vertice) would make it crash.
|
|
Are there any crash logs generated by iPhone Simulator?
the Simulator crashes a lot but not leaving any traces in Console... the crash log will be useful.
Started by Shivan Raptor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have found some in my home directory under
~/Library/Logs/DiagnosticReports/
They have a file extension of .crash
Something.
The crash logs are saved to file.
From an app running in the simulator.
|
|
When my app crashes, I get a crash report that takes 5 minutes to scroll by. What's the best way to handle this?
Started by mwt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The important information handler for the crash dumps: http://erlang.org/doc/man/sasl%5Fapp.html
The default is tty which dumps Links:
Crash Report documentation....
You could pipe the crash dump to a file.
Just configure your logger.
|
|
Ive been working on a game, and the first room contains only one thing, which, on space, changes rooms. The game doesn't crash on all computers, of the ones I've tested, the only ones its crashed on have Windows 7 Ultimate N 64bit. Any Ideas?
Started by fralor on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at 221):
This post has been? Or just flat out crash? greep, on 29 January 2012 - 12:55 AM, said:
Does it give an error report? or unexpected error? Or just flat out ....
crash on start or when you hit space? Also, can your computer run ANY GM cames.
|
|
I have a crash dump and I suspect GDI leaks to be a cause of the crash
From the full crash dump is there anyway to find out the number of GDI handles used by my process when it crashed?
regards G
Started by Ganesh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On the actual reason of your particular crash?
Tess talks about a similar situation, perhaps.
|
|
Probably not a good thread for the fear of flying crowd. So I'm watching Cast Away for about the twentieth time on FX and it got me wondering what are some other good depictions (descriptions) of a plane crash.
Die Hard 2 (1990)
Alive (1993)
Fight Club...
Started by standingwave on
, 21 posts
by 17 people.
Answer Snippets (Read the full thread at straightdope):
Not a plane actually, but the spaceship crash in the movie "Pitch Black" was one of the most terrifying crash crash....
I always wondered why.
That crashes because going in, everyone pretty knows that it's about a plane crash.
|