Questions tagged [crash]
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.
273 questions
8 votes
1 answer
352 views
Compile kills kernel with no warnings
Trying to compile this function kills my kernel (14.3.0 and 14.1.0, MacOs 15.2). (n.b. It is a function that computes the collision time at which two disks with radii=1 with xy-positions pair[[1,1]] ...
1 vote
0 answers
216 views
How to keep running big calculations?
I am using Mathemica 14.2. digit = 10000000; sequence = {6, 4, 0, 6, 2, 8}; SequencePosition[First[RealDigits[Pi, 10, digit]], sequence] The code above runs well ...
5 votes
0 answers
208 views
Any work around for many kernel crashes in V 14.2 on DSolve with pde's?
Reported to WRI also [CASE:5261604] Each one of these DSolve calls cause kernel crash in V 14.2 and 14.2.1 instead of an $Aborted message or an actual solution. (These are from textbook and not made ...
7 votes
1 answer
172 views
Select on tabular with dates crashes kernel
Bug introduced in 14.2 and fixed in 14.2.1. ...
5 votes
0 answers
208 views
Mathematica 1.6 GB notebook keeps crashing
I have been playing with ListPlot3D and list containing a huge amount of data points. I made the mistake to save the nb without deleting the output graphics (which took a lot to compute) and now when ...
2 votes
0 answers
107 views
Geometric computation crashes - version or code related?
Currently I am doing a little geometric computation that consists of a) choosing a random rotated rectangle inside a larger rectangle and b) then compute a cover of this inside rectangle by other ...
10 votes
0 answers
319 views
Bug in Flatten crashes kernel
Bug introduced in 13.0.1 or earlier and fixed in 14.2 This makes kernel crash on version 13.0.1. Several other combinations of nested empty braces do the same. Is it present in newer versions? ...
0 votes
0 answers
76 views
Mathematica crashes when changing the cell style
I am using Mathematica 13.2.1.0 on Windows 10. I have experienced it crashing in many notebooks, specifically when changing the cell style, e.g., from Input to text. How to prevent that?