Tag used to indicate that a question presents code or methods that may lead to a crash. Useful as a warning to prevent other users from experiencing the same without having saved their work.
Questions tagged [crash]
257 questions
5
votes
1 answer
How to debug Mathematica crash?
If i have some program which crash Mathematica every time it's run. What are the steps to make a more informative report and/or how do i go about debugging it?
EDIT:
I guess essentially my question is how even professionals such as Wolfram support…
user13253
- 8,666
- 2
- 42
- 65
3
votes
0 answers
Saving data from a long computation when Mathematica does not respond
I ran some a somewhat long computation with Mathematica during 5 days (on my University's computer, which is not very powerful), and Mathematica could not display it as it was too long. So I thought to print it, but did not use the function 'Print',…
Paul-Benjamin
- 131
- 2
2
votes
0 answers
Why Mathematica 11.1 crashes without chance to save?
I am getting really frustrated with Mathematica 11.1. It crashes spontaneously during calculations, typing, editing expressions, etc. In previous versions you could kill the kernel process and still save the notebook with your workings.
Now it just…
Aus Man
- 181
- 2
2
votes
1 answer
Weird Mathematica Crash
One hour ago, my Mathematica 10.4 StudentEdition, completely crashed, stopped to respond, after I typed 2 letters. For example I wanted to type the command Abs or Exp or Plot and after the second letter it stopped typing and stopped responding. It…
Jordan
- 21
- 1
1
vote
0 answers
Mathematica crashes when doing an integral with real numbers
Integrate[Tan[t + 1], t]
-Log[Cos[1 + t]]
Integrate[Tan[1.0 t + 1], t]
The second input causes Mathematica 11.3 to hang, requiring one to quit the Kernel
user61531
- 27
- 2
1
vote
0 answers
Mathematica Not Responding
The problem I meet is when I try to edit the code in .nb file, the Mathematica often crash and "Not responding" shows after the file name in the top line, especially when I want to copy some code with mouse. Generally, I need to wait for a while…
Qi Zhong
- 1,037
- 9
- 16
0
votes
0 answers
Getting kernel crash from matrix operations
I have the following:
BBB = BBBBsparse + Transpose[BBBBsparse];
BB = BBB - DiagonalMatrix[Plus @@ BBB];
where BBBBsparse is a 1553 by 1553 SparseArray with diagnal elements as zero.
When I execute this with a whole bunch of code, it works normally,…
no-one
- 1,243
- 9
- 14
0
votes
0 answers
Mathematica keeps crashing my machine -- is there a way to prevent Mma from eating up so much system resources so this doesn't happen?
Fairly often Mathematica crashes on me. I'm pretty sure I'm not doing anything too radical or unusual, but I'll try to run some program and it'll be taking too long to evaluate, so maybe I'll hit alt+. to try and kill evaluation, the window will go…
YungHummmma
- 3,042
- 15
- 30
0
votes
0 answers
Error in Polygon data creation using EntityValue
I tried to apply the simulation of the URL below by changing it to "SouthKorea" and "Seoul" using Mathematica 12.1.
https://community.wolfram.com/groups/-/m/t/1901002
The part where the error occurs in this code is:
enter code here
statecolor =…
Milk
- 1,688
- 10
- 9
0
votes
0 answers
Is this a front-end crash or something else is wrong?
I am evaluating daily multiple notebooks (4) at the same time in order to perform a number of related computations. Been doing this for some time now and never have I encountered what I experienced today.
I am using v.12 as of lately and this is the…
user42582
- 4,195
- 1
- 10
- 31
0
votes
0 answers
DistanceMatrix on GeoPositions causes kernel crash
I'm trying to use DistanceMatrix on GeoPositions. Doing this on large arrays causes the kernel to crash.
Here's an example, that causes the kernel to crash in about 15 seconds (version…
Jud
- 71
- 2