search for: crash

Displaying 20 results from an estimated 22942 matches for "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 |binary test/trace/crash-0.5.4-13491-stack-overflow-6.swf.trace | 1 + test/trace/crash-0.5.4-13491-stack-overflow-7.swf...
2007 Oct 28
1
2 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 1 + test/trace/Makefile.am | 3 +++ test/trace/crash-0.5.3-divide-by-zero.as | 5 +++++ test/trace/crash-0.5.3-divide-by-zero.swf |binary test/trace/crash-0.5.3-divide-by-zero.swf.trace | 1 + 5 files changed, 10 insertions(+) New commits: commit c6d96d7d47704ca3d62c08d35874c64f7878bdf2 Author: Benjamin Otte <otte at gnome.org...
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...
2007 Oct 12
0
2 commits - player/swfplay.c test/trace
player/swfplay.c | 5 ++++- test/trace/Makefile.am | 9 +++++++++ test/trace/crash-0.5.2-cvs-return-from-block-5.swf |binary test/trace/crash-0.5.2-cvs-return-from-block-5.swf.trace | 1 + test/trace/crash-0.5.2-cvs-return-from-block-6.swf |binary test/trace/crash-0.5.2-cvs-return-from-block-6.swf.trace | 1 + test/trace/crash-0.5.2-cvs-return-from-block-7.swf...
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
...oogle/oss-fuzz/blob/master/projects/llvm/project.yaml) Examples of bug reports follow. Thanks! --kcc dwarfdump: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary Crash Type: ASSERT Crash Address: Crash State: result <= UINT32_MAX llvm::object::WasmObjectFile::parseStartSection llvm::object::WasmObjectFile::parseSection Crash Type: Heap-buffer-overflow READ 1 Crash Address: 0x60200000009a Crash State: llvm::object::WasmObjectFile::parseCustomSection...
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 23:44:07 2007 +0200...
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 test/trace/function-apply-crash.as | 7 ++++++ 8 files changed, 36 insertions(+), 17 deletions(-) New commits: diff-tree 28bdc729ce326cb...
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: <crash> Checking for crash with only these named metadata nodes: llvm.ident: Checking for crash with only these...
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-proces...
2016 Mar 21
7
Need help with code generation
...n Mon, Mar 21, 2016 at 2:46 PM, Rafael EspĂ­ndola <llvm-dev at lists.llvm.org> wrote: > On 21 March 2016 at 17:34, Tim Northover via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > >> My understanding is that clang and llvm themselves are designed this way > >> (crash when the unexpected happens). > > > > I don't think so. I'd view any Clang crash as a bug (probably to be > > prioritised below silent CodeGen and many others, but not "working as > > designed"). > > > >> For example the fact that clang forks...
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 -autoup...
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 seemed t...
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=...
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 /usr/lib/debug/lib/modules/2.6.32-358.11.1.el6.cento...
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 cras...
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 dat...
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 per...
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