Displaying 20 results from an estimated 23049 matches for "crashe".
Did you mean:
crash
2007 Dec 11
0
3 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_as_context.c | 2 +-
libswfdec/swfdec_movie.c | 2 +-
test/trace/Makefile.am | 15 +++++++++++++++
test/trace/crash-0.5.4-13491-stack-overflow-5.swf |binary
test/trace/crash-0.5.4-13491-stack-overflow-5.swf.trace | 1 +
test/trace/crash-0.5.4-13491-stack-overflow-6.swf
2007 Oct 28
1
2 commits - libswfdec/swfdec_as_interpret.c test/trace
...f (r == 0) {
+ swfdec_as_stack_pop (cx);
SWFDEC_AS_VALUE_SET_STRING (swfdec_as_stack_peek (cx, 1), SWFDEC_AS_STR__ERROR_);
return;
}
commit 45f142e1ddb65fc1c2acf1a37e7ff9f46fba8452
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 28 19:48:29 2007 +0100
Divide by zero crashes in Flash 4
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index d150370..0732b48 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -380,6 +380,9 @@ EXTRA_DIST = \
crash-0.5.2-startdrag.as \
crash-0.5.2-startdrag.swf \
crash-0.5.2-startdrag.swf.trace \
+ crash...
2009 Oct 22
1
arima crashes too
Another pathological test.
arima does not crash for that series that crashes arma:
arima(c(2.01, 2.22, 2.09, 2.17, 2.42), order=c(1,0,0))
However, arima crashes for this:
arima(c(1.71, 1.78, 1.95, 1.59, 2.13), order=c(1,0,0))
arima seems pretty consistent in its crashing behaviour, since crashing for
one series means crashing for all affine series:
lets.crash.arima &...
2007 Oct 12
0
2 commits - player/swfplay.c test/trace
...| 12 ++++++++++++
11 files changed, 29 insertions(+), 1 deletion(-)
New commits:
diff-tree a8bd074e7aa1596bdabff5e033c14f5c284f1e44 (from c44582c11e9667e3a19b0630d1d40b153ca57e1c)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Oct 12 14:26:41 2007 +0200
add a test for a crasher we had in cvs until recently
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 6995f66..d20beb2 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -346,6 +346,15 @@ EXTRA_DIST = \
constructor-prototype.swf.trace \
countdown.swf \
countdown.swf.trace \
+ cra...
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
Hi,
We have several llvm fuzz targets running on OSS-Fuzz, a continuous
automated fuzzing service:
https://github.com/google/oss-fuzz
https://www.usenix.org/sites/default/files/conference/protected-files/usenixsecurity17_slides_serebryany.pdf
It has reported a few bugs in cxa_demangler, clang, and dwarfdump already,
and we expect to add more fuzz targets to it soon (llvm-isel-fuzzer,
2007 Oct 29
0
2 commits - libswfdec/swfdec_audio_event.c test/sound
libswfdec/swfdec_audio_event.c | 3 +
test/sound/Makefile.am | 7 ++++
test/sound/crash-0.5.3-no-samples.c | 57 ++++++++++++++++++++++++++++++++++
test/sound/crash-0.5.3-no-samples.swf |binary
4 files changed, 67 insertions(+)
New commits:
commit 835f7dd6a8a7ea739b437e7721506755fa989ca7
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Mon Oct 29
2007 Sep 14
0
4 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
libswfdec/swfdec_as_function.c | 35 ++++++++++++++++++----------------
libswfdec/swfdec_as_object.c | 2 -
test/trace/Makefile.am | 9 ++++++++
test/trace/function-apply-crash-5.swf |binary
test/trace/function-apply-crash-6.swf |binary
test/trace/function-apply-crash-7.swf |binary
test/trace/function-apply-crash-8.swf |binary
2016 Aug 19
2
Stop bugpoint from removing operand of metadata.
Hi,
I am trying to use bugpoint to reduce testcase. And bugpoint try to reduce
the number of operands for metadata, and this generate corrupted metadata:
*** Attempting to remove named metadata: Checking for crash with only these
named metadata nodes: llvm.dbg.cu llvm.module.flags llvm.ident: <crash>
Checking for crash with only these named metadata nodes: llvm.module.flags
llvm.ident:
2016 Jun 04
2
Adding source location information to crash dumps
Awful though it may seem, we sometimes do get crashes in the compiler,
usually because of some unhandled scenario we never thought of.
Unfortunately this typically happens when compiling very large pieces of
code, so narrowing down the context of the crash can be difficult.
When CLang/LLVM crashes it very helpfully creates a temporary pre-process...
2016 Mar 21
7
Need help with code generation
...sn't mean much if there is no coordinated effort to fix them.
>
I think it does, actually - that patches will be accepted to fix pretty
much any crash in LLVM. (llc isn't a user facing tool, so that's a
praticularly low priority - but as a general library (I assume your example
also crashes Clang, which would be where this would surface in a more
important way) it's pretty well accepted that crashes are bugs, I think)
> Right now lld is already harder to crash than llvm. We are just being
> honest about the fact that it is possible to craft a .o file that will
> crash...
2006 Mar 28
2
R crashes during 'eigen'
Hi all,
Hi,
When I want to compute the eigenvalues & eigenvectors of a specific
matrix, R crashes (i.e. it stops responding to any input). I've tried it
with different versions of R (2.1.1, 2.2.0, 2.2.1) - all with crashing
as result.
What I did before the crash was:
M <- as.matrix(read.table("thematrix",header=T))
eigen(M)
If, instead of eigen(M), I use eigen(M, EISPACK=T)...
2005 Jan 26
3
crahsing app
Can anyone tell me what is causing htis by chance? I know it is
the application. What's weird is i "fixed' it last time by
reformatting the machine to stabilize this one app. Now after a
month it crashes again....
Well the steam hlds has started randomaly crashing again.
----------------------------------------------
----------------------------------------------
CRASH: Tue Jan 25 17:23:58 EST 2005
Start Line: ./hlds_i686 -game cstrike -debug +ip 192.168.0.201
+port 27015 +maxplayers 11 -autoupd...
2006 Oct 12
2
1.2.12.1 crashing
Hi,
We just upgraded from 1.2.7 to 1.2.12.1. Everything is fine, except
that asterisk seems to just crash at random. Often I can make it
crash by using the ChanSpy function (which we use to monitor agents).
Sometimes it will just crash on its own.
The reason we were initially running 1.2.7 was because of the
stability it gave us (weeks without a restart).
We upgraded to 1.2.12.1 because it
2002 Sep 09
4
Hardware - no way -Re: Crashes maybe due to: "error writing 4 unbuffered bytes"
Dear JW,
I spent hours checking and upgrading my hardware. There is nothing wrong
with it. It is a 'mature' Pentium-II 400MHz system that has been running my
servers WITHOUT ANY CRASHES for nearly 2 years now 24/7
Listen to me: "The crashes are dues to rsync"
There is an IDENTICAL report from a totally different source at
http://groups.google.com/groups?q=%2B%22rsync:+error+writing+4+unbuffered+by
tes+-+exiting:+Broken+pipe%22&hl=en&lr=&ie=UTF-8&oe=U...
2011 May 08
21
Legend of mir
I installed Legend Of Mir 2.6 using WINE. But i cant get it to work..When i launch the exe, my scrrn goes black (like it should) but then nothing happens (normally on windows, after 2 seconds of balck screen, login gate comes up).
Any ideas?
2013 Jul 03
1
trouble with crash utility
Hi all,
I recently had an issue where, running kernel 2.6.32-358.11.1, the box
would be up for about five minutes, then would crash and reboot. kdump
saved the vmcore files, so I was hoping to run crash against them to see
why this was occurring. I copied the vmcores to another machine,
installed the kernel-debuginfo package, and gave it a try, but had no
success:
$ crash
2004 Feb 11
3
RGui (Windows) crashes after use of a Salford Fortran DLL
Anybody out there successfully using the Salford Fortran compilers
with R?
I have created a DLL using the Salford FTN95 compiler and it works
in as far I can dyn.load it, run the routines and get the right
answers back. Unfortunately subsequently, sometime later, the
Rgui crashes (access violation I think from the DrWatson log). The
crashes depend on whether or not I paste the code as one big
chunk, or as little chunks, and sometimes I can do a few things
before it crashes and other times not - but if I do exactly the same
things the crashes are reproducible. The crash...
2004 Jun 07
2
strange apparently data-dependent crash with large data (PR#6955)
I'm consistently seeing R crash with a particular large data set. What's
strange is that although the crash seems related to running out of memory,
I'm unable to construct a pseudo-random data set of the same size that also
causes the crash. Further adding to the strangeness is that the crash only
happens if the dataset goes through a save()/load() cycle -- without that,
the
2010 Jul 09
3
R crashes with large vectors
Good afternoon,
I have been experiencing a lot of crashes working with large vectors in R.
Specifically, I am using XTS of length of minimum 120k elements.
My problem is that I cannot display the vector (otherwise R crashes), I
cannot plot it either (otherwise R crashes). That could be solved by
reducing the amount of points.
However, I have been perf...
2007 Jan 17
3
Diagnosing into server crash
Hi all,
can anyone point me to a document that descirbes how to trace into an OS
crash under Solaris 10? My hope is to get target-oriented description to
figure out the system call and the process/thread that lead to the crash.
Regards,
Andreas