Skip to main content

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.

Filter by
Sorted by
Tagged with
8 votes
1 answer
353 views

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]] ...
Craig Carter's user avatar
  • 7,522
0 votes
0 answers
98 views

I have installed Wolfram 14.2.1 on a headless Linux server in which I have no administration privileges. After installation and activation, I run the executable math...
anonymous's user avatar
  • 513
1 vote
0 answers
216 views

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 ...
Milk's user avatar
  • 1,890
4 votes
0 answers
238 views

With Mathematica 14.1, this simple calculation, run as the first item in a notebook, takes 2.1 seconds. Timing[N[E, 10000000];] With 14.2.1, the notebook crashes ...
CrimsonDark's user avatar
5 votes
0 answers
208 views

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 ...
Nasser's user avatar
  • 156k
1 vote
1 answer
198 views

(Reported to Wolfram tech support) For example, the command trained2 = NetTrain[NetModel["LeNet"], "MNIST", TargetDevice -> "GPU"] ...
ulvi's user avatar
  • 1,948
7 votes
1 answer
172 views

Bug introduced in 14.2 and fixed in 14.2.1. ...
Lou's user avatar
  • 4,394
0 votes
0 answers
34 views

I’m encountering a strange issue while using Mathematica 14.2 on macOS 15.3.1. Every time I type Simplify[..,Assumptions] and use the autocomplete feature to type Assumptions, Mathematica crashes ...
Errorbar's user avatar
  • 101
5 votes
0 answers
208 views

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 ...
Tomas Libutti's user avatar
11 votes
2 answers
622 views

Update 2 It seems that it has been fixed in V. 14.2.1. Update As what Domen mentions in the comment, as well as I have tested it, it seems highly relevant to the option "Code caption language&...
Αλέξανδρος Ζεγγ's user avatar
2 votes
0 answers
107 views

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 ...
Jürgen Böhm's user avatar
2 votes
0 answers
145 views

Bug introduced in 14.1 or earlier and fixed in 14.3. The following code runs correctly PolynomialMod[1-2x+x^(3/2)+I x^2, x^(3/2)] PolynomialMod[1-2x+I x^2, x] The ...
lapcal's user avatar
  • 877
10 votes
0 answers
319 views

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? ...
azerbajdzan's user avatar
  • 32.8k
0 votes
0 answers
209 views

I am importing some data and interpolating it in Mathematica 14.1@Windows 11. I have made a block of code that does this. For some reason, there is a bug: if I leave the interpolation line uncommented ...
John Taylor's user avatar
  • 6,063
0 votes
0 answers
78 views

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?
Paweł Korzeb's user avatar
5 votes
0 answers
282 views

Bug introduced in 13.2 or earlier and fixed in 14.1 Save your work before attempting. I realise this may get fixed in later versions – I am more interested in the why. On OSX 14.4 and Mathematica 13.2 ...
gpap's user avatar
  • 9,817
8 votes
1 answer
177 views

The code below causes the Front End to CRASH. I came across this problem in some code that is very complicated, so I narrowed down the problem to a very simple task, to plot a couple of lines. ...
Michael E2's user avatar
  • 259k
1 vote
0 answers
91 views

I am using v12.2.0 on Win7-x64. Clear["Global`*"]; SeedRandom[1]; tri = RandomPolygon[{"Convex", 3}]; t1 = Triangle[tri[[1]]] Triangle[{{0, 0},...
Syed's user avatar
  • 62.9k
0 votes
1 answer
182 views

The following code crashes the Kernel with no error message. ...
Just Some Old Man's user avatar
7 votes
1 answer
338 views

I have a simple polygonal region difference: ...
Rainer Glüge's user avatar
1 vote
0 answers
100 views

I have a kinda large code of a solver, and after somewhat random amount of iterations it causes Kernel to shutdown with a "pop" sound and no messages. I tracked the exact line that caused it,...
Vsevolod A.'s user avatar
3 votes
1 answer
216 views

My mathematica running on Wolfram Cloud seems to break down if I use a SymmetricGroup greater than 6. As a basic example, when I run, ...
nj869's user avatar
  • 31
2 votes
0 answers
162 views

I have a piece of code that calculates and plots solutions of a set of 4 differential equations - coordinates of an object moving in a Kerr spacetime to be exact - with customizable initial parameters....
skyscrap3r's user avatar
1 vote
0 answers
117 views

I cannot use HatchFilling in my Mathematica v13.0.1 on Windows. Whenever I use it, both Mathematica's front end and Kernel crash. When I open the documentation ...
KratosMath's user avatar
  • 1,319
1 vote
0 answers
151 views

I am running Mathematica 12.1 on Fedora 36. When I try to export 3D plots as PDF files, Mathematica crashes. Using the Command Line to get an error log, I am simply reported the title of this post: <...
Cuspidal Coffee's user avatar
0 votes
0 answers
81 views

My kernel (v13.1.0 Windows 64-bit) crashes when repeatedly (~9 times) calling Region functions like RegionIntersection upon ...
Anti Earth's user avatar
  • 1,310
1 vote
0 answers
322 views

Sometimes I make a silly mistake and run code that keeps on filling up the memory. Once that is filled, my OS starts page swapping, and there's pretty much nothing I can do except reboot the PC. An ...
Klangen's user avatar
  • 1,061
4 votes
2 answers
220 views

Using 12.1.1.0 on MacOS BigSur I observe quitting Mathematica kernels when evaluating RegionIntersections on two regions that apparently only touch. Example for Regions that cause the Kernel to quit ...
Christoph lerche's user avatar
2 votes
1 answer
305 views

This code causes Mathematica to slowly accumulate memory until it hard crashes my operating system. It does this by overwriting OS memory (windows start going black, graphics drivers start crashing ...
John's user avatar
  • 2,663
5 votes
2 answers
876 views

The Catenate is very slow in FunctionCompile. So I want to use the librarylink to make a .dll...
yode's user avatar
  • 27.8k
3 votes
0 answers
607 views

reported to WRI. ID [CASE:4950759] I just found a very serious problem in V 13.1. Hoping someone will have a workaround. I am able to reproduce this each time. V 13.1 on windows 10 pro. All from ...
Nasser's user avatar
  • 156k
8 votes
0 answers
230 views

Bug introduced in 8.0.4 and persisting through 13.0.1 or later (case: 4948255). It has been fixed in 13.2.0 or earlier. I use Mathematica 12.3.1 for Microsoft Windows (64 bit). While playing with ...
MarcoB's user avatar
  • 68k
0 votes
0 answers
148 views

I'm trying to simplify an enormous analytic expression as much as possible. When I use Simplify, I get a half-decent result in about 20 seconds. However when I use <...
Arturo don Juan's user avatar
0 votes
1 answer
308 views

When I try to save a notebook, Mathematica freezes (https://youtu.be/U-8xsjrOmt0). If I wait for around 2 minutes the save menu eventually shows up. If I want to just save existing saved nb., there's ...
Gal Zajc's user avatar
  • 511
4 votes
0 answers
127 views

I have a list of 2 Polygon objects (see below for the list polys and a visualization). They are all seem valid. Still, when I ...
Tom Verhoeff's user avatar
2 votes
1 answer
327 views

Warning : At least in my PC (windows 10, mathematica V12.2), some of the codes here led to fatal error. Fatal means mathematica will freeze + 'Abort Evaluation' will not work. I had to quit the kernel ...
imida k's user avatar
  • 4,435
0 votes
0 answers
137 views

I'm trying to solve an ODE using the following code: ...
Shurato22's user avatar
1 vote
0 answers
185 views

I have a problem with Mathematica when trying to glue two tables together. The tables have the form ...
John Taylor's user avatar
  • 6,063
1 vote
2 answers
442 views

I am using a Mac Book with Monterey and 16GB RAM for a calculation with 2 nested For loops. I am relatively new to Mathematika and still trying to learn the language properly, so I hope the problem is ...
Stealth Frosch's user avatar
5 votes
1 answer
277 views

WARNING: The code in this post crashes the Front End on my computer, causing all unsaved work to be lost. Be sure to save your work before trying this out! ...
Syed's user avatar
  • 62.9k
4 votes
0 answers
227 views

This is the strangest bug I've encountered. In my experience, variations in the code will unexpectedly crash the kernel, give inconsistent output, or produce expected results with no problems. 1) Code-...
Just Some Old Man's user avatar
0 votes
2 answers
370 views

I am trying to simplify a complicated integration result containing both error functions and MeijerG - I give the full expression below. A simple FullSimplify[expression,{x>0,y>0,z>0}] would ...
André's user avatar
  • 197
2 votes
0 answers
201 views

I upgraded from 12.1 to 12.3 and then Mathematica began randomly crashing intermittently. It's not reproducible: it crashed when I was rotating a 3D plot twice, crashed once when I tried to save a ...
josh's user avatar
  • 21
0 votes
1 answer
154 views

[![Here is the configuration for my calculation. Guess it can't be affected by this.][1]][1] I was in trouble when solving the algebraic equations for q1 and q2. \begin{equation}\label{eq:18} \begin{...
Josh's user avatar
  • 31
0 votes
1 answer
239 views

Mathematica (12.0.0 or 12.3.0) crashes and kernel quits on my computer (Win 10) when I try the simple exercise of plotting over a region (taken from this Wolfram page): ...
user135626's user avatar
0 votes
0 answers
77 views

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 ...
Milk's user avatar
  • 1,890
0 votes
0 answers
229 views

Running Mathematica on Windows 10. Previous installed version was 12.1. This occurs on any notebook including created new one. My Mathematica worked just fine when it originally ran on 12.1. Not sure ...
Jules Manson's user avatar
  • 2,507
2 votes
1 answer
234 views

I am trying to create a sparse matrix by the SparseArray command. For a set of index pairs $(i,j)$ I want to calculate the $A_{i,j}$ element and then use this ...
Kieran Mullen's user avatar
1 vote
0 answers
187 views

My Mathematica crashes when I simply print a graph to a PDF. For example, when I input this: Graph[{0->1}] and then print(using the right-click menu) its output ...
Jazengm's user avatar
  • 51

1
2 3 4 5 6